@charset "utf-8";
/* CSS Document */

body {
	background-color: #232527;
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #f9f9f9;
	overflow: auto;
}


span.selectedMenu{
	color:#B8E600;
	font-size:12px;
	font-weight:bold;
}

p {
	margin-top: 0px;
	margin-left: 0px;
}

/*******************  links  *********************/

a.extern { background: transparent url('../images/exlink.gif') 100% 50% no-repeat; padding-right: 10px; }

a:link { color: #c7c7c7; text-decoration: none; }
a:visited { color: #c7c7c7; text-decoration: none; }
a:focus { color: #a2a2a2; text-decoration: none; }
a:hover { color: #a2a2a2; text-decoration: none; }
a:active { color: #a2a2a2; text-decoration: none; }

a.menu:link { color: #f9f9f9; text-decoration: none; font-weight: bold; font-size: 12px; font-family: Arial-Narrow, sans-serif; }
a.menu:visited { color: #f9f9f9; text-decoration: none; font-weight: bold; font-size: 12px; font-family: Arial-Narrow, sans-serif; }
a.menu:focus { color: #a2a2a2; text-decoration: none; font-weight: bold; font-family: Arial-Narrow, sans-serif; }
a.menu:hover { color: #a2a2a2; text-decoration: none; font-weight: bold; font-family: Arial-Narrow, sans-serif; }
a.menu:active { color: #a2a2a2; text-decoration: none; font-weight: bold; font-family: Arial-Narrow, sans-serif; }


/*******************  div  *********************/

div#container{
	width: 1200px;	
}

div#copyright {
	width: 1000px;
	height: 30px;
	
	color: #a2a2a2;
}

div#logo {
	width: 218px;
	height: 61px;
	padding: 20px 0 0 25px;
	float:left;
}

div#content {
	float:left;
	padding: 57px 0 0 40px;
}

div#imagevideo {
	width: 100%;
	height: 372px;
}

div#menu, div#submenu1, div#submenu2 {
	line-height: 24px;
	float: left;
	margin-right: 50px;
}

div.customerList{
	line-height:24px;
	float: left;
	margin-right: 40px;
}

div.layer1 {
	width: 600px;
	float: left;
	margin-top:3px;
}

div.layer1 p.layerText{
	float: left;	
}

div.kontaktfields {
	height: 300px;
	width: 325px;
	float: left;
}

div#projectinfo {
	color: #b7b7b7;
	float: left;
	margin-top:3px;
}

div#newsLayerNav{
	float:right;	
}

div#newsLayerNav span{
	color: #B8E600;
	font-weight: bold;
}


/*******************  input  *********************/
span.label {
	clear:both;
	float:left;
	margin-bottom:10px !important;
	margin-bottom:0px;
}

span.field {
	float:right;
	margin-bottom:4px !important;
	margin-bottom:0px;

}

input.button {
	background-color: transparent;
	border: #000000 0px solid;
	
	color: #b8e600;
	
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	text-align: right;
}

input.buttonHover {
	background-color: transparent;
	border: #000000 0px solid;
	
	color: #a2a2a2;
	
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	text-align: right;
}



input.kontakt, 
textarea.kontakt {
	background-color: #3C3E40;
	
	border: #000000 0px solid;
	
	color: #B0B1B1;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	
	width: 250px;
}

textarea.kontakt {
	height: 160px;
}

input.kontakt {
	height: 20px;
}

.noWeight{
	font-weight: normal !important;
}

.projectSubHeading{
	color:#555555;
	font-weight: bold;
	letter-spacing:1px;
}

div#newsLayer a, div#projectinfo a{
	border-bottom: 1px dotted;
	color: #ffffff;
}

div#newsLayerNav a{
	border-bottom: 0px;
}