body { 
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  color: #B4B4BE;
  background: #0f0f14;
}

/* --------- LINKS ----------- */

/*bd88ff*/

A:link { color: #ff9600;
  text-decoration: none; }
A:visited { color: #ff9600;
  text-decoration: none; }
A:active { color: #666666;
  text-decoration: none; }
A:hover { color: #FFFFFF;
  text-decoration: none; }
  
A.lila:link { color: #FFFFFF;
  text-decoration: none; }
A.lila:visited { color: #FFFFFF;;
  text-decoration: none; }
A.lila:active { color: #0acef6;
  text-decoration: none; }
A.lila:hover { color: #0acef6;
  text-decoration: none; }

/* --------- ZELLEN ----------- */

td { 
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
}

.cell1 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
}

.cellA {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
  background: #19191e;
  }
  
.cellB {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
  background: #232328;
  }

.cellC {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
  background: #26242b;
  }  

/* --------- Text ----------- */

.headline {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #9696A0;
}

.light {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #DCDCE6;
}

.lightBig {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #DCDCE6;
}

.dark {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #8C8C96;
}

.darker {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #787882;
}

/* --------- FORMULARE ----------- */

.input {
  color: #B4B4BE;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #26242b;
  border: 1px solid #969696;
}

.button {
  color: #0f0f14;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #ff9600;
  border: 1px solid #969696;
}

.buttonlite {
  color: #000000;
  font-family: Arial, Verdana, Helvetica;
  font-size: 10px;
  background-color: #C8C8D2;
  border: 1px solid #000000;
}

/* --------- NEWS ----------- */

html {height:100%;}

.myBody {
	background-image: url(../images/back04.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
}

.wraper {
	width: 885px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #14131a;
}

.container { 
	width: 845px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #B4B4BE;
	background: #14131a;
	/*border-left: 20px solid #0f0f14;
	border-right: 20px solid #0f0f14;*/
}

.header {
	width: 845px;
	font-size: 15px;
	padding-top: 39px;
	padding-bottom: 30px;
}

.footer {
	width: 845px;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 52px;
	clear: both;
}

.section {
	width: 845px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4B4BE;
	margin-bottom: 30px;
	clear: both;
}

.sectionCenter {
	width: 845px;
	clear: both;
	text-align: center;
	/*background-color: #19181e;*/
}

.sectionHeadline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #55535e;
	padding-bottom: 10px;
	border-top: 1px dotted #413f4a;
}

.leftSection {
	float: left;
	width: 525px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4B4BE;
	padding-bottom: 26px;
}

.rightSection {
	float: right;
	width: 300px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4B4BE;
	padding-bottom: 26px;
}

.internLeftSection {
	float: left;
	width: 700px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4B4BE;
	padding-bottom: 26px;
}

.internRightSection {
	float: right;
	width: 125px;
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
  padding-bottom: 26px;
}

.module {
  padding: 5px;
  margin-bottom: 15px;
  background: #26242b;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
}

.player {
  padding: 0px;
	margin-top: 15px;
  margin-bottom: 15px;
  background: #26242b;
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
}

.internModuleA {
  padding: 5px;
  margin-bottom: 15px;
  background: #19191e;
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
}

.internModuleB {
  padding: 5px;
  margin-bottom: 15px;
  background: #26242b;
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
}

.blogTitle {
	position: absolute;
	top: 83px;
	left: 0px;
	padding-left: 0px;
	padding-right: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #e6e6e6;
	background-image: url(images/TransA.png);
}

.projectTitle {
	position: absolute;
	top: 130px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #e6e6e6;
	background-image: url(images/TransA.png);
}

.projectDate {
	position: absolute;
	top: 116px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #282832;
	background-color: #ff9600;
}

/******************** SLIDER (EASY SLIDER) ********************/

	#SlideContainer{	
		margin:0 auto;
		position:relative;
		top: 5px;
		left: 12px;
		text-align:left;
		}				
	#SlideContent{
		position:relative;
		}		

    /* image replacement */ 
	.graphic, #prevBtn, #nextBtn{
		margin:0;
        padding:0;
        display:block;
        overflow:hidden;
        text-indent:-8000px;
    }  
	
	#SliderLogos{}	
	#SliderLogos ul, #SliderLogos li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#SliderLogos li{ 
		width:266px;
		height:130px;
		overflow:hidden; 
		}
	#SliderCaption{}	
	#SliderCaption ul, #SliderCaption li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#SliderCaption li{ 
		width:266px;
		height:20px;
		text-align: center;
		overflow:hidden;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 18px;
		color: #DCDCE6;
		background-color: #26242b;
		}
	#prevBtn, #nextBtn{ 
		display:block;
		width:17px;
		left: -17px;
		height:130px;
		position:absolute;
		top:0px;
		}	
	#nextBtn{ 
		left:266px;
		}														
	#prevBtn a {  
		display:block;
		width:17px;
		height:130px;
		background:url(images/LogoGallery_ArrowLeft_normal.gif) no-repeat;
		}
	#prevBtn a:hover{ 
		background:url(images/LogoGallery_ArrowLeft_hover.gif) no-repeat;
		}	
	#nextBtn a{ 
		display:block;
		width:17px;
		height:130px;
		background:url(images/LogoGallery_ArrowRight_normal.gif) no-repeat;
		}	
	#nextBtn a:hover{ 
		background:url(images/LogoGallery_ArrowRight_hover.gif) no-repeat;
		}
