@charset "utf-8";


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #9f2131;

}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
h1 {
	font-size: 14px;
	line-height: 0.8em;
	font-weight: bold;
	text-align:right;}
h2 {font-size: 1.4em; font-weight: bold; line-height: 22px;}
h3 {font-size: 1.2em; font-weight: bold; }
h4 {font-size: 1.em; font-weight:bold;}



a img { 
	border: none;
}

a:link {
	color: #9f2131;
	text-decoration: none; 
}
a:visited {
	color: #9f2131;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #F90;
	text-decoration: none;
}



#wrapper {
	width: 960px;
	height: 680px;
	margin: 25px auto 0px auto;
	text-align: left;
	background-color: #FFF;
	
}


 /************* Seitenleiste mit Navigation ************/
.sidebar {
	float: left;
	width: 180px;
	background-color:#9F2131;
	height: 680px;
}

.sidebar_orange {
	float: left;
	width: 180px;
	background-color:#F90;
	height: 680px;
}

/*****************  Navi */

#naviwrapper {
	width: 180px;
	height: auto;
	margin: 250px 0px 15px 0px;
	padding: 20px 0 20px 0;
	}

ul.nav {
	list-style: none;
	border-top: 1px solid #fff; 
	background-color:#9f2131;
	font-weight:bold;
	
}
ul.nav li {
	border-bottom: 1px solid #fff; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	color: #fff;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background-color: #9F2131;
	font-size:14px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #fff;
	color: #9F2131;
}


/************* Navi orange Seite 2 und 3 ****************/

ul.nav2 {
	list-style: none;
	border-top: 1px solid #9F2131;; 
	background-color:#F90;
	font-weight:bold;
	
}
ul.nav2 li {
	border-bottom: 1px solid #9F2131;; 
}
ul.nav2 a, ul.nav2 a:visited { 
	padding: 5px 5px 5px 15px;
	color: #9F2131;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background-color: #F90;
	font-size:14px;
}
ul.nav2 a:hover, ul.na2v a:active, ul.nav2 a:focus { 
	background-color: #9F2131;
	color: #FFF;
}


/************ Kopfzeile *******************/

.header {
	float: left;
	width: 780px;
	height:120px;
	background-color:#FFF;	
	}
	

.adress {
	float:right;
	width: auto;
	height:120px;
	font-size: 14px;
	line-height:0.2em;
	font-weight: bold;
	text-align:right;

	}
	

/******** Content mit Start und Text **********/

.content_start {
	float: left;
	width: 760px;
	height: 560px;
	padding-left: 20px;
	

}

#main {
	float: left;
	width: 780px;
	height: 560px;

	}

.content {
	float: left;
	padding: 70px 0px 0px 50px;
	font-size: 12px;
} 


.content_impress{
	float: left;
	padding: 100px 0px 10px 50px;
	font-size: 12px;
	display:inline;
} 

.content img{
	float: right;
	/*margin: 0 80px 0 20px;*/
}

.content ul li, .content_impress ul li{
	margin-left: 18px;
	list-style: disc;
}

 

.einrucken {
	margin-left: 18px;
	}
	
