/* ---- Layoutdarstellung ---- */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image:  url(../files/sitehg.gif);
	background-repeat: repeat;
	background-position: left bottom;

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

#site {
	width: 95%;
	height: 100%;
/*	position: absolute;*/
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	z-index: 1;
}
#container {
	background-color: #FFFFFF;
	width: 900px;
	min-height: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	top: 0px;
	background-image:  url(../files/containerhg.jpg);
	margin: 0px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0BA300;
	float: left;
	z-index: 6;
}
#header {
	font-size: 10px;
	color: #999999;
	text-align: right;
	height: 30px;
	width: 840px;
	float: left;
	margin: 0px;
/*	background-color: #FFFFFF;*/
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
	top: 0px;
	z-index: 3;
}
#teaser {
	height: 220px;
	width: 900px; 
	float: left;
	background-attachment: scroll;
	background-image:  url(../files/teaserpic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	z-index: 4;
}
#teaserinfo {
	height: 220px;
	width: 175px;
	margin: 0px;
	position: absolute;
	left: 81px;
	float: left;
	z-index: 10;
}
#teasercontent {
	height: 235px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	top: 15px;
	position: absolute;
	left: 80px;
	text-align: center;
	float: left;
	z-index: 11;
}
#navict {
	text-align: left;
	width: 900px;
	background-attachment: scroll;
	background-image:  url(../files/navivl.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 50px;
	float: left;
	z-index: 5; 

}
#navi {
	position: absolute;
	left: 238px;
	padding: 2px 0px 0px 0px;
}
#news {
	width: 175px;
	z-index: 13;
	position: absolute;
	left: 81px;
	top: 238px;
/*	background-color: #E7F6E5; */
}
#content {
	width: 630px;
/*	min-height:250px; */
	float: left;
	padding-top: 40px;
	text-align: left;
	padding-bottom: 30px;
	position: relative;
	left: 245px; 
/*	padding-left: 245px;*/
	font-size: 12px;
}

#footer {
	font-size: 12px;
	float: left;
	height: 50px;
	width: 620px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	left: 245px;
	bottom: 5px;
	position: relative;
	text-align: center;
	padding-top: 10px;
}
#logo {
	filter: DropShadow(Color=#666666, OffX=-0, OffY=3, Positive=50);
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

/* ---- Link- / Navigationdarstellung ---- */
#navi ul {
	list-style-type: none;
	text-align: left;
}
#navi li {
	margin: 0px;
	float: left;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 16px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
#navi .active {
	color: #0BA300;
}
#navi a:hover {
	color: #0BA300;
}
#navi ul a {
	color: #999999;
	text-decoration: none;
}
#header a {
	color: #999999;
	text-decoration: none;
}
#header a:hover {
	color: #000000;
}
