@import url("fonts.css");
@import url("menu.css");

body  {
	background:url(../bilder/layout/Bilder/verlauf_02.png) repeat-x #B4AB9C;
	font-family: 'DroidSans', sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
    }



a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}


#rahmen {
	margin: 0 auto;
	width: 950px;
	background:#CFC1A8;
	}

#banneroben {
	width: 910px;
	height: 177px;
	padding: 20px;
	background: url(../bilder/layout/banner_01.jpg);
	color:#FFFFFF;
	}
	
#banneroben h1{
	color:#FFFFFF;
	}

#flags {
	width: 910px;
	height: 120px;
	text-align:right;
	}

#bannerunten {
	width: 910px;
	height: 33px;
	padding: 5px 20px 5px 20px;
	background: url(../bilder/layout/banner_02.jpg);
	color:#FFFFFF;
	font-size: 12pt;
	line-height: 30px;
	}

#links {
	float:left;
	width: 300px;
	}

#links-content {
	width: 260px;
	padding: 20px;
	}

#content {
	width: 540px;
	margin-left: 300px;
	padding: 40px 70px 40px 40px;
	background-color:#e3d8c4;
	}
	
#content p {margin: 9px 0;}

*+html #content {
	width: 607px;
	}

* html #content {
	width: 607px;
	}

.clearer {
	clear: left;
	line-height: 0;
	height: 0;
	}

#fusszeile {
	width: 910px;
	height: 20px;
	padding: 5px 20px 5px 20px;
	background-color:#56483D;
	color:#FFFFFF;
	text-align: center;
	}
#fusszeile a:link {
	color: #E3D8C4;
}
#fusszeile a:visited {
	color: #E3D8C4;
}	    
 
.bild-rechts {
	float:right;
	padding: 5px 0px 10px 20px;
	clear:both;
	} 	    
 
.bild-rechtsfirst {
	float:right;
	padding: 5px 0px 10px 20px;
	} 

.bild-rechtsmitte {
	float:right;
	padding: 15px 0px 15px 20px;
	clear:both;
	}
	
	 
.bild-links {
	float:left;
	padding: 5px 20px 10px 0px;
	clear:both;
	}
	
img {border:none}
	
	
#content ul {
	margin-left: 40px;
	}
	
#content ol {
	margin-left: 40px;
	}
	
ul.auflistung {
	list-style-type:disc;
}

.bericht ol { counter-reset: item }
.bericht ol ol li{ padding-left: 0px; }
.bericht ol { margin-left: 0px }
.bericht ol li { display: block }
.bericht ol li:before { content: counters(item, ".") ".  "; counter-increment: item }

#content h4 {margin: 14px 0 4px 0}
#content h3 {margin: 20px 0 7px 0}
#content h2 {font-size:1.7em; margin: 29px 0 20px 0}


.imgflag {margin-right:10px}

h1, h2, h3, h4 {
	font-family: 'GraublauWeb', sans-serif;
	color:#56483D;
	line-height:1.2em;
	}

h4 {
	clear:both;
	}
	
#content .first {margin-top:0px}
