/* Standard Elemente */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #436b37 url(bg.gif) repeat-y center top;
	color: #436b37;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	height: 100%;
}

/* Links */
a                   {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #436b37;
	font-size: 12px;
	font-weight: bold;

}
a:link              { color: #436b37; text-decoration: none; }
a:visited           { color: #436b37; text-decoration: none; }
a:hover             { color: #7a7a7a; text-decoration: underline; }
a:aktiv             { color: #436b37; text-decoration: none; }   

a.navDGruen         { font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #436b37; font-size: 13px; font-weight: bold;}
a.navDGruen:link    { color: #436b37; text-decoration: none; }
a.navDGruen:visited { color: #436b37; text-decoration: none; }
a.navDGruen:hover   { color: #7a7a7a; text-decoration: underline; }
a.navDGruen:aktiv   { color: #436b37; text-decoration: none; }

a.navHGruen         { font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #b3c235; font-size: 13px; font-weight: bold;}
a.navHGruen:link    { color: #b3c235; text-decoration: none; }
a.navHGruen:visited { color: #b3c235; text-decoration: none; }
a.navHGruen:hover   { color: #7a7a7a; text-decoration: underline; }
a.navHGruen:aktiv   { color: #b3c235; text-decoration: none; }

h1 {
	color: #436b37;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 19px;
	font-weight: bold;
}

h2 {
	color: #436b37;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #436b37;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
}

ul {
	list-style: outside square;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 17px;
	padding: 0px;
}

/* Bilder */
img.ohne {
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}

img.menu {
	margin: 0px;
	padding: 0px;
	border: none;
	border-right: 1px solid #ffffff;
	float: left;
}

img.norm {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
}

img.normleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #cccccc;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
}

img.normleft_ohne {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
}

img.normright {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #cccccc;
}

img.normright_ohne {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
}

table {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	margin: 0px;
}


table.bilduntertitel {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
}


td.bilduntertitel {
	color: #436b37;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: center;
}

hr {
	background: #b3c235;
	color: #b3c235;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 1px;
	border: none;
}

/* misc */
.clearer {clear: both;}

/* Strukturen */
.container {
	background: #436b37;
	margin: auto;
	width: 900px;
}


.top {
	float: left;
	background: #ffffff;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 115px;
	margin: 0;
	width: 890px;
	padding-left: 10px;
	padding-top: 10px;
}
.top .links          {	float: left; width:670px;  }
.top .links .adresse {	height: 90px; }
.top .logo           {	float: left; width:220px; text-align: right;}

.container .top .logo h1#logo
{
	width: 212px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 100;
	display: block;
	margin: 0;
	padding: 0;
}

.container .top .logo h1#logo a
{
	width: 212px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.container .top .logo h2#logo_beschreibung {
	position: absolute;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

.navZeile {
	background: #ffffff;
    width: 899px;
    float: left;
	border-left: 1px solid #ffffff;
}
.navZeile a {
	background: #b3c235;
	width: 122px;
	height: 19px;
	float: left;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
}
.navZeile a:hover {
	background: #f9de2f;
	color: #7a7a7a;
	text-decoration: underline;
}
.navZeile a.aktiv {
	background: #f9de2f;
}
.navZeile a.aktiv:hover {
	color: #b3c235;
	text-decoration: underline;
}

.content {
	background: #fdf5c2 url(bg_menu.gif) repeat-y left top;
	float: left;
	width: 738px;
	border-left: 1px solid #ffffff;	
	height: auto;
}
.content .weisseZeile {
	float: left;
	width: 738px;
	height: 1px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
.content .monoSlideshow {
	width: 491px;
	height: 282px;
	float: left;
	padding: 0px;
	margin: 0;
	border-right: 1px solid #ffffff;	
}
.content .menuFlash {
	width: 122px;
	height: 86px;
	float: left;
	padding: 0px;
	margin: 0;
	border-right: 1px solid #ffffff;	
}
.content .padBox232px {
	width: 232px;
	float: left;
	padding: 6px;
}
.content .newsbild {
	width: 245px;
	height: 119px;
	float: left;
	padding: 0px;
	margin: 0;
}
.content .padBox {
	width: 718px;
	float: left;
	padding: 10px;
}
.content .padBox .markierung{
	border-width: 1px;
	border-style: solid;
	border-color: #b3c235;
	width: 716px;
	height: 19px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
}
.content .padBox586px {
	width: 566px;
	float: left;
	padding: 10px;
}
.content .padBox438px {
	width: 418px;
	float: left;
	padding: 10px;
}
.content .padBox300px {
	width: 280px;
	float: left;
	padding: 10px;
	text-align: right;
}
.content .boxHG-21px {
	background: #b3c235;
	width: 245px;
	height: 19px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	border-right: 1px solid #ffffff;	
}
.content .boxMehr {
	background: #ffdc36;
	width: auto;
	height: 17px;
	float: right;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	border: none;	
}
.content .boxHG-1px { 
	background: #ffffff;
	width: 245px;
	height: 1px;
	float: left;
	border-right: 1px solid #ffffff;	
}

.content a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	background: url(pfeil.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: normal
}

.content a:hover {
	color: #7a7a7a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #7a7a7a;
	font-weight: normal
}

.content a.ohne {
	padding: 0px;
	text-decoration: none;
	background: none;
	border: none;
}

.content a.ohne:hover {
	padding: 0px;
	text-decoration: none;
	background: none;
	border: none;
}

.content a.nurlinie {
	padding: 0px;
	text-decoration: none;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
}

.content a.nurlinie:hover {
	background: none;
	padding: 0px;
	color: #7a7a7a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #7a7a7a;
	font-weight: normal
}

.content .menuLinks {
	float: left;
	width: 147px;
	height: 100%;
	margin-top: 50px;
	padding-left: 5px;
	padding-top: 5px;
}
.content .menuLinks a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #436b37; font-size: 11px; font-weight: normal;
	border-width: 0px;
	background: url(pfeil.gif) no-repeat left center;
	padding-left: 20px;
}
.content .menuLinks a:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #436b37; font-size: 11px; font-weight: normal;
	text-decoration: underline;
	border-width: 0px;
}
.content .menuLinks a.aktiv {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #b3c235; font-size: 11px; font-weight: normal;
	border-width: 0px;
	background: url(pfeil.gif) no-repeat left center;
	padding-left: 20px;
}
.content .menuLinks a.aktiv:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #b3c235; font-size: 11px; font-weight: normal;
	text-decoration: underline;
	border-width: 0px;
}


.menuRechts {
	float: left;
	width: 161px;
	height: 369px;
	background: #436b37 url(rahmenrechts.jpg) no-repeat left top;
}

.bottom {
	clear: both;
	background: #436b37;
	margin: 0;
	color: #b3c235;
	width: 880px;
	height: 100px;
	padding: 10px;
}

