body {
	background: White;
         font-family:VERDANA,ARIAL,HELVETICA;
         line-height:15pt;
	margin: 20px;
	text-align: center;
	}

hr 	{color:#000000;
         border-style: dashed;
         }

h1 {
         font-size: 16px;
         color: #990000;
	}
h2 {
         font-size: 13px;
         color: #990000;
	}
h3 {
	font-size: 13px;
         font-style:italic;
	color: #00000;}


a:link, a:visited {
	color: Black;
	}
a:hover, a:active {
	color: #990000;
	}
a.extern:link, a.extern:visited {
	color: #990000;
	}
a.extern:hover, a.extern:active {
	color: #990000;
	}

/* id Styles */

#container {
	position: relative;
	width: 800px;
	background: White;
	margin: auto;
	padding: 20px;
	}
#top01 {
	width: 787px;
	height: 102px;
	background: url(bilder/logo_rund.gif);
         background-repeat: no-repeat;
         margin: 5px auto 5px auto;
	}
#leiste {
	width: 787px;
	height: 30px;
	background: url(bilder/rot_big.gif);
         margin: 5px auto 5px auto;
         background-repeat: no-repeat;
	font-size: 12px;
         font-weight: bold;
	letter-spacing: 2px;
         padding-top:5px;
	color: White;
	text-align: center;
	}
		#leiste a:link, #leiste a:visited {
			text-decoration: none;
			color: White;
			letter-spacing : 2px;
			}
		#leiste a:hover, #leiste a:active {
			text-decoration: underline;
			letter-spacing : 2px;
			}


#inhalt  {

         margin: 0px 20px 0px 20px;
	min-height: 410px;
	text-align : justify;
         line-height: 15pt;
	}

#unten {
         width: 787px;
	height: 20px;
	background: url(bilder/rot_rund.gif);
         margin: 5px auto 5px auto;
         background-repeat: no-repeat;
	padding-bottom:5px;
	font-size: 11px;
         font-weight: bold;
	letter-spacing: 2px;
	color: White;
	text-align: center;
	}


		#unten a:link, #unten a:visited {
			text-decoration: none;
                         letter-spacing : 2px;
			color: White;
			}
		#unten a:hover, #unten a:active {
			color: White;
                         text-decoration: underline;
			letter-spacing : 2px;
			}
