@charset "utf-8";
/* CSS Document - Allgemeine Definitionen */

html, body {
	background-color:#e1e9d8;
background-image:url(bg_body.jpg);
	background-repeat:repeat-x;
        background-position:top;
	font-family:Arial;
	font-size:12px;
}

img {
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a {
	text-decoration:none;
        color:#575757;
}

#box {
	
	height:auto !important;
	min-height:100%;

}

#main_container {

	position:absolute;
	left:50%;
	margin-left:-340px;
	margin-top:50px;
	width: 704px;
	min-height:433px;
	background-color:#ffffff;
	background-image:url(bg.jpg);
	background-repeat:repeat-y;

}

#nav_container {

	width:701px;
	height: 54px;
	background-color:#dcdddd;
	border-bottom: 2px solid #105418;

}

#nav {
	
	margin-left:139px;
	font-family:Georgia;
	font-size:17px;
}

* html #nav {

	margin-left:120px;
}

*+html #nav {

	margin-left:140px;
}

#nav div {

	margin-top:20px;
	margin-left:20px;
	float:left;

}

#nav a {
	
	color:#575757;
	
}

#nav a:visited {

	color:#575757;

}

#nav a:hover {

	color:#105418;

}

#nav .active a {

	color:#105418;

}

#info {

	text-align:right;
	font-family:Georgia;
	font-size:12px;
	color:#575757;
	margin-top:6px;
	margin-right:30px;
}

h1 {

	color:#105418;
	font-family:Georgia;
	font-size:22px;
	
}

#content {
	min-height:240px;
	margin-left:71px;
	margin-top:36px;
	margin-right:40px;
	margin-bottom:30px;
	
}

#footer {

	background-image:url(bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:6px;
	height:79px;
	width:701px;

}

#footer img {
	
	float:left;
}

#footertext {
	
	float:right;
	margin-top:47px;
	margin-right:20px;
	font-family:Georgia;
	font-size:16px;
	
}

*html #footertext {

	margin-right:10px;
}

#footertext a {
	
	color:#575757;
	
}

#footertext a:visited {

	color:#575757;

}

#footertext a:hover {

	color:#105418;

}

#impressum {

	margin-left:15px;
}

#logo {
	
	height:143px;
	width:195px;
	float:left;
	margin-left:-80px;
	margin-top:-40px;

}
