﻿
#html {
	padding:0;
	margin: 0 0 0 0;
	min-height:100%;
	overflow:scroll;
}

#body {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: small;
	margin:auto;
	padding: 0px auto auto auto;
	width: 820px;
	height: 100%;
	overflow: hidden;
	background-color:white;
	z-index:4;
}

#pageheader {
	width: 800px;
	height: 200px;
	margin:  -10px 0 0 0;
	position: fixed;
	z-index:12;
}

#homepagecenter {
	margin:0 0 0 0;
	width: 800px;
	height: 1110px;
	position: absolute;
	top: 200px;
	background-image: url('Bilder/Titel_content.jpg');/*Für farbiges Bild Titel_home.jpg*/
	background-position:right;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:1;
}

#pagecenter {
	margin:0 0 0 0;
	width: 800px;
	height: 1110px;
	position: absolute;
	top: 200px;
	background-image: url('Bilder/Titel_content.jpg');
	background-position:right;
	background-repeat:no-repeat;
	overflow:hidden;
}

#centerheadline {
	padding:0 0 0 0;
	width: 100%;
	position: fixed;
	left: inherit;
	float: left;
	background-color:white;
	margin-top:0px;
	margin-left:00px;
	height:auto;
	overflow:hidden;
	vertical-align: middle;
	z-index:20;
}

#centerheadline p {
	font-size:90%;
	font-style:normal;
	text-transform:none;
	color:black;
	font-weight:normal;
}

#homecontent {
	padding:0 0 0 220;
	width: 75%;
	position: absolute;
	left: inherit;
	float: left;
	margin-top:30px;
	margin-left:150px;
	height:800px;
	overflow:auto;
}

#content {
	padding:0 0 0 220;
	width: 65%;
	position: absolute;
	left: inherit;
	float: left;
	margin-top:30px;
	margin-left:150px;
	height:1100px;
	overflow:auto;
	z-index:10;
}

#footer {
	padding: 0 0 0 0;
	width: 800px;
	position: fixed;
	bottom:0px;
	float: none;
	height:auto;
	background: none;
	margin-left:0px;
	background-color:#FFFFFF;
	z-index:40;
/*Hier Fußzeile ein- und ausblenden*/
	visibility: hidden;
}

#footer p {
	font-weight:bold;
	font-size:120%;
	color: #88152D;
	text-align: center;
}

#navigation {
	font-weight: normal;
	padding: 0 auto 0 0; 
	position: fixed;
	left: inherit;
	float: right;
	width: 15%;
	color: black;
	margin-left: -40px;
	margin-top: 15px;
	line-height:150%;
}

#navigation a:link, #navigation a:visited {
  	text-decoration: none;
 	outline: none;
  	color: black;
}
 
#navigation a:active {
 	text-decoration:none;
  	color: black;
  	outline: none;
  	font-weight:bold;
}
  
#navigation a:hover {	
 	text-decoration: none;
 	outline: none;
 	color: black; 
 	font-weight:bold;
}
 
#navigation ul {
	list-style-type: none;
	text-align: left;
	float: left;
}

#navigation li {
	padding-top: 0px;
	padding-left:0px;
	text-indent: 0px;
}

.act { 
 	text-decoration: none;
 	outline: none;
 	color:  #02682B; 
 	font-weight:bold;
 	cursor:default;
}
 
.nav2{
	padding-left:15px;
	line-height: 120%;
}

.nav2act { 
 	padding-left:15px;
	line-height: 120%;
	text-decoration: none;
 	outline: none;
 	color: #02682B; 
 	font-weight:bold;
 	cursor:default;
}

p {
	line-height:120%;
}

a {
	line-height:120%;
	font-size:100%;
	font-weight:normal;
	color:black;
}


.headline {
	font-size:120%;
	color:#333333;
	font-weight:bold;
	text-transform: uppercase;
	text-indent:150px;
}

.headline2 {
	font-size:100%;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
}

.headline3{
	font-size:80%;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
}

.logo {
	width:800px;
	height: 200px;
	position: fixed;
	top: 0px;
}


.galeriebild {
	vertical-align: top;
	line-height:normal;
	margin-bottom:-15px;
	width: 100px;
	height:100px;
}

.link {
	text-align:left;
	font-size:100%;
	text-decoration:underline;
	color:#02682B;
	font-weight:normal;
	line-height:normal;
}

.email {
	text-align:left;
	font-size:100%;
	text-decoration:underline;
	color:black;
	font-weight:normal;
	line-height:normal;
}


#content #href {
	color:black;
	text-decoration:underline;
}

.table {
	width:100%;
	margin-left:-3px;
	margin-top:-5px;
}

.td {
	width: 33%;
	height: auto;
	text-align:left;
	padding-top: 20px;
}

.td2 {
	width: 33%;
	height: auto;
	text-align:left;
	padding-top: 20px;
}



