@charset "UTF-8";
body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #CFF; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background-color: #CFF;
	background-image: url(../bilder/291top.png);
}



*/
.sidebar1 {
	float: right;
	width: 200px;
	padding-bottom: 10px;
	background-color: #9CF;
	height: 550px;
}
.content {
	padding-top: 50px;
	padding-bottom: 10px;
	width: 950px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
	background-color: #98CDFB;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
	background-color: #98CDFB;
}


.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	background-color: #98CDFB;
	background-image: url(../bilder/291bottom.png);
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	text-align: center;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.blocksatz {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rechtsbuendig {
	font-size: small;
}
.zentriert {
	text-align: center;
}
.links {
	text-align: left;
}
.Fett {
	font-weight: bold;
}
