body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	color:#000000;
	font-family:Arial, Verdana, Sans-Serif;
}

h1 {
	font-size:110%;
	color:#cd0f16;
	font-style:italic;
}


a {
	color:#cd0f16;
}

.contentBoxIntro {
	position:absolute;
	width:562px;
	background-color:#f4ede3;
	left:34px;
	top:273px;
}	

.logo {
	position:absolute;
	top:33px;
	left:21px;
	/*
	margin-left:21px;
	margin-top:33px;
	*/
	width:728px;
	text-align:right;
}

.header {
	position:absolute;
	top:67px;
	left:21px;
	/*margin-left:21px;*/
	width:728px;
	height:63px;
	margin-top:0px;
	border-top:white solid 1px;
	background-color:#cd0f16;
	background-image:url(/img/bildleiste.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
}

.contentBox {
	width:562px;
	position:absolute;
	background-color:#f4ede3;
	top:0px;
	left:34px;
	/*margin-left:34px;*/
	min-height:100%;
	/*height:100%;*/
	
}

.blank {
	height:130px;
	background-color:#ffffff;
}

.content {
	padding:10px;
	font-size:80%;
	font-weight:bold;
	color:#616161;
}

.alert {
	color:#ff0000;
	font-weight:bold;
}

.bu {
	font-size:80%;
	font-weight:bold;
}

#contentIndent {
	margin-left:20px;
}