body 
{
background-color: #ffffff;
margin: auto;                           /* zentriert alles */
/* border: 1px solid silver; */
width: 760px;
padding: 0;                /* Textabstand vom Rand */
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 15px; color: black
}


#menublau                                /* Blaue Linkleiste oben */
	{
	background-color: #000080;    /* blau */
	Font-Size: 13px;
	text-align: center;
	padding:5px 0px;
    }

a.menutop:link { font-weight:bold; color: #ffffff; Font-Size: 13px; }
a.meutop:link visited {font-weight:bold; Font-Size: 13px; color:red;}
a.menutop:link hover { font-weight:bold; Font-Size: 13px; background-color:#CCCCCC;}
a.menutop:link active {Font-Size: 13px;  background-color:black; }


a:link { color: blue; }
a:visited { color: red;}
a:hover { background-color:#CCCCCC;}
a:active { background-color: black; }


.h1  
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 13px; 
Font-weight: bold; color: black;
}


.h2  /*ueberschrift-oben  Leitsatz */
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 12px; /* Schriftgröße */
Font-weight: bold; color: white;/* Fettdruck weiß */
}

.h3  
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 12px; color: black;
}

h4                                   /* Schrift hinweis: agb */   
	{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	}

h5                                          /* footer */
	{
	font-size: 11px; color: black;
	text-align: center;
	font-weight: normal;
	background-color:#dcdcdc;
	line-height: 1.3;                   /* zeilenabstand  */
	}


p
	{
	Font-Size: 14px; 
	text-align: left;
	padding-left: 3px;
	padding-right: 10px;
	margin-top: 2px;                   
	margin-bottom: 2px; 
	/* line-height: 2.5; */                  /* zeilenabstand  */
	}

.linie 
	{
  	border-bottom-color: #dcdcdc;
  	border-bottom-width: 2px;
  	border-bottom-style: solid;
  	margin-top: 0px;                  /* Außenabstand */
  	margin-bottom: 8px;
  	padding: 0px;                   /* Innenabstand oben */                
	}

	
.linkbox                                     
	{
	font-size: 11px;
	text-align: center;
	padding: 0px;
	}

.texttranslate
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 12px; color: maroon;
}
