* {
	margin: 0px;
	padding: 0px; }

body  {
	background-color: #FFF;
	font: normal 100.01% Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%; 
	text-align: center; }

a {
	color: #609B35;
	text-decoration: none; }

img {
	border: none; }

p {
	margin-top: 1.4em; }

/* ---------- LAYOUT ----------*/

#container {
	margin: 0 auto;
	background-image: url("../images/bgNavi.gif");
	background-repeat: repeat-y;
	font-size: 0.8em;
	line-height: 1.4em;
	width: 850px;
	text-align: left; 
	margin-top: 30px; }

#banner {
	background-color: #FFF;
	width:850px;
	border-top: 1px solid #609B35;
	border-bottom: 1px solid #609B35;
	height: 100px; 
	text-align: left;}
	
#banner img {
	padding-top:35px; }
	
#navi {
	float: left;
	height: 450px;
	min-height: 450px;
	width: 260px; }

#text {
	float: left;
	width: 590px;
	margin-left: 0px;
	margin-top: 50px; 
	padding-bottom: 20px;}
	
#footer {
	clear: both; 
	margin: 0 auto;
	width:850px;
	height: 20px; 
	border-top: 1px solid #609B35; 
	background-color: #FFF;}

#footer {
	margin: 0 auto;
	width:850px;
	height: 20px; 
	border-top: 1px solid #609B35; }



/*---------- MENU ----------*/

#menu, #menu ul {
	list-style:none;}

#menu {
	padding-top:50px;
	width:260px;}

#menu ul { 
	width:130px !important; }

#menu li { 
	color:#609B35;
	position:relative;
	padding:2px 0 2px 5px; 
	width:124px; }

#menu li a, #menu li ul li a {
	display:block;
	color:inherit;
	text-decoration:none;
	width:124px; }

#menu > li:hover, #menu > li.over { 
	background-color:#609B35;
	color:#FFF;
	cursor:pointer;}

#menu li ul { 
	position:absolute;
	left:-999em;
	top:-1px;	}

#menu li:hover ul, #menu li.over ul { 
	left:130px; }
#menu li ul li:hover, #menu li ul li.over { 
	background-color:#609B35;
	color:#FFF;
	cursor:pointer; }

#menu li ul li {
	padding:2px 0 2px 5px; }

#menu li.maininaktiv, #menu li ul li.subinaktiv {
	border-top:1px solid #FFF; 
	border-bottom:1px solid #FFF; }

#menu li.mainaktiv, #menu li ul li.subaktiv {
	background-color:#609B35;
	border-top:1px solid #FFF; 
	border-bottom:1px solid #FFF;
	color:#FFF;}

#menu li.mainout, #menu li ul li.subout {
	background-color:transparent;
	border-top:1px solid #609B35; 
	border-bottom:1px solid #609B35;
	color:#609B35;} 

#menu li.seperator {
	margin-top:2em; 
	visibility:hidden;}

	


/*---------- CONTENT FORMATE ----------*/
#text h1, #text h2, #text h3, #text h4, #text h5{
	color: #609B35;
	padding-left: 50px; }
#text h1 {
	padding-left: 30px;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: solid 1px #609B35; }
#text h2, #text h3 {
	font-size: 1em;
	margin-top: 1.4em;}
#text h2 {
	margin-bottom: -1.4em;	}
text h3 {
	margin-bottom: 1em; }
#text h4 {
	font-size: 1em;
	margin-top:20px;
	padding-left: 170px;}
#text h5 {
	padding-left: 30px;
	font-size: 1.2em;
	border-bottom: solid 1px #609B35; }

#text p {
	padding: 0 0px 0 50px; 
	/*padding: 0 50px 0 50px; */}

#text a:hover {
	text-decoration: underline; }
	
#text img {
	float: left; 
	padding: 0 20px 10px 0; }
			
#text table {
	/*border: thin solid;*/
	margin: 1.4em 0 0 50px; 
	width: 80%; }
	
#text table p {
	margin: 1px 0 1px 0;
	padding-left: 0px; }
#text table th, #text table td {
	border-bottom: solid 1px #609b35; }

#text img.right {
	float: right;
	border-right: solid 1px #609B35; 
	border-left: solid 1px #609B35; 
	border-bottom: solid 1px #609B35; 
	padding: 0 0px 0px 0px; 	
	margin-left: 20px;
	height: 120px;
	width: 160px;
}			
#text img.noborder {
	border:none;}

#text	ul, #text ol  {
	margin-top: 5px;
	padding-left: 50px; 
	list-style: none;}
#text ul.item {
	list-style: disc; 
	margin-left:30px;}
#text ul.item li {
	margin: 3px 0 3px 0; }
#text ol li {	
	margin-bottom: 5px;}

#text p.back {
	text-align: right; 
	padding-right: 0px; }
#text p.center {
	text-align: center; }
#text .small {
	font-size: 0.7em; 
	font-weight: normal; 
	text-transform: none;}
#text .big {
	font-size: 1.4em; 
	font-weight: bold;  }			
#text .lowercase {
	text-transform: none;}		



/* ---------- STARTSEITE ----------*/

#container.start{
	background-image: none; }	

#banner.start {
	border-bottom: none; }
	
#middle{
	height: 450px;
	min-height: 450px; }

#middle table {
	border: 1px solid #609B35;
	width: 850px; 
	margin: 0px;}	

#middle td.img {
	height: 240px;
	width: 60%;
	text-align: center; }

#middle td.img img {
	border-left: 1px solid #609B35;
	border-right: 1px solid #609B35; }
	
#middle td.adress {
	color: #609B35;
	border-left: 1px solid #609B35;
	text-align: left;
	vertical-align: bottom;
	padding:0 0 10px 10px;
	width: 40%; }

#footer.start {
	text-align: right;
	height: 0px; }	
#footer.start p {
	margin-top: 0px; }	
