html {
	height:100%
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:5px;
	padding:0px;
	min-height:101%;
	text-align:center;
	background-color:#f0ede6;
}
div#Main {
	margin: 0px auto;
	text-align:left;
	width:740px;
}

a:link ,a:active, a:visited {
	color : #006699; 
}
a:hover {
	text-decoration: underline;
	color : #DD6900;
}
hr {
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}
div#Header {
	text-align: right;
	vertical-align:bottom;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #70552b;
	background-image: url('images/header_background_3.jpg');
	width: 760px;
	height: 213px;
	color: white;
	font-family: helvetica;
}
div#Header h3 {
	padding: 140px 10px 0px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 2em;
}
div#Header span {
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.1em;
}

div#Navigation {
	font-size:0.75em;
	width: 760px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #70552b;
	float:left;
	overflow:hidden;
	background:#ccc url(images/nav3.gif) repeat-x;
}

div#Navigation ul {
	padding-left:10px;
}

div#Navigation li {
	float:left;
}

div#Navigation ul, div#Navigation li {
	padding:0px;
	border:0px;
	margin:0px;
	list-style:none;
}

div#Navigation a {
	font-weight:bold;
	padding:8px 8px 9px 9px;
	float:left;
	display:block;
	color:white;
	text-decoration:none;
}

div#Navigation a:hover {
	text-decoration:none;
}
div#Navigation .tab {
	background:url(images/nav_tab.gif) repeat-x bottom;
	border-right:1px solid #777;
}

div#Navigation .tableft {
	margin-left:10px;
	background:url(images/nav_tableft.gif) no-repeat bottom left;
	border-right:1px solid #777;
}

div#Navigation .tabright {
	background:url(images/nav_tabright.gif) no-repeat bottom right;
}

div#Navigation .tab, 
div#Navigation .tableft, 
div#Navigation .tabright {
	margin-top:2px;
}
div#Navigation .tab a, 
div#Navigation .tableft a, 
div#Navigation .tabright a {
	padding-top:8px;
	padding-right:7px;
	padding-left:7px;
}

div#Navigation .active {
	text-decoration:none;
}

div#Navigation .tab a:hover, div#Navigation .tab .active {
	background:url(images/nav_tab_over.gif) repeat-x bottom;
}

div#Navigation .tableft a:hover, div#Navigation .tableft .active {
	background:url(images/nav_tableft_over.gif) no-repeat bottom left;
}

div#Navigation .tabright a:hover, div#Navigation .tabright .active {
	background:url(images/nav_tabright_over.gif) no-repeat bottom right;
}

div#Navigation .tableft a {
	padding-left:11px;
}

div#Navigation .tabright a {
	padding-right:10px;
}


div#Navigation ul.submenu {
	clear:left;
	position:absolute;
	list-style:none;
	margin-top:0px;
	background-color:#EEE;
	display:none;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: silver;
	padding: 2px 5px 2px 5px;
}
div#Navigation ul.submenu li {
	clear:left;
}

div#Navigation ul.submenu li a {
	background: url('images/arrow_gray.png') no-repeat center left;
	color: #006699;
	font-weight:normal;
	padding:3px;
	padding-left:20px;
}
div#Navigation ul.submenu li a.activeSubmenu {
	background: url('images/arrow.png') no-repeat center left;
	color: #DD6900;
	font-weight:normal;
}
div#Navigation ul.submenu li a:hover {
	background: url('images/arrow.png') no-repeat center left;
	color: #DD6900;
	font-weight:normal;
}
div#Navigation ul.submenu li a img {
	vertical-align:center;
	background-color:transparent;
}


* html div#Navigation ul.submenu li a, * html div#Navigation ul.submenu li span {
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}


div#Content {
	width: 760px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #70552b;
	background-color:#f0ede6;
	background: url('images/bgcontent.jpg');
	clear:both;
	font-size: 0.8em;
}

div#Content h1, h2, h3, h4, h5, p {
	padding: 10px;
	margin:0px;
}

div#Content p {
	padding-bottom:20px;
}

div#Content h3,h5 {
	color:#70552b;
}
div#Content h5 {

}
div#Content ul {
	margin-top:0px;
	margin-bottom:15px;
}

div#Content ul.submenu {
	margin-top:15px;
	margin-bottom:15px;
}

div#Content ul.submenu li {
	margin-bottom:10px;
}

div#Content ul.submenu li span a {
	font-size:1.1em;
	color:#70552b;
	font-weight:bold;
}



div#Content img.imgBorder {
	border-style:solid;
	border-width:1px;
	border-color:#b4996f;
	margin:10px;
	padding:4px;
}

div#Footer {
	width: 760px;
	border-style: solid;
	border-width: 1px;
	border-color: #70552b;
	font-size: 0.7em;
	color:#444;
	text-align:center;
	clear:both;
	padding: 3px 0px;
	background:#ccc url(images/nav.gif) repeat-x;
}
div#Footer a {
	color:#444;
	text-decoration:none;
}
div#Footer span {
	
}

div.Image {
	padding:10px;
	float:left;
	text-align:center;
}
div.ImageF {
	padding:10px;
	text-align:center;
}
div.Image img, div.ImageF img {
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
}
div.Image span, div.ImageF span {
	font-style:italic;
}

div#aktuelles p {
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px 2px;
}
