@charset "utf-8";
/* CSS Document */

html{
		margin:0px;
		padding:0px;
		scrollbar-face-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF;
		scrollbar-arrow-color:#98101d;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		background-color:#d1d1d1;
		height:100%;
		width:100%;
		overflow:auto;
}
body{
		margin:0px;
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#686769;
		background-color:#d1d1d1;
		background:url(bilder/start_bg.jpg) repeat-x;
		height:100%;
		width:100%;
		text-align:center;
}

h1{
		font-size:12px;
		font-weight:bold;
		margin-left:15px;
		margin-top:15px;
		margin-bottom:25px;
		padding-bottom:5px;
		color:#666666;
		background:url(bilder/ha_bg.jpg) no-repeat bottom;
}
h2{
		font-size:11px;
		font-weight:bold;
		margin-left:15px;
		margin-top:15px;
		margin-bottom:0px;
		color:#666666;
}
h3{
		color:#666666;
		padding-bottom:10px;
		margin-top:15px;
		font-size:12px;
		padding-left:30px;
}
h4{
		color:#666666;
		margin-left:15px;
		font-weight:bold;
		font-size:11px;
		display:block;
		height:18px;
		width:410px;
}
p{
		margin-left:15px;
		margin-top:9px;
		margin-bottom:0px;
}
a{
		color:#b3081b;
		text-decoration:none;
}
a:hover{
		color:#666666;
}
ul{
		padding:0px;
		margin:0px;
}
li{
		padding:0px;
		margin:0px;
}
img{
		border:none;
}
#zentrieren{
		width:953px;
		height:100%;
		margin:0px auto;
		text-align:left;
}
	
	
/*Layout STARTSEITE*/
#start_content{
	width:953px;
	height:100%;
}
#start_header{
	width:953px;
	height:546px;
	background:url(bilder/start_maschinen.jpg) no-repeat;
}

#start_logo{
	width:389px;
	height:228px;
	float:left;
	margin-top:60px;
	padding-left:280px;
}

#start_waehler{
	width:239px;
	height:288px;
	background:url(bilder/start_waehler.jpg) right bottom no-repeat;
	float:left;
	margin-top:0px;
	margin-left:25px;
}

#sprache{
	padding-top:25px;
	padding-left:8px;
	margin-left:0px;
}


#start_waehler form{
margin-left:60px;
margin-top:50px;
}

#start_waehler label{
font-weight:bold;
}





/*MENU___________________________________________________________________________________________________*/
#start_menu{
	width:980px;
	height:53px;
	background:url(bilder/start_menu_bg.jpg) no-repeat;
}
ul#nav2, ul#nav2 ul {
	color:black;
	margin:0pt;
	padding:0pt;
	padding-left:150px;
}
ul#nav2 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	display:block;
	width:108px;
	float:left;
}
ul#nav2 li a {
	background:url(bilder/start_menu_a_bg.jpg) no-repeat top left;
	color:#777777;
	padding:28px 12px 10px 8px;
	display:block;
	width:108px;
	/*height:21px;*/
	text-decoration:none;
	float:left;
}
ul#nav2 li.li_act a {
	color:#000000;
}
* html ul#nav2 li {
	float:left;
	height:1%;
}
* html ul#nav2 li a {
	height:1%;
}
ul#nav2 ul {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	display:none;
	left:0px;
	padding-left:0px;
	position:absolute;
	top:50px;
	border-top:1px solid #969696;
	border-right:1px solid #bab8b9;
	background-color:#000000;
}
ul#nav2 ul li a {
	color:#666666;
	border:none;
	background:none;
}
ul#nav2 ul li a:hover {
	color:#000000;
}
ul#nav2 li ul li a {
	padding:12px 12px 12px 8px;
}
ul#nav2 li:hover ul ul, 
ul#nav2 li:hover ul ul ul, 
ul#nav2 li.over ul ul, 
ul#nav2 li.over ul ul ul {
	/*display:none;*/
	color:#666666;
}
ul#nav2 li:hover ul, 
ul#nav2 li li:hover ul, 
ul#nav2 li li li:hover ul, 
ul#nav2 li.over ul, 
ul#nav2 li li.over ul, 
ul#nav2 li li li.over ul {
	display:block;
}
ul#nav2 a.ifsubarrow {
	/*background:transparent url(../../../../uploads/tx_tllbaseext/klickpfad_pfeil_igmson_01.gif) no-repeat scroll right center;
	background:url(bilder/men_a_bg.gif) no-repeat center left;*/
}
ul#nav2 li.menuparent:hover, 
ul#nav2 li.over {
	/*background-color:#d4d4d4 ;*/
	background:url(bilder/start_menu_a_hover_bg.jpg) no-repeat center left;
}
ul#nav2 li.li_act {
	/*background-color:#d4d4d4 ;*/
	background:none;
}
ul#nav2 li a:hover {
	color:#000000;
	background:none;
}