body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #ffffff;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
p {
	line-height:18px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#779752;
	letter-spacing:1px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
ul {
	line-height:18px;
}

#mitte {
	width:950px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
#top {
	width:950px;
	height:100px;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#space {
	width:950px;
	height:30px;
	background-image:url(../images/bg_space.jpg);
	background-repeat:repeat-x;
}
#navigation {
	width:200px;
	float:left;
	background-color:#779752;
}
#navigation a {
	width:163px;
	height:12px;
	background-image:url(../images/bg_a.jpg);
	background-repeat:none;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	padding:9px;
	padding-left:30px;
	color:#FFF;
}
#navigation a:hover {
	background-image:url(../images/bg_a_hover.jpg);
	color:#999;
}
#navigation h1 {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	padding:15px;
	margin:0px;
	padding-left:30px;
	color:#FFF;
}
#textnavigation {
	margin:20px -20px -20px -20px;
	padding:10px 20px 10px 20px;
	background-color:#666;
	height:12px;
	width:100%;
}
#textnavigation a {
	font-size:12px;
	padding-right:10px;
	padding-left:3px;
	font-weight:normal;
	color:#CCC;
	text-decoration:none;
	text-align:center;
}
#textnavigation a:hover {
	color:#FFF;
}

#content {
	width:510px;
	background-color:#FFF;
	padding:20px;
	margin:0px;
	float:left;
}
#content a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
#content a:hover {
	color:#779752;
}
#bilder {
	width:710px;
	background-color:#FFF;
	padding:20px;
	margin:0px;
	float:left;
}
#gallerie {
	width:690px;
	clear:both;
	padding-left:20px;
}
	
#teaser {
	width:200px;
	background-color:#779752;
	float:left;
}
	
	
	



