html, body{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	background-color:#ddd;
	}	

h1 {
	font-size: 20px;
	text-decoration:bold;
}

h2 {
	font-size: 14px;
	text-decoration:bold;
}

h3 {
	font-size: 12px;
	text-decoration:bold;
}

a {
	border:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color: #fff;
	}

#container{
	margin: 0px auto; 
	border:0px;
	padding:0px;
	width: 775px;
	height:auto;
	text-align: left;
	}

img {
    border: none;
}

/* ---------------------------------------------------------------*/


#header{
	margin:0px 10px; 
	border:0px;
	padding:0px;
	width:775px;
	height:206px;
	background-color:#009930;
	}
	
#header img#hauptbild{
	margin: 0px; 
	width:775px;
	height: 206px;
	border: 0px;
	}

#content {
	background:url(img/stamm.png) 0px 0px repeat-y;
	width:775px;
	float:left;
	height: 100%;
	margin:0px 10px; 
	border:0px;
	padding:0px;
	text-align: left;
	background-color:#009930;
	}

div.menu{
	width: 225px;
	float:left
}

div.body{
	width:540px;
	min-height: 500px;
	float:right;
	padding-right:10px;
	background-color:#009930;
	}

.navbar{
	width:510px;
	float:left;
}

.navimg{
	width:170px;
	float:left;
}

.albumimg{
	width:155px;
	float:left;
}

.longpic{
	width:720px;
	float:left;
}

.wegweiser{
	padding-left:20px;
	margin-left: 20px;
	margin-bottom: 20px;
}