html, body{
	font-family:Arial,Helvetica,Sans-Serif;
	font-style:normal;
	background-image: url('background.jpg');
}
#titel{
	color:#EDEDED;
	font-size:28px;
	font-weight:bold;
}

#untertitel{
	color:#E5E5E5;
	font-size:14px;
	font-weight:bold;
}

#site{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border-radius:15px;
	background-color:white;
	overflow:hidden;
}

header{
	background-image: url('header.jpg');
	width:100%;
	height:150px;
	
	background-repeat: no-repeat;
	background-position: center center;
}

#navigation{
	width:100%;
	height:40px;
	background-image: linear-gradient(white 0%, #BBBBBB 100%);
	color:#525252;
}

.menu{
	background-image:inherit;
	color:#525252;
}

.menu_name{
	float:left;
	padding:10px;
	cursor:pointer;
	border-right:dotted;
	border-width:0.5;
	background-image:inherit;
	color:#525252;
	text-decoration: none;
}

.menu_item{
	display:none;
	
	position:fixed;
	
	padding:10px;
	cursor:pointer;
	border-top:solid;
	border-color:white;
	border-width:0.5;
	background-color:#FFD27F;
	color:#525252;
	text-decoration: none;
}

.silent{
	color:#525252;
	text-decoration: none;
	background:inherit;
}

#main{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

#footer{
	background-color:#DDDDDD;
	width:100%;
	height:33px;
}

#footnote{
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	width:270px;
}