/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
/*BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: rgb(255,255,255);}
 A:active { color: rgb(0,0,0);}
 A:link { color: rgb(0,0,0);}
 A:visited { color: rgb(0,0,0);}
 .TextNavBar { font-size: xx-small;}
 A:hover { color: rgb(172,36,36);}
 p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i, body ,br {
	font-family : Arial,
         font-size : 5pt;
}*/


/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Arial", sans-serif;
	font-weight: normal;
	margin: 0;
}

h2 
{
 font-weight: bold;
 color : #5485D6;
 
}

.contenttitle h2
{
	clear: both;
	background: url("../img/dot.gif") bottom repeat-x;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
}

h4
{
background-color : #FFF7A1;
 /*font-weight: bold;*/
}

p 
{
 font-family: ARIAL;
 font-size: 15px;
 text-align: justify;
}

.contentcenter p
{

 font-family: Arial;
 font-size: 15px;
 text-align: center;
}

.wichtig
{
background-color:red;
color:yellow;
font-weight:bold;
}
