@charset "UTF-8";
/* CSS Document */

.header_nav {
	border:none;
	float:left;
	}

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #461e1e;
	font-size: 10px;
	text-decoration: none;
	}
	
#headline {
	margin-top: 0.1em;
	}
	
h1 {
	padding: 0;
	margin: 0 0 2px 0;
	}
	
p, h2, h3, h5, ul {
	margin:0 0 14px 0;
	padding:0;
	}

#content p, li {
	line-height: 1.4em;
	}
	
h1, h2, h3, h4, h5 {
	font-size: 10px;
}

h1, h2, h3 {
	letter-spacing: 1px;
	}

h1 {
	font-weight: bold;
	font-style:normal;
	}

h2 {
	font-weight: normal;
	font-style:normal;
	}
	
h3 {
	font-style:italic;
	font-weight:normal;
	}
	
h4, h5 {
	font-weight: normal;
	font-style: normal;
	color: #555;
	}
	
h4 {
	margin: 28px 0 14px 0;
	}
	
/*#content ul {
	margin: 14px 0 0 0;
	}*/

 #nav_left ul, #nav_left p {
	 text-align: right;
	 }

#nav_left p {
	line-height: 1.6em;
	white-space:pre;
	}
	
a:hover, a:active {
	color: #461e1e;
	
	}
	
a, .grey {
	text-decoration: none;
	text-decoration: color: #a3a3a3;
/*	color: #a3a3a3; 
	 orig_color: #FFFFFF;*/
	color:#8c8c8c;
	}
	
#content a, #nav_left a {
	letter-spacing: 1px;
	}

/* ALT
.float .pic {
	margin: 0 0 30px 47px;
	height: 90px;
	width: 128px;
	}
*/

.float .pic {
	margin: 0 0 30px 47px; /*
	height: 85px;
	width: 127px; */
	}
	
.nofloat .pic {
	margin: 0 47px 30px 0;
	height: 70px;
	width: 70px;
	float: left;
	}
	
.nofloat {
	float: none;
	clear: both;
	display: inline-block;
	}

/*	
.float {
	float: right;
	width:175px;
	}
*/	
.float {
	float: right;
	display: block;
	width:125px;
	}
/*
#content div {
	display: block;
	clear: both;
	}
*/
.pic {
	border:0;
	}
	
ul, li {
	list-style-type:none;
	}
	
li a {
	display:block;
	}
	
li a span {
	margin:0 0 14px 0;
	display:block;
	}
	
#footer {
/*	color:#c7c7c7; */
	color: #8c8c8c;
	border-top:1px #bbb solid;
	}

#footer p {
	font-size:9px;
	line-height:11px;
	}
	
	
	
	
	
	  /* Erweiterung zur dynamischen Ein-/Ausblendung */
#nav_left li {
	display: block;
	padding: 0 0 4px 0;
	}
	
#nav_left li:hover {
	color: #461e1e !important;
	}
	
#nav_left ul li ul {
	padding: 4px 0 0 0;
	}
	
#nav_left ul li li {
	font-weight:normal;
	}
 
#nav_left ul li>ul {
    display: none; top: 1.6em;
  }

/*  #nav_left ul li:hover>ul, ul#Navigation li>a#aktuell+ul {
*/

#nav_left ul li:hover>ul {
    display: inline-block;
  }

  /* Workaround fuer den IE 7 */
*:first-child+html #nav_left ul ul {
	padding-bottom:0.4em;
  }
  
.mail {
	font-size: 0.9em;
	}

	
	
	
	
	
	
	/*
a ul {
	display:none;
	font-size:24px;
	}
	
a:hover ul {
	display: inline-block;
	font-size:36px;
	}
	*/
	
	
	
/*
.menu {
	z-index: 50;
	float:left;
	}
	
.menu a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #5970b2;
	color: #fff;
	text-align: center;
	text-decoration: none
	}
	
.menu a:hover{
	background: #49a3ff
	}

.submenu {
	display:none;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #eaebd8;
	border: 1px solid #5970B2	
	}
		
.submenu a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #eaebd8;
	color: #2875de;
	font: 11px arial
	}
	
.submenu a:hover {
	color: #fff;
	}
	
.menu .submenu a {
	display:block;
	}
	*/