/********* basics *********/
body {
	background-color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/********* Textformatierung *********/
p,h1,h2,h3 {
	color: #731939;
	padding:  0px 0px 0px 21px;
}
p,h3 {
	font-size: 11px;
	line-height: 17px;
	padding:  0px 0px 0px 21px;
}
h1,h2 {
	font-size: 12px;
	font-weight:bold;
	padding:  0px 0px 0px 21px;
}
h3 {
	font-weight:bold;
	padding:  0px 0px 0px 21px;
}


/********* Links *********/
a:link {
	color:#731939;
	text-decoration: underline;
}
a:visited {
	color:#731939;
	text-decoration: underline;
}
a:hover {
	color: #731939;
	text-decoration: none;
}


/********* mittenzentrierte Grundflaeche *********/
#centerbox {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
}

