/**
* Default Stylesettings
*
* Copyright: Bachchor Wiesbaden
* Author: Pix'n'Bits GbR (www.pixnbits.net)
* 
*/

* {
	margin:0;
	padding:0;
}
option { 
	padding-left: 0.4em; 
}

html { 
	height: 100%;
	margin-bottom: 1px; 
}

body.home {
	background: #bfbf7f;
	font-family: helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	color: #474708;
	text-align: center;
}

body.home a {
	text-decoration: none;
	color: #474708;
}

body {
	background: #bfbf7f;
	background-image: url('/fileadmin/design1/images/sitebackground.gif');
	background-position: center;
	background-repeat: repeat-y;
	font-family: helvetica,arial;
	font-size: 12px;
	position: relative;
	color: #fff;
	text-align: center;
}

img { 
	border:0 solid;
}

ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

* html ul,
* html ol,
* html dl { position: relative }

#home_distance {
	width: 1px;
	height: 50%;
	margin-bottom: -151px;
	float:left;
}

#home_site {
	position: relative;
	height: 302px;
	width: 100%;
	clear: left;
}

#home_banner {
	position: absolute;
	top: 25%;
	left: 35%;

}

#home_text {
	border-top: 1px solid #474708;
	border-bottom: 1px solid #474708;
}

#side {
	text-align:left;
	width: 750px;
	margin: 0 auto;
}

#banner {
	background-image: url('/fileadmin/design1/images/Banner.jpg');
	position: relative;
	float: none;
	clear: both;
	height: 90px;
	width: 750px;
	text-align: right;
}

#mainnav {
	text-align: center;
	position: relative;
	float: none;
	clear: both;
	background-color: #fff;
	color: #4f5f18;
	width: 750px;
	height: 20px;
}

#subnav {
	position: relative;
	float: left;
	clear: none;
	width: 155px;
	padding: 4px;
}

#content {
	position: relative;
	float: left;
	clear: right;
	width: 565px;
	padding: 6px;
#	border-left: 1px solid #fff;
	font-size: 12px;
}


#footer {
	position: relative;
	width: 740px;
	clear: both;
	text-align: right;
	padding: 4px;
	border-top: 1px solid #fff;
}