/*   Tags: Grundsätzliche Einstellungen		*/  
body { 
 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 100.01%;
  background-color : #FFFFFF;
  color: #57575A;
  }
 
/*	Absatz - Abstand unten 12 Pixel	*/
	p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 10pt;

	}
		
	h1 {
		font-size: 11pt;
				font-weight: bold;
	}
	
	
/*	Text - Abstand unten 0 Pixel	*/
.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
	}
	
.rot {
	color: #CC3333;
}

.blau {
	color: #003366;
}
	
		
	img {
		border: 0px;
	}
 

.bild_rechts  {
	margin-left: 15px;
	float: right;
	margin-bottom: 10px;
}

.bild_links  {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}


/*		Ende Tags: Grundsätzliche Einstellungen */

 	ul {
			padding: 0px 0px 0px 16px;
			margin: 0px 0px 10px 0px;
	      font-size: 10pt;
         list-style-image: url(../grafik/li.gif);
			list-style: disc;
	}
	li {
				padding: 0px 0px 0px 0px;
	         margin: 0px 0px 0px 0px;
				list-style-image: url(../grafik/li.gif);

	}


.link  {
font-weight: bold;
text-decoration: underline;
}

a:link { font-weight: bold; text-decoration: underline;}
a:visited { font-weight: bold;  text-decoration: underline;} 
a:hover { font-weight: bold;  text-decoration: underline;} 
a:active { font-weight: bold;  text-decoration: underline;}
a:focus { font-weight: bold; text-decoration: underline;} 