
body{
  padding: 0px;
  margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3c07;
	text-align: justify;
	background-color: #ffff95;
	font-size: 10pt;
	text-align: center;
}

div#logo{
	margin: 10px;
	background-color: #C5E388;
	height: 70px;
}

div#logo_li{
	left: 20px;
	position: absolute;
	width: 200px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(bilder/FeG_Logo.gif);
}

div#logo_mid{
	margin: 0px;
	padding: 20px;
	font-size: 20pt;
	color: #3d3c07;
}

div#logo_re{
	right: 20px;
	position: absolute;
	width: 200px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(bilder/FeG_Logo.gif);
}


div#kopf{
	height: 70px;
	margin: 10px;
	background-image: url(bilder/photos.jpg);
	background-repeat: repeat-x;
}

div#mitte{
	left: 0px;
	top: 180px;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
}

div#inhalt {
	border: thin #3d3c07 solid;
	top: 180px;
	width: auto;
	height: auto;
	margin: 0px 240px 20px 150px;
	background-color: white;
}

div#inhalt_index {
	border: none;
	top: 180px;
	width: auto;
	height: auto;
	margin: 0px 320px 20px 230px;
	background-color: #ffff95;
}

div#inhalt_toc{
	margin: 0px;
	padding: 5px 7px 5px 7px;
	text-align: left;
	width: auto;
	background-color: #C5E388;
}

div#text{
	text-align: left;
	padding: 15px 15px 15px 15px;
}

div#links {
	top: 180px;
	position: absolute;
  margin-top: 0px;
	left: 10px;
	width: 120px;
	height: auto;
	z-index: 2;
}

div#rechts{
  top: 180px;
  margin-top: 0px;
  position: absolute;
  right: 10px;
  width: 210px;
  height: auto;	
z-index: 2;
}

div#rechts_oben {
	background-color: #C5E388;
	border: thin solid #3d3c07;
	padding: 10px;
}

div#rechts_unten {
	margin: 20px 0px 0px 0px;
}

div#person {
	width: 400px;
	height: 150px;
}

div#google{
	float: right;
}


a{
	margin: 0;
	border: thin solid #3d3c07;
	width: 120px;
	text-align: center;
	font-size: 12px;
	color: #3d3c07;
	background-color: white;
	display: block;
	padding: 2px;
}

a#impuls{
	margin-left: 20px;
	border: none;
	width: 90%;
	text-align: left;
	}

a#open{
	background-color: #C5E388;
}

a#hor_open{
	background-color: #ffff95;
	margin: 4px 2px 4px 2px;
	border: none;
	height: 16px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	color: #3d3c07;
	width: 135px;
	display: inline-block;
}

a#hor{
	margin: 4px 2px 4px 2px;
	border: none;
	height: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #3d3c07;
	background-color: white;
	width: 135px;
	display: inline-block;
}
a#mail{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: none;
	height: auto;
	text-align: left;
	font-size:12px;
	font-weight: bold;
	color: #3d3c07;
	background-color: transparent;
	width: auto;
	
}
a#extern{
	margin: 0;
	border: none;
	height: auto;
	text-align: left;
	font-size:12px;
	font-weight: bold;
	color: #3d3c07;
	background-color: transparent;
	width: auto;
	display: inline;	
}


h1{
	font-size: 26pt;
	color: #8B4513;
	text-align: center;
	font-weight: normal;
}
	

h2{
	text-align: center;
	color: #8B4513;
	font-weight: normal;
}

h3{
	text-align: center;
	color: #3d3c07;
	font-weight: bold;
	
}
h4{
	text-align: center;
	color: #8B4513;
	font-size: 10pt;	
	font-weight: bold;
	
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3c07;
	text-align: justify;
	font-size: 10pt;	
	font-weight: bold;
	margin: 0;
}

 a:link { text-decoration:none;   }
 a:visited { text-decoration:none;  }
 a:hover { text-decoration:underline;  }
 a:active {
	text-decoration: underline;
	color: #E58740;
}

p{
	margin-left: 20px;
}

p#counter{
}

p#google{
	float: right;
}

img#portrait{
	height: 150px;
	float: right;
}

img#photos{
	float: right;
}

ol{
	list-style: decimal;
	line-height: 150%;
}



