body {
	background-color : #fdf0f0;
	
	color : black;
	font-family : Verdana, Arial, Helvetica, Sans serif;
	font-size : 90%;
	padding : 0 10px 10px 0;
	
 }
 
h1 {	color :  #db0000;
	font-size : 70pt;
	font-weight : bold;
	margin-top : 30px;
	margin-bottom : -10px;
	text-align : center;
	
	
}

h2 {	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	margin-bottom : 0px;

}

h3 {	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	margin-top: 0px;
	margin-bottom : 0px;
	color : #db0000;
 

	
}
h4 {	font-size : 14pt;
	font-weight : bold;
	color : #db0000;
 

	
}



.navblock {

	
	width : 190px;
	padding-left : 15px;
	float : left;
	
	font-size : 16pt;
	font-weight : bold;

 }

a.navlink {
	color : black;
	text-decoration : none;
	
}


a.navlink:hover, a.navlink:active, a.active {
	color : #db0000;
}


.h {
	position : relative;
	left : 0px;
	top : 0px;
	width : 100%;
		
	
	

}

.seiteninhalt {
	/*position : absolute;
	left : 210px;
	margin-right:0px;*/
	
	padding-left : 205px;


}

hr {	height : 1px;
	color : #db0000;
	background-color : #db0000;
}

.klein {
	font-size : 7pt;
	text-align : right;
}

.mittel {
	font-size : 10pt;
 }

li {
	margin-bottom : 10px
	
}

.feedback-box {
	background-color:#f6b8b8;
	border:1px solid black;
	padding:4px;width:550px;
	margin-left:auto;
	margin-right:auto;
 }
