

form {
	display: inline;
}



/*   Tags: Grundsätzliche Einstellungen		*/  
body, table td, table th { 
  font-family: Arial, Helvetica, sans-serif;
  font-size : 100.01%;
  color: #000000;
  }
table th p, table td p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}  
 
 	
  /*	Absatz - Abstand unten 12 Pixel	*/
	p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 0.8em;
	}
	
	
	h1,h2,h3,h4,h5,h6, adress, pre {
		font-size: 0.8em;
		padding: 0px 0px 0px 0px;
	   margin: 0px 0px 10px 0px;
		font-weight: bold;
	}
	
	ul {
			padding: 0px 0px 12px 16px;
			margin: 0px 0px 0px 0px;
         list-style-image: url(../grafik/li.gif);
			list-style: disc;
	}
	li {
				padding: 0px 0px 0px 0px;
	         margin: 0px 0px 5px 0px;
				list-style-image: url(../grafik/li.gif);
				font-size: 0.80em;
	}
	

	img {
		border: 0px;
	}
 .bildunterschrift  {
 margin-top: 4px;
}

.bild_rechts  {
	margin-left: 15px;
	float: right;
	margin-bottom: 10px;
}

.bild_links  {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.link  {
font-weight: bold;
text-decoration: underline;
}

.link:link { color: #E60005; font-weight: bold; text-decoration: underline;}
.link:visited { color: #E60005; font-weight: bold;  text-decoration: underline;} 
.link:hover { color: #000000; font-weight: bold;  text-decoration: underline;} 
.link:active { color: #E60005; font-weight: bold;  text-decoration: underline;}
.link:focus { color: #E60005; font-weight: bold; text-decoration: underline;} 
