body{
	padding:0;
	margin:0;
	background-color:#12AED6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
#main {
	margin: auto;
	width: 960px;
	border: 10px solid #dddddd;
	margin-top:15px;
}
#menu a {
	width: 150px;
	text-align: center;
	padding: 3px;
	background-color: #823465;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-right:1px solid #FFFFFF;
	float: left;
}
#menu a:hover {
	background-color: #FFFFFF;
	color: #823465;
}
#menu{
	border-top:10px solid #dddddd;
	border-bottom:10px solid #dddddd;
	background-color: #823465;
}
#content {
	line-height: 20px;
	padding: 20px;
	background-color: #FFFFFF;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #823465;
}
#content a {
	color: #823465;
	text-decoration:none;
}
#content a:hover {
	color: #FFFFFF;
	background-color: #823465;
	text-decoration:none;
}
#content a.bilder:hover {
	background:none;
}
.clean{
	clear:both;
	line-height:1px;
	font-size:1px;
	height:0px;
}
#footer {
	margin: auto;
	width: 960px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
