body {
	color: #313131;
	font-size: 0.9em;
	font-family: Arial, FreeSans , "MS Trebuchet", "ITC Avant Garde Gothic", "MS Arial", "MS Verdana", Univers, Futura, "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", Helvetica, sans-serif;
	padding: 0;
	padding-top: 30px;
	margin: 0;
	background-color: #e7ecc0;
	background-image: url(/gfx/main/bg.png);
	background-repeat: repeat;
	background-position: center center;
}
img {
	border: 0;
}
h1, h2 {
	color: #FFFFFF;
	float: left;
	margin: 3px;
	line-height: 1.1em;
	padding-bottom: 30px;
	margin-bottom: 0;
	width: 230px;
}
h2 {
	font-size: 1.8em;
	width: 50px;
}
p{
	float: none;
	clear: both;
}
ul{
	list-style-type: square;
}
ul,dl{
	clear: both;
}
dd,dt{
	float: left;
	width: 220px;
	clear: both;
}
fieldset{
	padding: 10px;
	border: 1px solid #FFFFFF;
}
legend{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.3em;
}
label{
	width: 220px;
	float: left;
}
.button{
	margin-top: 5px;
	width: 100px;
}
#logo {
	position: absolute;
	top: 5px;
	right: 30px;
}

#main {
	width: 933px;
	margin: auto;
	text-align: left;
	padding: 0px;
	height: 660px;
	float: none;
	z-index: 1;
	position: relative;
}

a:link {
	color: #336600;
}
a:visited {
	color: #336600;
}
a:hover {
	color: #003300;
}
a:visited:hover {
	color: #003300;
}

/************* Header ****************/
/*************************************/
.header {
	height: 153px;
	background-image: url(/gfx/main/header_left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.header_left_top {
	height: 153px;
	margin-left: 346px;
	z-index: 3;
	top: 0;
	position: absolute;
	width: 587px;
	overflow: hidden;
}
.header_left_bottom {
	height: 153px;
	margin-left: 346px;
	z-index: 2;
	top: 0;
	position: absolute;
	width: 587px;
	overflow: hidden;
}

/************* Menu ****************/
/***********************************/
#menu {
	background-color:#e3a400;
	float: left;
	width: 933px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e3a400;
	text-align: center;
	font-size: 1.05em;
	font-weight: bold;
	color: #faf5ea;
}
#menu a {
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	color: #f5e0a8;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#menu li {
	float: left;
	position: relative;
	width: auto;
	padding-right: 7px;
	padding-left: 7px;
	background-color:#e3a400;
}
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
li ul li { /* zweite Ebene */
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-bottom: 0;
}
#menu ul li ul {
	padding-top: 0.3em;
}
li>ul {
	top: auto;
	left: auto;
}
#menu li:hover ul, li.over ul {
	display: block;
}
#menu li:hover, li.over {
	position: relative;
	z-index: 10;
}
#menu .vertical-line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #faefd4;
}
.sub li {
	clear: both;
	z-index: 10;
}
#nav .w6 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e3a400;
}
#nav .w1 ul{
	margin-left: -7px;
}
#nav .w1 li {
	width: 10em;
}
#nav .w2 li {
	width: 9.9em;
}
#nav .w3 li {
	width: 9.5em;
}
#nav .w4 li {
	width: 7em;
}
#nav .w5 li {
	width: 8.7em;
}
#nav .w6 li {
	width: 20.5em; /* war 12.5*/
}


/************* Content ****************/
/**************************************/
#content {
	clear: left;
	background-color: #bbca4c;
	background-image: url(/gfx/main/text_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 933px;
	height: 400px;
	font-size: 1em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content_left {
	height: 340px;
	width: 320px;
	overflow: auto;
	padding-left: 20px;
	padding-top: 50px;
	padding-right: 6px;
	float: left;
	padding-bottom: 10px;
}
.content_right {
	overflow: hidden;
	width: 587px;
	float: left;
	
}

/************* Footer ****************/
/*************************************/
#footer {
	clear: both;
	background-color: #9eb300;
	height: 35px;
	background-image: url(/gfx/main/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer-img {
	padding-top: 10px;
	height: 20px;
	overflow: hidden;
	background-color: #c5d166;
}
#footer li {
	background-color: transparent;
	font-size: 1.1em;
	padding-top: 7px;
	margin-right: 10px;
	float: left;
	list-style: none;
}
#footer ul {
	padding-left: 10px;
	margin: 0;
}

#footer a:link {
	color: #535353;
	text-decoration: none;
}
#footer a:visited {
	color: #535353;
	text-decoration: none;
}
#footer a:hover {
	color: #777777;
	text-decoration: underline;
}
#footer a:visited:hover {
	color: #777777;
	text-decoration: underline;
}


.form_schnellzugriff {
	margin: 0; 
	padding: 0;
	float: right;
}
.quickjump_highlighted {
	background-color: #E4EFEF;
}
#quickjump {
	width: 300px;
	margin-top: 6px;
	margin-right: 10px;
	color: #313131;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}


#xhtml-css {
	float: right;
	font-size: 0.7em;
	color: #bbca4c;
}
#xhtml-css a:link {
	color: #bbca4c;
	text-decoration: none;
}
#xhtml-css a:visited {
	color: #bbca4c;
	text-decoration: none;
}
#xhtml-css a:hover {
	color: #006600;
	text-decoration: underline;
}
#xhtml-css a:visited:hover {
	color: #006600;
	text-decoration: underline;
}