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

html
{
height: 100%;
}

body
{
height: 100%;
padding: 0;
font-family:arial, tahoma, helvetica, sans-serif;
font-size:75%;
color:#000000;
text-align: center;
margin: 0 auto;
background-color:#616A71;
background: url(images/background_body.gif) repeat-y top center;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#page
{
width: 980px;
min-height:100%;
margin-right: auto;
margin-left: auto;
padding-bottom: 30px;
text-align:left;
}

#header { 
	height: 120px;
	padding: 0;
	margin: 0;
	background-color: #003D5F;
	}

#headerLogo
{
height: 120px;
width: 300px;
background-color: #E5E5E4;
float:left;
}

#headerLinks
{
	width: 680px;
	height: 44px;
	margin-top:76px;
	background-color: #07151F;
	float: right;
	text-align: center;
}

#headerLinks a
{ 
position:relative; top: 10px;
font-size:11px;
font-weight: bold;
color:#FFFFFF;
margin-right: 10px;
margin-left: 10px;
}

#headerLinks a:hover
{ 
color:#A7A9AC;
}

#content
{
width: 980px;
}
#leftContainer { 
	background: url(images/background_left.jpg) no-repeat top left;
	width: 145px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
		}
		
#mainContainer {
	width: 835px;
	height: auto;
	float: right;
	padding: 0 0 0 0;
	}

#footer
{
width: 980px;
height: 30px;
margin: -30px auto 0 auto;
position: relative;
background-color: #003D5F;
text-align:left;
clear:both;
}

#footerLinks a
{
position:relative; top: 10px;
font-size:11px;
font-weight: bold;
color:#FFFFFF;
margin-right: 5px;
margin-left: 5px;
}	
#footerLinks a: hover
{ 
color:#A7A9AC;
}

#inhalt
{
width: 660px;
float: right;
margin: 20px 0 20px 155px;
}

#inhalt h1{ 
	font-size: 18px;
	color: #003D5F;
	line-height: 130%;
		}
		
#inhalt h2{ 
	font-family:arial, tahoma, helvetica, sans-serif; 
	font-size:14px; 
	color: #003D5F;
		}
		
#inhalt a {
color: #003D5F;
text-decoration:none;
}

#inhalt a:hover{
color: #000000;
text-decoration:none;
}

.imagerechts
{ float:right;
margin-left:50px;
margin-right: 20px;
}

#produkte
{
	width: 600px;
	height: 250px;
	text-align:left;
	float:left;
	margin-bottom:20px;
}

#produkte h2
{ font-weight:bold;
}

#produkte a
{text-decoration:underline;}

table
{
font-family:arial, tahoma, helvetica, sans-serif;
font-size:100%;
}
