/*html{height:101%;}*/

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#1f1f6d;
font-size:11px;
background-color:#1F1F6D;
}

#topbox, #wrap,#footer{
width:1000px;
}

#wrap{
position:relative;
margin:0 auto;
padding-top:220px;
}

#wrap:after{content:"";}

#topbox{
position:absolute;
top:0;
height:220px;
background:url(images/bg_header2.gif) 2px 0 no-repeat #ccc;
}

	a#logo{
	position:absolute;
	top:0px;
	left:2px;
	z-index:99;
	}
	
	a#neumaschinen{
		position:absolute;
		right:0;
		top:0;
	}
	
	#topbox address{
		position:absolute;
		left:326px; top:28px;
		color:#666;
		font-size:10.5px;
		line-height:14px;
		letter-spacing:-0.4px;
		font-weight:bold;
		font-style:normal;
	}
	
	ul#mainnav{
		position:absolute;
		left:2px; top:159px;
	}

		#mainnav li{
		float:left;
		padding-bottom:2px;
		}
		
		#mainnav a{
		display:block;
		float:left;
		width:133px;
		height:17px;
		padding-top:3px;
		margin:0 2px 0 0;
		background: #333;
		border:2px outset #666;
		font-size:11px;
		font-weight:bold;
		color:#fff;
		text-align:center;
		text-decoration:none;
		}
		
			#mainnav a:hover{color:#ff6600;}
		
			#mainnav a.eins{width:143px;}		
			#mainnav a.zwei{width:138px;}
			#mainnav a.drei{width:135px;}
			#mainnav a.vier{width:137px;}
			#mainnav a.sechs{width:136px;}
			#mainnav a.sieben{width:134px;margin-right:0px;}

#content{
position:relative;
width:980px;
padding:0 10px 10px 10px;
background:#ccc;
}

	#inner{
		background:#fff;
		border:2px solid #FF6600;
		padding-bottom:11px;
	}

	#rightcol{
	width:765px;
	float:right;
	padding: 18px 19px 11px 14px;
	font-weight:bold;
	line-height:16px;
	}
	
		h1{
			padding-bottom:8px;
			margin-bottom:11px;
			font-size:13px;
			line-height:16px;
			color:#1f1f6d;
			font-weight:bold;
			text-transform:uppercase;
			background:url(images/bg_h1.gif) bottom left repeat-x;
		}
		
		h2{
			margin-bottom:11px;
			font-size:11px;
			text-transform:uppercase;
			line-height:16px;
			font-weight:bold;
		}
		
		#rightcol p{
			margin-bottom:10px;
		}

	#leftcol{
	width:178px;
	float:left;
	padding:18px 0 7px 0;
	}
	
		#leftcol img{float:right;}
	
	#bottombox{
	clear:both;
	height:120px;
	padding:3px 0 3px 49px;
	margin:0 11px 0 11px;
	background:#ccc;
	border:2px dotted #333;
	}
	
	#information {
	position:absolute;
	bottom:0;
	width: 913px;
	height: 45px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	}
	
		#information li {
		float: none;
		display: inline;
		}
		
		#information a {
		padding: 0px 0px 0px 11px;
		color: #777777;
		font-size: 11px;
		background: url(images/bg_bottomnavi_a.jpg) no-repeat 5px 1px;
		}
		
		#information a.first {
		padding: 0px 0px 0px 0px;
		background: none;
		}
		
		#information a:hover {
		color: #000000;
		text-decoration: underline;
		}
	
/* ---------------------------------------------------*/
*{
margin: 0;
padding: 0;
list-style: none;
}

:focus{
outline: 0;
}

img{
border: 0;
display:block;
}

.static{
position:static;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
/* End hide from IE-mac */