<!--
html {
	overflow: -moz-scrollbars-vertical; /* permanente Scrollbar in Firefox,
                                               auch wenn kurze Seite */
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #999999;
}

img{ border: none; }
 
div#container {
	position:relative; /* needed for footer positioning */
	margin:0 auto; /* center, not in IE5 */
	width:995px;
	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color:#FFFFFF;
	
 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
 
	min-height:100%; /* real browsers */
}
 
div#header {
	width: 995px;
	height: 250px;
	float: left;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

div#navi_outline{
	width: 995px;
	height: 45px;
	float: left;
	margin-top: 186px;
}

div#navi_top{
	height: 39px;
	width: 979px;
	float: left;
	padding-top: 6px;
	padding-left: 16px;
}

div#navi_top p.trenner{
	float: left;
	width: 2px;
	height: 33px;
	background-image: url(../img/trenner.gif);
	background-repeat: no-repeat;
}

div#navi_onlineshop{
	width: 136px;
	float:right;
	height: 45px;
	margin-right: 78px;
	cursor: pointer;
}

div#left_home{
	width: 669px;
	padding-right: 20px;
	float: left;
	padding-top:75px;
}

div#right_home{
	width: 173px;
	float: left;
	padding-top: 90px;
	padding-left: 52px;
}
div#right_home img{
	margin-bottom:40px;
	border: 0;
}
 
 
div#content {
	width: 935px;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1a171b;
	padding-bottom: 90px;
}
div#content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1a171b;
	text-decoration: underline;
}
div#content a:hover{
	text-decoration: none;
}
div#content p{
	margin-bottom: 20px;
}
div#content h1{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1a171b;	
}

div#clearer{
	clear: left;
	width: 100%;
}
 
div#footer {
	position:absolute;
	width:978px;
	height: 34px;
	bottom:0; /* stick to bottom */
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 17px;
}
div#footer a{
	font-size: 18px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div#footer p.trenner{
	float: left;
	width: 2px;
	height: 33px;
	background-image: url(../img/trenner.gif);
	background-repeat: no-repeat;
	position: relative;
	top: -5px;
}
-->