html,body{
	margin: 0px;
	padding: 0px;
	font-family: DIN, Arial, sans-serif;
	font-size: 0.9em;
}

h1{
	font-family: DIN, Arial;
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
	margin:0px 0px 28px 0px; 
}

h2{
	font-family: DIN, Arial;
	color: #a4a5a7;
	font-size: 1em;
	font-weight: bold;
	margin:0px 0px 12px 0px; 
}

h3{
	font-family: DIN, Arial;
	color:#000000;
	font-size: 1em;
	font-weight: bold;
	margin:0px 0px 12px 0px; 
}

h4{
	font-family: DIN, Arial;
	color:#000000;
	font-size: 1em;
	font-weight: bold;
	margin:0px;		
}

.fussnote{ font-size: 0.9em;	}
.kursiv{ font-style:italic;	}
.bildunterschrift { font-size: 0.9em; background-color:none;}
.bildunterschrift_weiss { color:#FFF; font-size: 0.9em;}
.bildunterschrift_schwarz { color:#000; font-size: 0.9em;}
.VERSAL {text-transform: uppercase;}


p{
	font-size: 1em;
	margin: 0px;
	margin-bottom: 3px;		
}


td p{
	font-family: DIN, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
	margin-bottom: 3px;
}

hr { 
  border:0px;
  border-bottom: 1px solid #666;
  width: 100%; 
}