html, body {
	background: url(images/bg.gif) repeat-y center;	
	background-color: #e4a91d;	
	color: #d2051e; 
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left; 
	padding: 0px;
	margin: 0px;
}

/*###################STYLES####################*/

#shadow {
	width: 800px;
	padding: 0px 10px 0px 10px;
	background: url(images/bg.gif) repeat-y;	
	margin: 0px auto;
	text-align: left;


}

#head {
	background: url(images/head.jpg) no-repeat;
	width: 800px;
	height: 124px;
	margin: 0px;
	padding: 0px;
}

#logo {
	float: left;
	width: 360px;
}

#impressum {
	float: right;
	width: 150px;
	padding: 90px 0px 20px 0px;
}

#contentcontainer {
	width: 800px;
	margin: 0px;
}

* html #contentcontainer {
	width: 800px;
	margin: -1px 0px 0px 0px;
}

#navigation {
	width: 240px;
	float: left;
}

#content {
	background: url(images/content_bg.jpg) no-repeat top;
	width: 470px;
	float: right;
	margin: -1px 0px 0px 0px;
	padding: 55px 60px 40px 30px;
}


/* Wenn nichts mehr geht, dann fixfloat :) Danke hgs5*/
.fixfloat { 
	font-size: 0; 
	line-height: 0; 
	margin: 0; 
	padding: 0; 
	width: 1px; 
	height: 1px; 
	float: none; 
	clear: both 
}

/*###################Hauptnavi####################*/

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation a, #navigation a:link, #navigation a:visited {
	background: #fbe7bb;
	text-decoration: none;
	color: #162983;
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	border-top: #2f608b dotted 1px;
	margin: 0px;
}

#navigation a:hover, #navigation a:active, .nav_current {
	background: #b60018 !important;
	text-decoration: none;
	color: #ffffff !important;
	border-top: 1px #b60018 solid !important;
}

.lastli {
	border-bottom: 1px #4f7596 dotted;
}

/*###################Subnav####################*/

#navigation li ul{
	padding: 0px;
	margin: 0px;
}

#navigation li ul li{
	list-style-type: none;
	border: none;
	text-decoration: none;

}

#navigation li ul li a:link, #navigation li ul li a:visited {
	text-decoration: none;
	background-color: #fceed0;
	margin: 0px;
	color: #162983;
	padding: 5px 0px 5px 50px !important;
	font-weight: normal;
	display: block;
	font-size: 12px;
	border: none !important;
}


#navigation li ul li a:hover, #navigation li ul li a:active, .subnav_current {
	background: url(images/punkt.gif) no-repeat left center !important;
	text-decoration: none;
	color: #b60018 !important;
	border: none !important;
	padding: 5px 0px 5px 50px !important;
	margin: 0px;
}

/*###################Imprint Navi####################*/

#impressum a, #impressum a:link, #impressum a:visited {
	text-decoration: none;
	color: #b60018;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}

#impressum a:hover, #impressum a:active, .impressumnav_current {
	text-decoration: none;
	color: #4f7596 !important;
}


/*###################Content####################*/

p {
	color: #d2051e; 
	font-size: 13px;
	line-height: 19px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 0 10px;
}

h1 {
	color: #162983; 
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

h2 {
	font-size: 14px;
	padding: 0 0 0 10px;
}

#content h3 {
	background: #fceed0;
	font-size: 13px;
	color: #162983;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	margin: 10px 0 0 0;
}

h4 {
	padding: 0 0 0 10px;
}
	
a img {
	padding: 0px;
	border: none;
}

#content a {
	color: #d2051e;
}

#content li {
	background: url(images/listenpunkt.gif) no-repeat;
	padding-left: 15px;
	list-style-type: none;
}
.rot {
	color: #c95827;
}
/*##########################*/
#button {
	background: url(images/AB_Wegweiser_Button_RZ.gif) no-repeat top !important;
	padding: 5px 0px 0px 17px !important;
	margin: 20px 0px 0px 17px !important;
	width: 183px !important;
	height: 140px !important;
	text-align: left;
	float: left;
}

* html #button {
	background: url(images/AB_Wegweiser_Button_RZ.gif) no-repeat top !important;
	padding: 5px 0px 0px 17px;
	margin: 20px 0px 0px 17px;
	width: 183px !important;
	height: 140px !important;
	text-align: left;
	float: left;
}

#button a, #button a:visited {
	background: none !important;
	color: #ffffff !important;
	padding: 0px 0px 0px 0px !important;
	font-weight: normal !important;
	font-size: 11px !important;	
	display: block;
	width: 183px !important;
	height: 140px !important;
	border: none !important;
}
#button a:hover, #button a:active {
	background: none !important;	
	color: #bd1220 !important;
	border: none !important;
}
