/* Stylesheet für Site:  */
/* Letzte Änderung am : 27.05.2001 JH */


/* Schrift-Type */
body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

/* Schrift-Typen fester Laufweite */
pre,tt { 
	font-family: "Courier New", Courier, monospace; 
	color:#333333;
}

/* Schrift-Größe */
body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,pre { 
	font-size:9pt;
}

.page { font-size:8pt; color:white; }

/* kleine Schrift normal und zentriert */
.small,.smallcenter { font-size:7pt; }
.mini,.minicenter { font-size: 7pt;}

h1	{
	font-size:16pt;
	color: #333333;
}

h2	{
	font-size:14pt;
	color:#333333;
}

h3	{
	font-size:11pt;
	color: #333333;
}

h4	{
	font-size:1pt;
	color:black;
}


/* Aufzählungspunkt gefüllt */
ul, ol	{list-style:disc; }



/* Link-Typen */

A,A:Visited   {
	font-size:8pt;
	color: Blue;
	text-decoration:underline;
}

 A:Hover, A:Active    {
	color:red;
	text-decoration:underline;
}

A.toplink, A:Visited.toplink {
	font-size:8pt;
	text-decoration:none;
	color:white;
	background-color: #6495ED;
}

A:Active.toplink  {
	text-decoration:none;
	color: White;
}

A:Hover.toplink  {
	text-decoration:underline;
	color: Black;
}

/* Seitenränder */

body  {
	color: #333333;
	background-color:#F6F7F8;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
 	margin-bottom:0px
}

hr {	
	width:430px;
	text-align:left;
}

/* Hintergrund-Farben */

/* Tabellenhintergrund */
/* linker Rand */
.col1l { background-color: #ADD8E6;}
/* rechter Rand */
.col1r { background-color: #99CC99;}
/* Nav-Rand*/
.colnav {background: #ffbb00;}
/* Hervorhebung (Tabellenzeilen) */
.color2 { background-color: #DDDDDD; }
.colred{color: Red;}

/* Zentrierung normale und kleine Schrift */
.center,.smallcenter,.minicenter { text-align:center; }



/* Formatierungen */

/* Absatz-Einzug 1. Zeile  */
.einzug { text-indent:15pt;  text-align :  justify;  }

/* Absatz mit Rahmen <p class="kasten"> */
.kasten_370	{
	text-indent:0;
	border-style:double;
	border-color:black;
	border-width:2pt;
	margin-right:0;
	padding:10pt;
    	width:335px; 
}

