
/*html*/
body {
	background-color: #A00540;
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/*haupt div*/
#navbox {
display:none;
}
#bild {
display:none;
}

#contentbox {
	width: 90%;
	left: 20pt;
	top: 100pt;
}
#contentbox #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #black;
}
#contentbox #contenthaupt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #black;
}


#infobox {
display:none;
}
#fusszeile {
display:none;
}
/*fomat*/

h1 {
	font-weight: bold;
	font-size: 14pt;
	color: #a00540;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -4px;
}
acronym{
	color: #800040;/*color*/
	text-decoration : none;
	cursor:pointer;
}
/*navigation*/
#navbox ul {
display:none;
                }

/*sonderformate*/
#infobox a {
	color:#FFFFFF;
}
#infobox ul {
margin-left:0px;
padding:8px;
}
#infobox span
{
font-weight: bold;
}

.fett {
	font-weight: bold;
}
#contentbox #contenthaupt .fett {
font-weight: bold;
color:#a00540;
}
#content a {
	color:#a00540;
	font-weight: bold;
}
#contenthaupt li a {
	color:black;
	line-height:18px;
}
/*ausgeblendet*/
#print {
	position: absolute;
	width: 250px;
	top: 0px;
	right: 10px;
	z-index:20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#box1{
display:none;
}
#box2{
display:none;
}