body {
  font-family: Verdana;
  background:#0a0a0a;
}

p, td, li{
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
 /* background-color: #222222;*/
  color: #ffffff; 
}

input, textarea {
  color: #000;
}

img {
  border: none;
}

h1, h2, h3, h4 {
  color: #39afc7;
  font-weight: bold;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
  color: #99cccc;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 0.9em;
}

h5 {
  font-weight: normal;
}

h6 {
  font-size: 1.0em;
  color: #99bb44;
  text-decoration: underline;
}

.h1_wer {
  color: #33aacc;
}

.h1_was {
  color: #ffee00;
}

.h1_portfolio {
  color: #99cccc;
}

.h1_kontakt {
  color: #ee0099;
}

.h1_impressum {
  color: #99bb44;
}

.h1_hinweise {
  color: #bb55ff;
}

.star {
  color: #ee0099;
  font-size: 10px;
}

.ref_border {
  border-bottom: 1px dotted #777777;
}

#live_chat {
  position: absolute;
  left: 820px;
  top: 10px;
}
	
#main {
  width: 1000px;
  margin-bottom: 10px;
}

	#header {
	  text-align: center;
	  padding: 0px;
	  margin: 0px;
          height: 125px;
	}
	
	#header_img {
	  position: relative;
	  left: -140px;
	  top: 30px;
	}
	
	#center {
	  /*background-color: #222222;*/
	  padding: 0;
	  margin: 0 250px 0 260px;
	  text-align: left;
	}

	div#center { 
	  min-height:400px;
	  height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	}

	#left {
	  float: left;
	  width: 250px;
	  height: 300px;
	  margin: 0px;
	  padding: 0px;
	}

		#left_img{
		  position: relative;
		  top: -40px;
		  left: -10px;		
		}
		
		#left_flash{
		  position: absolute;
		  top: 110px;	
		  left: -30px;	
		}

	#right {
	  float: right;
	  width: 180px;
	  margin: 0;
	  padding: 0;
	  margin-top: 12px;
	}

	#footer {
	  clear: both;
	  margin-top: 5px;
	  font-size: 9px;
	  text-align: center; 
	  vertical-align: top;
	  color: #ffffff;
	}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

.cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}

#navigation a {
  color : #ffffff; 
  text-decoration : none;
  font-family : Arial;
  margin-bottom: 5px;
  font-size: 1.5em;
}

#navigation a:link {
  color : #ffffff; 
}

#navigation .wer a:hover {
  color : #33aacc; 
}

#navigation .wer_active a{
  color : #33aacc; 
}

#navigation .was a:hover {
  color : #ffee00; 
}

#navigation .was_active a{
  color : #ffee00; 
}

#navigation .portfolio a:hover {
  color : #99cccc; 
}

#navigation .portfolio_active a{
  color : #99cccc; 
}

#navigation .kontakt a:hover {
  color : #ee0099; 
}

#navigation .kontakt_active a{
  color : #ee0099; 
}

#navigation .impressum a:hover {
  color : #99bb44; 
}

#navigation .impressum_active a{
  color : #99bb44; 
}

#navigation .hinweise a:hover {
  color : #bb55ff; 
}

#navigation .hinweise_active a{
  color : #bb55ff; 
}

#navigation .second {
  margin-top: 15px;
  margin-bottom: -15px;
  margin-left: 25px;
}

#navigation .second_active {
  margin-top: 15px;
  margin-bottom: -15px;
  margin-left: 25px;
}

#navigation .second_active a{
  color : #99cccc;   
  text-decoration : none;
  font-size: 1.2em;
  font-family : Arial;
}

#navigation .second a {
  color : #ffffff;   
  text-decoration : none;
  font-size: 1.2em;
  font-family : Arial;
}

#navigation .second a:link {
  color : #ffffff; 
}

#navigation .second a:hover {
  color : #99cccc; 
}


a {
  color : #999; 
  text-decoration : none;
  font-weight : bold;
}

a:link {
  color : #999; 
}

a:visited {
  color : #999; 
}

a:hover {
  color : #999;
  text-decoration: underline; 
}