* {
	margin: 0;
	padding: 0;
}
	
option {padding-left: 0.4em; }	

/* html {height: 100%; } führt in Firefox leider zu einem Ignorieren des margin-bottom zum unteren Seitenrand (hier bei conttotal) */

body { 
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	
	background: #fff;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #666;
}

fieldset, img {border: 0; }

select, input, textarea {font-size: 99%; }

#conttotal {
	position: relative;
	width: 771px; margin: 30px auto 70px;
	background-color: #fffae7;
	text-align: left;
	}

#header {
	height: 132px;
	background: #e57300 url(../img/hg_header.jpg) top left no-repeat;
}

#header div {
	background: url(../img/hg_header.gif) top left no-repeat;
}


#header h1 {
	position: absolute;
	top: 94px; left: 29px;
	padding: 0; margin: 0;
	height: 55px; width: 228px;
	background: url(../img/title.gif) top left no-repeat;
}

#header h1 span {
	display: none;
}


#contcols {
	position: relative;
	border-left: 1px solid #d55e0a;
	border-right: 1px solid #d55e0a;
	background: url(../img/hg_columns.gif) top right repeat-y;
}



#contmain {
	margin-right: 205px;
	z-index: 1;
}

#main {
	position: relative;
	padding: 25px 40px 30px 40px;
	z-index: 2;
	min-height: 400px;
	overflow: hidden;
}

#contright {
	width: 204px;
	float: right;
	z-index: 3;
}

#right {
	position: relative;
	z-index: 4;
	padding: 40px 0px 30px 7px;
	overflow: hidden;

}

#nav {

	z-index: 5;
	padding: 40px 0px 0px 0px;
	
	/*Achtung: wenn hier position: relative; steht bekommt der IE6 die Krise*/

	background: #cd6205 url(../img/gra_men_o.gif) top left no-repeat;
}




#nav ul {
	margin: 0;
	padding: 0px 0px 35px 0px;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	background: url(../img/gra_men_u.gif) bottom left no-repeat;
}

#nav ul li {
	margin: 0;
	padding: 0;
}


#nav ul li a {
	display: block;
	border-left: 16px solid #cd6205;
	padding: 7px 20px 7px 5px;
	text-decoration: none;
	background: transparent;
	color: #fff;
}

#nav ul li a:hover {
	background: #d99900;
	border-left: 16px solid #d99900;
}

#nav ul li.act a {border-left: 16px solid #1d424a;}

#nav ul li.act a:hover {border-left: 16px solid #1d424a;}





#nav ul li.subact a {
	border-top: 1px solid #f4cdab;
	border-left: none;
	padding-left: 23px;
	background: #b94200;
}

#nav ul li.subact a:hover {
	background: #d99900;
	border-left: none;
}



#nav ul li.actsubact a {
	border-top: 1px solid #f4cdab;
	border-left: 16px solid #1d424a;
	padding-left: 7px;
	background: #b94200;
}

#nav ul li.actsubact a:hover {
	background: #d99900;
	border-left: 16px solid #1d424a;
}



#nav ul li ul.level2 {
	padding: 0px;
	background-image: none;
	background-color: #c64c09;
	border-bottom: 1px solid #f4cdab;
	font-size: 11px;
}


#nav ul li ul.level2 li a {
	border-left: 16px solid #c64c09;
	padding-left: 15px;
	border-top: none;
	background:#c64c09;
}

#nav ul li ul.level2 li a:hover {
	background: #d99900;
	border-left: 16px solid #d99900;
}

#nav ul li ul.level2 li.act a {border-left: 16px solid #1d424a;}

#nav ul li ul.level2 li.act a:hover {border-left: 16px solid #1d424a;}


#footer {
	height: 15px;
	padding: 0px 250px 7px 45px;
	background: url(../img/hg_footer.gif) bottom left no-repeat;
}

#footer a {
	color: #930;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {color: #930;}

#footer a:hover {color: #f30;}



.jjclear {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	visibility: hidden;
	
}

#right h2 {
	padding: 3px 10px;
	background: #004e5f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#right p {
	padding: 5px 10px;
	color: #333;
	font-size: 11px;
	line-height: 1.3em;
}

