@import url("style-navi.css");


body {
	background: #FADE8A url("bild/bg.gif") repeat-y;
	margin: 0;
	padding: 0;
	
font-family: Verdana, Arial, Helvetica, sans-serif;		
	
font-size: 80%;
	line-height: 1.7em;	
}
a img {	
	border: none;
}


#header {	
	background: url("bild/bgheader1.jpg") no-repeat;
	height: 150px;
}
#links {
	position: relative;
	float: left;
	width: 200px;
	height: 340px;
	background: url("bild/bglinks1.jpg") no-repeat 0 220px;	
}
#inhalt {
	position: relative;
	float: left;
	width: 550px;
	padding-bottom: 20px;
	margin-left: 10px;
}

.footer, .footer a {
	color: #FFF0B3;
	margin: 0;
}

h1, h2 {
	color: #006;
	font: bold 1.2em Arial;
	padding: 2px 10px;
	border-bottom: 1px solid #777;
	background: #D0B976;	
}

ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 10px 0;
}
.picright {	
	float: right;
	margin: 0 0 10px 10px;	
}
span#top {
	display: none;
}
label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
br {
	clear: left;
}
#album {
  margin: 45px 45px 0 45px;
	width: 460px;  
	height: 320px;
	background: url("bild/album/back.jpg") no-repeat;
	overflow: hidden;
}
#album p.bild {
  padding: 10px 10px 0 110px;
}
#album p.text {
  margin: 25px 0 0 0;
 	text-align: center;
}
