/* grundlegendes */

html{
  overflow-x:hidden;
}

body {
	background-color: #17181A;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #515253;
}

a { color: #E5AD3C;	text-decoration: underline; }
a:hover { text-decoration: none; }
a:visited { color: #E5AD3D; }

h3 { color: #E5AD3C; font-size: 17px; font-family: Arial, Helvetica, sans-serif; margin: 10px 0 10px 0; }

#main_cont {
	width: 980px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

#head_cont {
	width: 940px;
	height: 44px;
	padding: 40px 0 0 40px;
	background-image: url(../img/logo_head.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#navi_cont {
	width: 980px;
	height: 153px;
	background-color: #333333;
	background-image: url(../img/navi_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
}

#navi_list {
	width: 370px;
	height: 115px;
	padding: 38px 0 0 31px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#navi_list ul { 
	width: 113px;
	padding: 0px;
	margin: 0 10px 0 0;
	list-style-type: none;
	float: left;
}

#navi_list li { 
	padding: 2px 0 0 10px;
	margin: 1px 0 0 0;
	height: 16px;
	width: 103px;
	float: left;
}

#navi_list li a { 
	color: #FFFFFF;
	text-decoration: none;
}

#navi_list li.still {
	background-color: #484848;
}

#navi_list li.markiert {
	background-color: #484848;
	/*font-weight:bold;*/
}

#navi_list li.still:hover {
	background-color: #999999;
}

#brandneu {
	width: 195px;
	height: 114px;
	float: right;
	padding: 39px 0 0 0;
}

#brandneu  ul { 
	padding: 0px;
	list-style-type: none;
}

#brandneu  li { 
	padding: 0 0 0 10px;
	margin: 2px 0 0 0;
	height: 14px;
	list-style-type: none;
	border-left: 1px solid #E5AD3C;
}

#brandneu  li a { 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#pic_cont {
	width: 980px;
	height: 360px;
	border: none;
	border-bottom: 1px solid #F4F3EF;
}

#content_cont {
	width: 980px;
	border-bottom: 10px solid #17181A;
	background-image: url(../img/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom:10px;
}

#content_inner_left{
  width: 340px;
  margin-left:30px;
  height:180px;
  padding-top: 20px;
  float:left;
}

#content_inner_left a{
  color: #E5AD3C;
  text-decoration:underline;
}

#content_inner_left a.noline{
  text-decoration:none;
}

#content_inner {
	width: 560px;
  /*min-height: 180px;	*/
  margin-left: 380px; /* 380 */
	padding-top: 20px;
}

#footer_cont {
	width: 940px;
	height: 11px;
	border-bottom: 30px solid #17181A;
	padding: 20px;
	text-align: right; 
}

#footer_cm {
	float: left;
	width: 300px;
	margin: -13px 0 0 0;
	text-align: left;
}

#footer_cm a { 
	color: #999999;
	text-decoration: none;
}

.highlight {
	color: #E5AD3C;
}

.clearIt{
  clear:both;
  height:10px;
}

.floatleft{float:left;margin-right:5px;}
.back{margin:0px;padding-top:5px;}

/* aktuell */

#aktuell{}
.aktuellblock{width:100%;}
.aktuellbild{float:left;}
.aktuellbild img{margin-right:5px;}
.aktuelltext{}

/* kontakt */

p.lab{margin:0px;}
input{height:14px;margin-bottom:10px;width:210px;border:1px solid #999999;font-family: Tahoma,Verdana, Arial, sans-serif;font-size: 11px;}
input.sbutton{height:23px;width:70px;font-family: Tahoma,Verdana, Arial, sans-serif;font-size: 11px;background-color:#FFFFFF}
textarea{width:210px;height:100px;border:1px solid #999999;font-family: Tahoma,Verdana, Arial, sans-serif;font-size: 11px;}
.kontakt_links{width:250px;float:left;}


/* case studies */

#cs_tabelle a{color:#666666}
#cs_tabelle a:hover{color:#E5AD3C}

/* mail spam schutz */
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }