body{
  background-image:url(../images/hintergrund.jpg);
}
#maindiv{
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
}

#header_start{
	height:20px;
	background-image:url(../images/top.png);
}

#header_title{
	height:65px;
	background-image:url(../images/middle.png);
	font-size:26px;
	color:#8C0000;
	padding-top:20px;
}

#menu{
	background-image:url(../images/middle.png);
	height:30px;
	padding-top:10px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#content{
	background-image:url(../images/middle.png);
}

#header_bottom{
	height:20px;
	background-image:url(../images/end.png);
}

#home{
	font-size:20px;
}

hr{
	margin-right:100px;
}

#admin{
	width:680px;
	padding-top:50px;
}
.nikolausauszug{
	text-align:left;
	height:50px;
	padding-top:20px;
	margin-left:20px;
}

.bild_abstand{
	margin-top:20px;
}
.chlaushuesli{
	font-size:20px;
	padding-top:20px;
}

.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}

.abstand{
	padding:50px;
}

.albums{
	width:128px;
	height:150px;
	float:left;
	margin-left:50px;
	margin-right:50px;
	margin-top:30px;
	margin-bottom:10px;
}

.albums img{
	opacity:0.7;	
}

.albums img:hover{
	opacity:1.0;
}
.albums:hover{
	font-weight:bold;
}

.images{
	width: 150px;
	height:150px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	float:left;
}
.bild_melden{
	text-align:right;
	padding-top:10px;
	padding-right:40px;
}
.bild_melden_label{
	width:200px;
	padding:5px;
}

a:link {color:black;text-decoration:none;}
a:visited{color:black;text-decoration:none;}
a:hover{color:black;text-decoration:none;font-weight:bold;}
a:active{color:black;text-decoration:none;}