/*
gruen: #008837 (links:hover, h1, h2)
dunkelgruen: #006421 (links)
lauftext: #333333
seitenbg: #CACF8D
navibg: #EAECD1
*/

body {
	background-color: #CACF8D;
	width: 95%;
	heigth: 98%
}

p, td, th, tr, li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	text-decoration: none;
	color: #006421;
}

a:hover {
	color: #008837;
}

.legende  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	line-height: 18px; 
	padding-bottom: 0px;
	color: #008837;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	line-height: 18px; 
	padding-top: 5px;
	color: #008837;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	line-height: 16px; 
	padding-top: 8px;
	color: #008837; 
}

ul {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 0.10em;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

li {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

form input {
	 border: 1px solid #666666;
	 font-size:10px;
}

form textarea {
	border: 1px solid #666666;
}

.antifloat {
	clear: both;
	visibility: hidden;
}

/* 	layout  */


#page {
	width: 980px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	margin: auto;
}

/*  kopf  */


#kopf {
	width: 980px;
	height: 175px;
	margin: 0px;
}

#balkentopleft {
	width: 20px;
	height: 85px;
	font-size:10px;
	background-image: url(../art/balkentop.gif);
	background-repeat: repeat-x;
	float: left;
}

#logo {
	width: 195px;
	padding: 35px 10px 15px 10px;
	float: left;
}

#tools {
	width: 225px;
	padding: 60px 0px 0px 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	float: left;
}

.tools a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #008837;	
	text-decoration: none;	
	text-transform: none;
}

.tools a:hover {
	color: #006421;	
}

#balkentopright {
	width: 20px;
	height: 85px;
	background-image: url(../art/balkentop.gif);
	background-repeat: repeat-x;
	float: left;
}

#foto {
	width: 980px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #008837;
	border-bottom: 1px solid #008837;
}

/*  inhalt  */

#inhaltcontainer {
	width: 980px;
	text-align: left;
	min-height: 350px;
	background-image: url(../art/bginhalt.gif);
	background-repeat: repeat-y;
}

#balkenbottomleft {
	width: 20px;
	height: 475px;
	background-color: #1F3528;
	float: left;
}

#linkespalte {
	width: 215px;
	height: 415px;
	margin-right: 25px;
	padding: 30px 0px;
	background-color: #EAECD1;
	float: left;
}

#inhaltspalte {
	width: 475px;
	padding: 30px 20px 30px 0px;
	text-align: left;
	float: left;
}

#rechtespalte {
	width: 205px;
	padding: 30px 0px;
	float: left;
}

#inhaltspaltebreit {
	width: 680px;
	padding: 30px 20px 30px 0px;
	text-align: left;
	float: left;
}

#bild {
	width: 250px;
}

#balkenbottomright {
	width: 20px;
	height: 475px;
	background-color: #1F3528;
	float: left;
}

/*  fuss  */

#fuss {
	width: 980px;
	height: 50px;
	background-image: url(../art/bgfuss.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#siteby {
	width: 215px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CACF8D;	
	float: left;	
}

#siteby  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CACF8D;	
	text-decoration: none;	
	text-transform: none;
}

#siteby a:hover {
	color: #008837;	
}

#adresse {
	width: 715px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;	
	text-decoration: none;	
	text-transform: none;
	float: left;
}

#adresse a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006421;	
	text-decoration: none;	
	text-transform: none;
}

#adresse a:hover {
	color: #008837;	
}


/*   navigation  */

#navcontainer {
	width: 195px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
}

/*	stufe 1  */

#navcontainer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#navcontainer ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #DCDEC4;
}

#navcontainer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #008837;
}

#navcontainer ul li a:hover {
	color: #006421;
}

#navcontainer ul li a.active {
	padding-top: 10px;
	font-weight: bold;
	color: #006421;
}

#navcontainer ul li a:hover.active {
	color: #008837;
	font-weight: bold;
}

/*	stufe 2  */

#navcontainer ul ul {
	margin: 0px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #EAECD1;
}

#navcontainer ul ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #EAECD1;
}

#navcontainer ul ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #008837;
	line-height: 18px;
	text-transform: none;
	padding: 0px;
}


/*  stufe 3  */

#navcontainer ul ul ul {
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #EAECD1;
}

#navcontainer ul ul ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #EAECD1;
}

#navcontainer ul ul ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006421;
	line-height: 18px;
	text-transform: none;
	padding-left: 10px;
	background-image: url(../art/pfili.gif);
	background-repeat: no-repeat;
}

#navcontainer ul ul ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: ##006421;
	line-height: 18px;
	text-transform: none;
	padding-left: 10px;
	background-image: url(../art/pfili.gif);
	background-repeat: no-repeat;
}


