@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	}
	
h2 {
	font-size:16px;
	line-height:18px;
	color:#7fbc80;
	padding:10px 0 0 0;
	}
	
h3 {
	font-size:14px;
	color:#000;
	line-height:22px;
	font-weight:bold;
	}	

a {
	font-weight:bold;
	color:#669966;
	text-decoration:underline;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}


body {
	background:#ffffff url(../images/index/bg-body.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	}
	
div#container {
	background:url(../images/index/bg-container.png) 0 0 repeat-y;
	width:970px;
	height:auto;
	margin:0 auto;
	}
	
* html div#container {
	background:url(../images/index/bg-container.png) 0 0 repeat-y;
	width:970px;
	height:auto;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -485px;
	}
	
div#header {
	background:url(../images/index/bg-header.jpg) -1px top no-repeat;
	width:970px;
	}
	
div#header span {
	display:none;
	}

div#header h1 {
	background:url(../images/index/bg-h1-herzlichwillkommen.gif) 0 0 no-repeat;
	width:244px;
	height:19px;
	line-height:18px;
	}
	
div#header p {
	line-height:18px;
	font-size:14px;
	}
	
div#content-header {
	background:url(../images/index/bg-content.gif) center center no-repeat;
	padding:34px 45px 29px 45px;
	}
	
div#content {
	height:auto !important;
	min-height:320px;
	height:320px;
	padding:0 18px;
	}

div#content span {
	display:none;
	}	
	
div#navi1 a {
	background:url(../images/index/button-startseite-behring.jpg) 0 0 no-repeat;
	width:466px;
	height:327px;
	display:block;
	float:left;
	}
	
div#navi2 a {
	background:url(../images/index/button-startseite-elefanten.jpg) 0 0 no-repeat;
	width:466px;
	height:327px;
	display:block;
	float:left;
	}
	
div#footer {
	background:#eeebe5 url(../images/index/bg-footer.png) 0 top no-repeat;
	text-align:center;
	font-size:11px;
	color:#999999;
	padding:20px 0 0 0;
	float:none;
	clear:both;
	}
