body {
	margin: 0;
	padding: 0;
	font: 85% hevetica, arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
	color: #333;
	background-color: #000;
}

a:link {
	color: #B52C07;
	text-decoration: none;
}

a:visited {
	color: #600;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h2, h1 {
	color: #B52C07;
	font: 150% hevetica, arial, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a {
	text-decoration: none;
}

h3 {
	color: #5B5E0E;
	font: 90% hevetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 8px;
}

li, ul {
	list-style-type: none;
}

#container {
	margin: 1em auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 23px;
	padding-right: 23px;
	width: 911px;
	border: 0px;
	text-align: left;
	background: #1a171b url(images/back_body.gif) repeat-y;
}

#container_top {
	background: url(images/back_top.gif) no-repeat;
	width: 957px;
	margin: 0em auto;
	height: 27px;

}

#container_bottom {
	background: url(images/back_bottom.gif) no-repeat;
	width: 957px;
	margin: 0em auto;
	height: 27px;	
}


#kopfleiste {
	background: url(images/back_top_content.gif) repeat-x;
}

#header {
	height: 140px;
	width: 100%;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	
	
}

#header h1 {
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul {
	list-style-type: none;
}

#mainnav li {
	display: inline;
}

.section {
	width: 480px;
}

#sidebar {
	float: right;
	width: 244px;
	border: 1px solid #c3c5c4;
	padding: 9px;
	margin-right: 20px;
	margin-top: 0;
	height: 342px;
	background-color: #d4d6d5;
}

#sidebar img {
	border: 1px solid #d6d8d9;
}

#sidebar h3 {
	color: #878787;
	border-bottom: 1px solid #efefef;
	margin-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#sidebar p {
	color: #1a171b;
	font: 85%/165% hevetica, arial, sans-serif;
}

#contents {
	margin: 0 100px 0px 20px;
}

#contents p {
	line-height: 165%;
}

.cover {
	margin-top: 0px;
	margin-left: 5px;
	border: 1px solid #d0d2d2;
	width: 575px;
	height: 360px;
	background-color: #fff;
}

.imagefloat {
	float: right;
}

#marken {
	width: 690px;
	margin-left: 108px;
}

#marken h1,h2,h4,h5.h6 {
	
	border-bottom: 1px solid #f9f9fa;
	padding-bottom: 10px;
	color: #007c9f;
}

#marken h3 {
	padding-bottom: 10px;
	color: #007c9f;
}

.markenimage {
	width: 420px;
	padding: 10px;
	display: block;
	background-color: #fff;
	text-align: center;
	margin-bottom: 12px;
}

.markenimage img {
	border: 1px solid #ceced0;
}

.markentext {
	font: 90% hevetica, arial, sans-serif;
	color: #333;
	padding-left: 15px;
	line-height: 1.5em;
	vertical-align: top;
	padding-top: 20px;
}

.bildunterschrift {
	font: 90% hevetica, arial, sans-serif;
	font-style: italic;
	color: #333;
}

#footer {
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#skipmenu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a {
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}



#mainnav {
	background-color: #e7e7e7;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 0px;
}

#mainnav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #C4C769;
	border-right: 1px solid #ceced0;
}

#mainnav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #C4C769;
}

#mainnav li a {
	text-decoration: none;
	color: #272900;
}

#mainnav li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}

.imagefloat {
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

#footer {
	background-color: #e4e5e6;
	padding: 5px;
	font-size: 85%;
}

#footbar {
	margin-bottom: 8px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 10px;
	border-top: 1px solid #c3c5c4;
}

#footnav {
	float: left;
}

#footbyl {
	
}


#spacer {
	background-image: url(images/back_top_content.gif);
	height: 13px;
}

/* Formular */

#form-module fieldset {
		padding: 15px;
		margin-top: 25px;
	border: 1px dotted white;
	width: 480px;
}

#form-module legend {
	border-style: none;
	font-weight: bold;
	color: #007c9f;
	
}

#form-module input {
display: block;	
}

#form-module textarea {
width: 440px;	
}

#form-module .submit {
margin-top: 15px;	
}


/* Menutest */

#menu {
width: 100%;
background: #eee url(images/back_menu.gif);
float: left;
	z-index: 500;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 120px;
float: left;
}

#menu a, #menu h2 {
font: bold 13px/16px helvetica, arial, sans-serif;
display: block;
margin: 0;
padding: 8px 10px 3px;
height: 20px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

#menu h2 {
color: #c0001e;
text-transform: uppercase;
}

#menu a {
color: #b52c07;
text-transform: uppercase;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #eee url(images/back_menu_over.gif) repeat-x;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;

z-index: 1000;
}

#menu ul ul ul {
position: absolute;

left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{ display: block; }

/* Submenue */
div#menu ul li:hover ul a {
	font: bold 12px/16px helvetica, arial, sans-serif;
	background: #f0f0f0;
	border-bottom: 1px solid #d3d5d4;
	border-left: 1px solid #d3d5d4;
	border-right: 1px solid #d3d5d4;
	display: block;
}

div#menu ul li:hover ul a:hover {
	background: grey;
}

.xnavtop {
	background: #eee url(images/back_menu_over.gif) repeat-x;
	width: auto;
}

