/* ZURÜCKSETZEN */
p,h1,h2,h3,h4,h5,h6{
   padding:0;
   margin:0;
   font-weight: normal;
   text-decoration: none;
}
hr{
   color: #AAAAAA;
   height:1px;
   text-align:left;
   border:1px solid #AAAAAA;
}

/* FORMATIERUNG TEASER */

#TeaserText h1{
   font-size: 170%;
   color: #da5d1f;
   font-weight: bold;
   margin:0;
}
#TeaserText h3{
   font-size: 150%;
   color: #000;
   margin :0;
}
#TeaserText h5{
   font-size: 130%;
   color: #9d0029;
   margin : 0;
}
#TeaserText p{
   color: #000;
   margin : 0 0 3px 0;
}
#header_print #logo{
float:right;
}
/* FORMATIERUNG CONTENT */
#content {line-height: 150%;}
#content p{margin : 0 0 12px 0;}
#content h1 {
	color: #DA5D1F;
	font-size: 170%;
	margin : 25px 0 12px 0;
}

#content sup,
#content sub{
   font-size: 90%;
}

#content h3 {
	color: #000;
	font-size: 150%;
	margin: 20px 0 10px 0;
}

#content h5 {
	color: #525252;
	font-size: 130%;
	font-weight: bold;
	margin: 15px 0 8px 0;
}

#content table {
   border : 0 none;
   margin : 5px 0;
}
#content td, #content tr {
   padding : 3px;
   vertical-align : top;
}
#content .tabrowheader td {
   background-color: #DA5D1F;
   color: #fff;
}
#content .tabrowungerade {
   background-color: #fbc27f;
   color: #000;
}
#content .tabrowgerade {
   background-color: #E4E5E7;
}

#content a,
#content a:link,
#content a:visited{
	color: #DA5D1F;
	font-weight : bold;
	text-decoration : underline;
}

#content a:focus,
#content a:hover,
#content a:active{
	background-color: #DA5D1F;
	color:#fff;
}
