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: #bd88ff;
  text-decoration: none; }
A.lila:hover { color: #bd88ff;
  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: #2d2b36;
  }  

/* --------- 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: #2d2b36;
  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/back01.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: #0f0f14;
}

.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: #0f0f14;
  /*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;
  padding-bottom: 26px;
  clear: both;
}

.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: #2d2b36;
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4B4BE;
}

.player {
  padding: 0px;
	margin-top: 15px;
  margin-bottom: 15px;
  background: #2d2b36;
	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: #2d2b36;
	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);
}

