
P, PRE { margin: 0px; 
             line-height:1.4em;
             font-size:13px;
             }

/******************/
/* Headers, plain */
/******************/

H1 {
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 4px;
	background: #E3E3E3;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
H2 {
   font-size: 11px;
 text-align: center;
   font-style: boldt;
	color: #222222;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	
	} 
	
H3 {
	font-size: 12px;

}

H4 {
	font-size: 10px;

}

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 13px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }


/* eigene Klassen */

.textbig, #textbig {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textverybig, #textverybig {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textsmall, #textsmall {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : normal;
	font-style : normal;
}

.textsmallb, #textsmallb {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
	font-style : normal;
}

.textverysmall, #textverysmall {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.box_orange
{
	margin-left: 9%;
	background-color: #FFCC00;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	text-align: justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #006699;
	width: 80%;
	}

.box_rot
{  
   margin-left: 9%;
	background-color: Maroon;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #006699;
	width: 80%;
}

.box_grau
{  
   margin-left: 9%;
	background-color: #E3E3E3;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	text-align: justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
	width: 80%;
}

/*Keinen Rahmen um Bilder, die verlinkt sind*/	
.Bilder_Link {
	border: none;
}

/*Zentrierung von Text*/
.zentrierung {
  text-align: center;
  }