/* @override http://com.guenthermarschall.www//styles/style.css */

/* @override http://com.guenthermarschall.www//styles/style.css */

/* @override http://com.guenthermarschall.www//styles/style.css */

* {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @group helper */

#gridHelper {
	background: url(../images/gridHelper.png);
	background-repeat: repeat-y;
	width: 1000px;
	height: 1000px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity: .6;
}

.hidden {
	display: none;
}

/* @end */

/* @group general styling */

body {
	padding: 59px 0 71px 59px;
	width: 680px;
	background-color: rgb(255,255,255);
/

*background-color: rgb(178,178,178);*/
	/

*background-color: rgb(102,102,102);*/
	/

*background-color: rgb(0,0,0);*/
}

a:link,
a:visited {
	text-decoration: none;
}

div#imprint {
	display: block;
	clear: both;
	font-size: 11px;
	padding: 20px 0;
	padding-left: 180px;
}

hr {
	float: none;
	clear: both;
	border: none;
}

/* @end */

/* @group header */

#header {
	width: 640px;
	height: 70px;
	padding-bottom: 50px;
}

#header h1 {
	background-repeat: no-repeat;
}

/*h2 {
	color: white;
	font-family: "TradeGothic LT CondEighteen";
	position: absolute;
	top: 10px;
	font-size: 34px;
	letter-spacing: -2px;
}

h2>span {
	font-family: "TradeGothic LT CondEighteen";
	margin-left: 5px;
	font-weight: normal;
	color: grey;
}*/

#header h1 a {
	width: 640px;
	height: 40px;
	display: block;
	background-color: transparent;
}

#header h1 span {
	display: none;
}

#header ul {
	float: none;
	clear: both;
	height: 20px;
	width: 640px;
	margin-bottom: 60px;
}

#header li {
	float: left;
	padding-right: 10px;
}

#header li a {
	font-style: italic;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#header li a.active {
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}

/* @end */

/* @group sideNav */

#nav_categories,
#accordion,
.toggler {
	font-style: italic;
	float: left;
	width: 160px;
	font-size: 14px;
}

#accordion li,
.toggler li {
	line-height: 16px;
	font-size: 13px;
	cursor: pointer;
}

.toggler li li {
	margin: 6px 20px;
	text-transform: none;
}

/* @end */

/* @group content */

#content {
	float: right;
	width: 480px;
	margin: 0px 20px;
}







#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content p,
#content ul,
#content ol,
#content code{
	line-height: 150%;
	padding-bottom: 1em;
}

#content code{
	font-family: monospace;
	
}

#content h1{
	text-transform: uppercase;
	
}

#content h2{
}

#content h3 {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 26px;
	margin-bottom: -10px;
}

#content h4 {
	font-weight: normal;
	text-transform: none;
	line-height: 22px;
	font-size: 16px;
	font-style: italic;
	/*margin-top: 56px;*/
	margin-bottom: 6px;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	width: 480px;
	margin-top: 10px;
}

#content li {
	font-size: 12px;
	line-height: 18px;
	width: 420px;
	list-style-type: disc;
	list-style-position: inside;
}

#content ol>li{
	list-style-type: decimal;
}
#content em {
	font-style: italic;
}

#content a:link,
#content a:visited {
	border-bottom: 1px solid black;
}

span.imageHolder {
	width: 480px;
	height: auto;
	display: block;
}

span.imageHolder img {
	width: 480px;
	height: auto;
	display: block;
}

ul.contentImageList li {
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	margin-top: 10px;
	list-style-type: none !important;
	list-style-position: outside !important;
	text-align: center;
}

img.contentImage {
	padding-right: 20px;
}

div.campaign {
	margin-bottom: 50px;
}

/* @end */

/* @group portfolio */

div.playMovie {
	position: absolute;
	display: block;
	opacity: 0.4;
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* @end */

/* @group dayAndNightCycle */

.phaseOne{
  color: #949494;
  background: #ffffff;
}

.phaseTwo{
  color: #626262;
  background: #A2A2A2;
}

.phaseThree{
  color: #9d9d9d;
  background: #535353;
}

.phaseFour{
  color: #6b6b6b;
  background: #000000;
}

/*
.phaseOne ul#slideshow>li>span {
  color: #949494;
  background: #ffffff;
}

.phaseTwo ul#slideshow>li>span {
  color: #626262;
  background: #A2A2A2;
}

.phaseThree ul#slideshow>li>span {
  color: #9d9d9d;
  background: #535353;
}


.phaseFour ul#slideshow>li>span {
  color: #6b6b6b;
  background: #000000;
}
*/

.phaseOne #content a,
.phaseOne #header ul a,
.phaseOne #imprint a,
.phaseOne #accordion a {
	color: #8c8c8c;


/*background-color: #ffffff;*/
}

.phaseTwo #content a,
.phaseTwo #header ul a,
.phaseTwo #imprint a,
.phaseTwo #accordion a {
	color: #626262;


/*background-color: #a2a2a2;*/
}

.phaseThree #content a,
.phaseThree #header ul a,
.phaseThree #imprint a,
.phaseThree #accordion a {
	color: #ababab;
	background-color: #535353;
}

.phaseFour #content a,
.phaseFour #header ul a,
.phaseFour #imprint a,
.phaseFour #accordion a {
	color: #6b6b6b;
	background-color: #000;
}

.phaseOne #header li a.active,
.phaseTwo #header li a.active,
.phaseOne #content a,
.phaseTwo #content a {
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffffq;
}

.phaseThree #header li a.active,
.phaseFour #header li a.active,
.phaseThree #content a,
.phaseFour #content a {
	padding-bottom: 1px;
	border-bottom: 1px solid #A2A2A2;
}

.phaseOne #content em {
	color: #8c8c8c;
}

.phaseTwo #content em {
	color: #626262;
}

.phaseThree #content em {
	color: #ababab;
}

.phaseFour #content em {
	color: #666666;
}

/*.phaseOne #header h1{
	background-image: url(../images/logo/header.phaseOne.gif);
}

.phaseTwo #header h1{
	background-image: url(../images/logo/header.phaseTwo.gif);
}

.phaseThree #header h1{
	background-image: url(../images/logo/header.phaseThree.gif);
}

.phaseFour #header h1{
	background-image: url(../images/logo/header.phaseFour.gif);
}*/

/* @end */

#prev-next-navigation-slideshow {
	width: 740px;
	margin-left: -120px;
	list-style-type: none;
	height: 100px;
	position: absolute;
	margin-top: 90px;
	
}

#slideshow-next,
#slideshow-prev {
	cursor: pointer;
	width: 52px !important;
	display: inline;
	list-style-type: none;
	margin-top: 70px;
	z-index: 1;
}

#slideshow-next {
	float: right;
}

#slideshow-prev {
	float: left;
}

#navigation-slideshow,
#slideshow{
	left: -50px;
}

#navigation-slideshow {
	text-align: center;
	position: relative;
	width: 600px;
	height: 30px;
	padding-bottom: 65px;
	z-index: 2;
}

#navigation-slideshow a.current {
	color: #CCC;
}

#slideshow img.contentImage{	
	padding:0 !important;
}

#navigation-slideshow>li,
#navigation-slideshow a:link {
	list-style-type: none;
	display: inline-block;
	width: 20px;
	background-color: transparent;
	border: 0;
	text-align: center;
	font-size: 32px;
}


#slideshow {

	width: 600px;
	height: 338px;
	overflow: hidden;
	position: relative;

	padding: 0 !important;
	margin: 0 !important;
/* not required, slideshow will set this for you */
}

#slideshow > * {
  position: absolute; /* required for most transitions */
  top: 0; /* ditto */
  left: 0;/* ditto */
  width: 100%;	/* usually required */
  height: 100%;  /*same*/ 
}

#slideshow>li>span{
	/*position: relative;*/
	display:block;
	height: 382px;
	width: 600px;

}

#slideshow>li>span>a{
	text-decoration: none;
	border: 0 !important;
}

/*div.video-js-box {
	position: relative;
	display: block;
	margin:auto;
}*/
video{
/*	margin: auto;
	display: block;
	width: 100%;
	height: auto;*/
}



audio{
	width: 100%;
}
div.mejs-container *{
  font-family: Helvetica, Arial !important;
}

div.mejs-container {
  margin: auto;
}


/*.video-js{
	position:relative;
	display:block;
	margin: auto;
	width: auto !important;
	height:auto !important;	
}*/
