html {height: 101%;}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif;
	background-color: #f2f1e9;
}
ul{
list-style-type: disc;
margin: 0 10px 0 10px;
padding-left: 50px;
font-size: 0.75em;
color: #000;
line-height: 1.6em;
}
li {
margin: 0 20px 10px 10px;
}

/*** allgemeine Verweise und Anker ***/

a:link, a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
    color: #fff;
	text-decoration: underline;
}

/*** Text und Innenteil ***/

#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
top: 5px;
width: 980px;
min-height: 100%;
}
* html #wrapper {
height: 100%;
}
#content {
position: relative;
width: 980px;
height: 100%;
background-image: url(images/hgshadow.gif);
background-repeat: repeat-y;
background-position: left;
}
#header {
margin-left: 13px;
height: 104px;
width: 950px;
background-color: #fff;
}
.hadin {
float: left;
margin: 0; 
padding-top: 4px;
width: 950px;
height: 100px;
}
.logo {
float: left;
padding-left: 5px;
width: auto;
}

.illu {
margin:0;
width: 283px;
height: 100px;
}

#inhalt {
position: relative;
margin: 0 0 0 13px;
width: 950px;
height: 82%;
}
.left {
float: left;
width: 216px;
}
.right {
position: absolute;
left: 760px;
width: 188px;
height: 100%;
background-color: #e29d3a;
border-right: 2px solid #fff;
}
.right img {
border-bottom: 4px solid #fff;
width: 188px;
}
.clear {
clear: both;
border-top: 1px solid #fff;
}

/********* Hauptnavigation ********/
#topnav {
margin: 0 0 0 2px;
padding: 18px 0 20px 0;
font-family: Arial, Verdana, Trebuchet, sans-serif;
font-size: 0.7em;
line-height: 1.6em;
background-color: #efefed;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.05em;
border-bottom: 4px solid #fff;
}
a.topnav, a.topnav:visited {
display: block;
margin-right: 50px;
    color: #777769;
	padding: 2px 0 2px 16px;
	font-weight: bold;
    text-decoration: none;
	border-bottom: 1px solid #fff;  
}
a.topnav:hover{
    color: #0692b0;
	font-weight:bold;
    text-decoration: none; 
	background-color: #fff; 
}
a.topnavo, a.topnavo:visited {
display: block;
margin-right: 50px;
	padding: 2px 2px 2px 16px;
    color: #fff;
	font-weight:bold;
    text-decoration: none;
	background-color: #9accd8; 
}
a.topnavo:hover{
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}

/************** inhalt****************/

.feature {
float: left;
width: 544px;
background-color: #f9f9ec;
}
.feature p {
padding:  0 20px 0 30px;
font-size: 0.75em;
color: #000;
line-height: 1.6em;
}
h1 {
margin: 0;
padding:  20px 20px 10px 30px;
font-size: 1.5em;
color: #777769;
font-style: italic;
font-weight: normal;
}
h2 {
margin: 0;
padding:  22px 20px 0 30px;
font-size: 1em;
color: #006699;
font-style: normal;
font-weight: bold;
}
.zitat {
width: 160px;
padding: 20px 0 0 10px;
font-size: 1em;
font-style: italic;
font-weight: bold;
line-height: 1.5em;
color: #efefed;
}
.minlist {
padding: 10px 25px 0 10px;
font-size: 0.75em;
line-height: 1.8em;
color: #CC6600;
text-align: right;
}
a.minli:link, a.minli:visited{
	color: #CC6600;
	text-decoration: none;
}
a.minli:hover{
    color: #336699;
	text-decoration: underline;
}
.bildleft {
float: left;
padding: 8px 0 0 40px;
}
* html .bildleft{
  overflow: visible;
  position: relative;
}


/************** unten ****************/

#unten{
	margin-left: 231px;
	height: 32px;     
    width: 730px;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 0.7em;
	background-color: #5cbad0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#unten img{
margin-right: 30px;
margin-top: -8px;
border: 0;
float: right;
overflow: visible;
}

* html #unten img {
margin-top: 2px;
}
.copyright {
padding: 8px 0 0 25px;
}

