body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DDDDDD;
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	}
	
#menu{
	background-image:url(../img/menubg.jpg);
	margin-top:20px;
	margin-right:17px;
	background-repeat:repeat;
	float:left;
	width:150px;
	position:absolute;
	}

#box{
	color:#DDDDDD;
	position:absolute;
	text-align:center;
	margin-bottom:30px;
	}
	
#header{
	width:960px;
	text-align:left;
	height:100px;
	position:relative;
	}
	
#content{
	text-align:left;
	width:790px;
	min-height:430px;
	*height:430px;
	color:#DDDDDD;
	margin-top:20px;
	margin-left:170px;
	position:absolute;
	background-image:url(../img/content.png);
	background-repeat:repeat;
	}

#content2{
	position:static;
	margin:25px;
	width:740px;
	}
	
img{
	border:0px;
	}
	
#menulink{
	margin-top:10px;
	color:#DDDDDD;
	text-decoration:underline;
	font-weight:bold;
	}

#menulink:hover{
	text-decoration:none;
	color:#FBB;
	}
	
#menubox{
	margin-top:10px;
	margin-left:20px;
	text-align:left;
	}
	
a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	}

a:hover{
	text-decoration:none;
	}
	
#vorschaubild{
	border:0px;
	margin-right:15px;
	margin-bottom:15px;
	}
	
#albumueberschrift{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:600;
	text-align:center;
	}
	
#berichtecontainer{
	position:relative;
	margin-bottom:25px;
	height:150px;
	margin-bottom:50px;
	}
	
#berichtebild{
	position:relative;
	float:left;
	width:200px;
	height:150px;
	}
	
#berichtetext{
	position:relative;
	padding:10px;
	margin-left:230px;
	}
	
#berichtejahre{
	width:730px;
	position:static;
	margin-bottom:20px;
	*margin-bottom:3px;
	text-align:right;
	}
	
#berichteueberschrift{
	font-size:14px;
	font-weight:700;
	}

#berichtejahrelink{
	float:right;
	margin-left:10px;
	cursor:pointer;
	}