body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 100%;
	 line-height: 1.5;
	background-color: #D0D0D0;
	margin: 0;
	padding: 0;
	color: #4F4C4D;
	}
p {
	margin-top:0
	padding-right: 15px;
	padding-left: 15px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {	color:#2B6CA3;
	margin-top:0;
	padding-left:15px;
	padding-right: 15px;
}

h2, h3, h4, h5, h6{
	margin-top: 0;
	color:#2B6CA3;	
	padding-right: 15px;
	padding-left: 15px;
} 
a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	border: 0px solid #c0c0c0;
	width: 100%;
	min-width: 360px;
	background: #D0D0D0;
	margin: 0 auto; 
}

.header {
	width:100%;
	
	padding:0px;
	margin:0px;
	background: #2B6CA3;
	}

.bild {
    	max-width: 100%;
    	height: auto;
}
.bildklein {
    	max-width: 100%;
	min-width: 50%
    	height: auto;
	margin:10px;
}

.content {max-width: 950px;
	padding:20px;
	margin:20px auto;
	text-align:left;
	height:auto;
	}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.footer {height: 165px;
	text-align:center;
	color:#ffffff;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(bilder/fuss.gif);
}

a.fuss:link {
	color:#ffffff;
	text-decoration: underline; 
}

a.fuss:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.fuss:hover, a.fuss:active, a.fuss:focus { 
	text-decoration: none;
}



/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
</style>
