*{
	padding:0;
	margin:0;
	border:0;
}

body,html{
	height:100%;
	font:12px, Arial, Verdana, sans-serif;
	color:#3f5142;
	background:url(/bilder/hintergrund.jpg) repeat-x;
	text-align:center;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px 0;
	letter-spacing:0px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	letter-spacing:0px;
}

#box{
	width:720px;
	padding:0;
	margin:0 auto;
	text-align:left;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(/bilder/mitte.jpg) no-repeat 0 270px;
}

#header{
	position:relative;
	height:270px;
}

#spalte_links{
	width:435px;
	float:left;
	margin:15px 0 40px 30px;
	padding:0;
	min-height:490px;
	height:auto !important;
}

#spalte_rechts{
	width:185px;
	margin:15px 0 40px 503px;
	padding:0;
}


#footer{
	clear:left;
	margin-bottom:10px;
	height:18px;
	width:720px;
	text-align:center;
	line-height:18px;
	font-size:10px;
	color:white;
	background:url(/bilder/footer.jpg);
}


#navigation{
	background:url(/bilder/navigation.jpg);
	width:720px;
	height:32px;
	text-align:center;
	line-height:32px;
	margin-bottom:10px
}

a.navigation:link {
	text-decoration: none;
	color:#3f5142;
	font-weight:bold;
}
a.navigation:visited {
	text-decoration: none;
	color:#3f5142;
	font-weight:bold;
}

a.navigation:hover {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

a.navigation:active {
	text-decoration: none;
	color:white;
	font-weight:bold;
}

a:link {
	text-decoration:none;
	color:#3f5142;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#3f5142;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#83B975;
	font-weight:bold;
}

a:active {
	text-decoration:none;
	color:#486975;
	font-weight:bold;
}

li{ 
	padding-bottom:6px;	
}

ul.liste{
	list-style-position:outside; 
	margin-left:15px;
}

.rand {
	border:1px solid #3f5142;
}

.thumbnail{
	border:1px solid white;
	margin:0 18px 10px 0;
}

.bildleiste{
	border:1px solid #3f5142;
	margin:2px;
	padding:5px;
	background-color:white;
}
