/*grundeinstellungen*/
body 
{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 30px;
}


/*inhaltsbox links bild*/
#content_image 
{
	width: 200px;
	position: static;
	height: 560px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}

/*inhaltsbox mitte logo*/
#content_navigation
{
	width: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	text-align: center;
	height: auto;
}

/*inhaltsbox rechts text*/
#content_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	width: 448px;
	overflow: auto;
	position: static;
	height: 540px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	line-height: 16px;
}


h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}




h2 
{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*navigation mitte*/
ul#navigation
{
	width:  	   	 150px;
	margin:  	   	 2em;
	padding:  	   	 0px;
	list-style:      	 none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #53570B;
	border-right-color: #53570B;
	border-left-color: #53570B;
}
		
ul#navigation li
{
	margin:  	   	 0;
	padding:  	   	 0;
	text-align:  	   	 left;
	list-style-image: none;
	list-style-type: none;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #53570B;
	border-bottom-style: solid;
}

ul#navigation li a
{
	display:  	   	 block;
	height:  	   	 22px;
	width:  	   	 150px;
	text-decoration:  	 none;
	color:  	   	 #000000;
	background-color: #CFD6C7;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#navigation li a:hover
{
	background-color:  	 #FFFFFF;
}

/*sitegeruest*/
#ausrichtung {
	position: absolute;
	width: 900px;
	height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -280px;
	background-color: #FFFFFF;

}

* {
margin: 0;
padding: 0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	}

a:active {
	text-decoration: none;
}
.highlight {
	padding: 5px;
	list-style-position: inside;
	list-style-type: square;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.preise {

	border: 1px solid #9B0000;
	background-color: #ECE9D8;
	list-style-position: inside;
	list-style-type: square;
	padding: 5px;
}
#content_text ul {
	padding-left: 14px;
	line-height: 15px;
	list-style-type: square;
}
.listeoption {
	background-color: #E0E4DC;
	border: 1px solid #53570B;
	list-style-type: none;
	padding: 5px;
	line-height: 15px;
}
ul#navigation li.anders {

	margin:  	   	 0;
	padding:  	   	 0;
	text-align:  	   	 left;
	list-style-image: none;
	list-style-type: none;
	text-indent: 32px;
	border-bottom-width: 1px;
	border-bottom-color: #53570B;
	border-bottom-style: solid;
}

