/* Wueppesahl   */
/* 26. Mai 2011 */

body {
font-family: 			Helvetica, Verdana, Arial, sans-serif;
background-color:		white;
color:					black;
width: 					700px;
margin-left: 			auto;
margin-right: 			auto;
padding:				0px;
border:					0px;
}

a:link, a:visited, a:active {
text-decoration:		none;
color:					#00008B;
}

a:hover {
text-decoration:		underline;
}

td {
text-align:				left;
vertical-align:			top;
}

p {
font-size:				medium;
text-align:				justify;
}

li {
text-align:				left;
}

h1 {
margin-top:				25px; 
margin-bottom:			20px;
color:					#00008B;
font-size:x-large;
background-color:		white;
}

h2 {
color:					#00008B;
font-size:				medium;
background-color:		#FFFFFF;
}

h3 {
color:					black;
font-size:				medium;
background-color:		white;
}

a.pdf {
padding-right: 			14px;
background: 			url(pdf.png) right center no-repeat;
}

a.neu {
padding-right: 			24px;
background: 			url(neu.png) right no-repeat;
}

.menu {
text-align:				center;
background-color:		#ADD8E6;
margin-top:				25px;
margin-bottom:			25px;
}

ul {
list-style-type: 		square;
font-size: 				100%;
text-align: 			left;
}

/* Formatierung fuer die Bilder */

img {
border:					0px ;
}

/* Formatierung fuer die Bilder */

.bildlinks {
float:					left; 
clear:					left; 
margin-right:			25px;
margin-top:				10px; 
margin-bottom:			10px;
}

/* Formatierung fuer die Bild-Boxen */

.bildbox {
float:					right; 
clear:					right; 
margin-left:			25px;
margin-top:				10px; 
margin-bottom:			10px;
}

.bildansicht {

}

.bildunterschrift {	
margin-top:				5px; 
text-align:				left;
font-size:				small;
}

/* Beispiel

<div class="bildbox">
<div class="bildansicht">
<a href="http://www.spiegel.de/fotostrecke/fotostrecke-60015-6.html">
	<img style="width:300px;" src="bild2.jpg" alt="Wasserwerfer im Einsatz" /></a>
</div>
<div class="bildunterschrift">	
Wasserwerfer gegen Buerger.
</div>
</div>

*/




