

body {
	background: url(/images/layout/bodybg.jpg) repeat top left;
	padding: 50px 0;
	color: #000000;
	font-family: Calibri, Tahoma, Verdana;
	font-size: 14px;
}


.frame {
	margin: 0 auto;
	background: url(/images/layout/header.jpg) no-repeat top center;
}


.mainmenu {
	margin: 2px auto 200px;
	border-top: 2px solid #400000;
	border-bottom: 2px solid #400000;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

.mainmenu a {
	margin: 0 5px;
	padding: 2px 5px;
	color: #A00000;
	text-decoration: none;
}

.mainmenu a:hover {
	background: #A00000;
	color: #FFFFFF;
}


.content {
	margin: 0 auto;
	width: 600px;
	border: 4px solid #400000;
	background: #FFFFFF;
	padding: 20px 30px;
}

.content h1 {
	margin: 0 0 20px;
	border-bottom: 2px solid #400000;
	font-size: 150%;
}

.content h2 {
	font-size: 125%;
}

.content a {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover {
	color: #FF0000;
}

.content .spacer {
	margin: 10px 0;
}

.content .hinweis {
	color: #606060;
}

.content img {
	border: 1px solid #b0b0b0;
}

.welcome {
	margin: 0 auto;
	height: 200px;
	color: #800000;
	text-align: center;
}

.welcome h1 {
	font-size: 160%;
}

