html{
	height: 100%;
}
body {
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #666;
	margin-top: 0px;
	background-color: #ABD288;
	height: 100%;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	img: border: 0px;
	list-style-type: none;
}
.fltxt {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #4b4b4d;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 0px;
	top: 5px;
	font-style: normal;
}
.fltxt_kl {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #4b4b4d;
	text-align: left;
	vertical-align: top;
	line-height: normal;
}
a:hover {
	color: #FFFF99;
}
a:active {
	color: #666666;
	text-decoration: none;
}
#navigation a:link {
	color: #FFFFFF;
}
#navigation a:visited {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #f4e500;
}
h1 {
	font-size: larger;
	text-transform: uppercase;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #4b4b4d;
	filter: dropshadow(color=#4b4b4d, offx=1, offy=1);
	color: #FFF;
	padding: 5px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #808080;
	font-style: italic;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 950px;
	min-height: 100%;
!important; /* IE */
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9d9d9e;
	border-right-color: #9d9d9e;
	border-bottom-color: #333;
	border-left-color: #9d9d9e;
	margin-top: 0;
	margin-bottom: 0px;
	-moz-box-shadow: 0px 15px 60px 12px #333;
	-webkit-box-shadow: 0px 15px 60px 12px #333;
	box-shadow: 0px 15px 60px 12px #333;
	background-color: #BAD48C;
	position: relative;
	height: auto;
}

/* ----------banner for logo-------------- */
#banner {
	width: 950px;
	padding:107px;
	text-align: center;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}

#navi{
	background-color: #bad48c;
	vertical-align: middle;
	text-align: center;
	clear: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #FFF;
	border-left-color: #666;
	height: 23px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

#navigation ul {
	float: left;
	list-style-type: none;
	padding: 0;
  }
#navigation li {
	list-style-type: none;
	float: left;
	padding-right: 23px;
	padding-left: 23px;
	display: block;
  }

#banner img {
	padding:0px 0px;
} 

/* ----------outer und inner----------------- */

#outer{
	background-color: #FFFFFF;
	border-left-width: 250px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFF;
} 

#inner{
	width:101%;
}

/* --------------left und right navigavtion------------- */
#left {
	width: 220px;
	float: left;
	margin-left: -250px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	height: 350px;
 }
 #right {
	width:200px;
	float:right;
	position:relative;
	margin-right:-250px;
	margin-left:1px;
 }

/* -----------------Inhalt--------------------- */ 
#content{
	position: relative;
	min-height: 600px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	overflow: scroll;
	height: 200px;
	background-color: #FFF;
}
p {
	margin:0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
	clear: left;
	margin: 0px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: auto;
	position: static;
} 
.menuetxt_kl {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #666;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	text-transform: none;
q
	text-decoration: none;
	list-style-type: none;
}
#navigation {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 950px;
}
.bildr {
	border: 5px solid #CCCCCC;
	margin: 10px;
	float: left;
}
.bildr_kl {
	border: 3px solid #CCCCCC;
	min-height: 10px;
	min-width: 20px;
	float: none;
	margin-top: 5px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
}
#slideshowdiv{
	float: none;
}
.bild_r {
	margin: 8px;
	height: auto;
	width: auto;
	overflow: hidden;
	float: right;
	border: 5px solid #CCC;
}
#navi-r {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #5D5866;
	width: 400px;
	height: auto;
	position: absolute;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	font-weight: bold;
	left: 35px;
}
#info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #D5D5D5;
	width: 400px;
	height: auto;
	position: relative;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
	clear: both;
	float: right;
	text-decoration: none;
	text-shadow: 1px 1px 2px #4b4b4d;
	filter: dropshadow(color=#4b4b4d, offx=1, offy=1);
}
