﻿@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}





#slider {position: relative; overflow: hidden; height:319px;}
#slider img {position:absolute;	margin:0; display:none;}
#imageloader {position:relative; display:block; width: 100%; margin: 0px auto; text-align: center;}
#imageloader img { position:relative; top:70px; z-index:100; width:128px; height:15px; display:inline;}


#grundnahrungsmittel {position: relative; overflow: hidden; height:400px;}
#grundnahrungsmittel img {position:absolute;	margin:0; display:none;}





p {
	margin: 0px;
	padding: 0px;
}


#mantel {
	width: 939px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -469px;
}

html>body #mantel {
		height: auto;
		min-height: 100%;
	}
	
	
#header {
	width: 939px;
	height: 200px;
	position: fixed;
	background-color:#FFFFFF;
	z-index: 1;
	}



#logo {
	position: absolute;
	margin-top: 77px;
	margin-left: 168px;
	z-index: 2;
	}
	
	
#titel {
	position: absolute;
	margin-top: 104px;
	margin-left: 191px;
	z-index: 2;
	}
	
#subtext {
	position: absolute;
	margin-top: 150px;
	margin-left: 191px;
	z-index: 2;
	
	font-size: 10px;
	color: #999999;
	}
	
	
#nav {
	margin-top: 0px;
	position: fixed;
	width: 135px;
	float: left;
	
	text-align: right;
	
	font-size: 10px;
	line-height: 17px;
	color: #999999;
	}
	
#nav p {
	margin-bottom: 11px;
	}
	
#nav a {
	color: #666666;
	text-decoration: none;
	}

html>body  #nav {
	margin-top: 200px;
	}

	
	
	
	
#inhalt {
	margin-top: 0px;
	margin-left: 56px;
	position: absolute;
	width: 720px;
	float: left;
	z-index: 0;
	text-align: justify;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	}
	
html>body  #inhalt {
	margin-top: 200px;
	margin-left: 191px;
	}
	
#inhalt a {
	color: #008fc1;
	text-decoration: none;
	}
	
#inhalt a:hover {
	color: #000000;
	}
	
	
	
.bildrahmen {
	background-color: #F4F4F4;
	border: solid 1px #CCCCCC;
	padding: 6px 3px 6px 3px;
	text-align: center;
	}
	
.bildrahmen2 {
	background-color: #F4F4F4;
	border: solid 1px #CCCCCC;
	padding: 2px;
	text-align: center;
	}
	
	
	
	
	
.subnav {
	background-color: #F8F8F8;
	border: dotted 1px #CCCCCC;
	padding: 14px;
	}
	
	
h1 {
	font-size:16px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
	
h2 {
	font-size:14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}
	
	
h3 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	border-top: solid 3px #CCCCCC;
	border-bottom: solid 3px #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	
ul {
	margin-left: 15px;
	padding: 0px;
	text-align: left;
	}
	
li {
	margin-bottom: 5px;
	text-align: left;
	list-style-image:url(images/list.png);
	}
	
	
	
	
	
	
.reihe {
	margin-bottom: 20px;
	margin-top: 0px;
	overflow: visible;
	}
	
	
.linie {
	margin-bottom: 20px;
	margin-top: 0px;
	overflow: auto;
	height: 6px;
	background-color: #F4F4F4;
	overflow: visible;
	}
	
	
	
	
	

.col1-1 {
	width: 222px;
	float: left;
	margin-right: 28px;
	overflow: visible;
	}
	
	
.col2-1 {
	width: 222px;
	float: left;
	overflow: visible;
	}
	
	
.col3-1 {
	width: 222px;
	float: right;
	overflow: visible;
	}
	
	
	
	
	
	
.col1-2 {
	width: 470px;
	float: left;
	margin-right: 28px;
	overflow: visible;
	}
	
.col2-2 {
	width: 470px;
	float: left;
	overflow: visible;
	}
	
	
	
	
.col3 {
	width: 722px;
	float: left;
	overflow: visible;
	}



input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 6px;
	border: solid 1px #CCCCCC;
	width: 456px;
	}
