/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

.logo {
	z-index: 5;
	position: absolute;
	top: 0px;
	left: 5px;
	}
		
.kopf {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	text-align: right;
	}
	
.button {
	position: static;
	left: 0px;
	width: 80px;
	height: 20px;
	display: block;
	text-align: right;
	}
	
.text {
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	margin-left: 50px;
	float: none;	
	}
	
.bereich {
	z-index:5;
	position: absolute;
	right:0;
	width: 100%;
	height: 75px;
	text-align: right;	
	}

h1 {
	margin-top: 20px;
	margin-bottom: 0px;
	}
	
h2 {
	width: 85%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0.3em;
	font-family: Times New Roman,Times,serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #00c;
	line-height: 1.35em;
	}

h3 {
	width: 85%;
	margin-top: 1.35em;
	margin-left: 10px;
	margin-bottom: 0em;
	font-family: Frutiger,Arial,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	line-height: 1.35em;
	}

p {
	width: 85%;
	margin-top: 0.6em;
	margin-left: 10px;
	margin-bottom: 0em;
	font-family: Frutiger,Arial,sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.35em;
	} 
	
ul {
	width: 85%;
	margin-top: 0.6px;
	margin-bottom: 0em;
	list-style-position: outside;
	list-style-image: url(bilder/dot.gif);
	} 
	
li {
	font-family: Frutiger,Arial,sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.35;
	} 
	
.adressen {
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0.5em;
	font-family: Frutiger,Arial,sans-serif;
	font-size: 0.8em;
	color: #000;
	line-height: 1.35;
	} 
	
p a {
	color: #00c;
	text-decoration: none;
	background: url(bilder/link.gif) no-repeat left center ;
	padding-left: 8px;
	}

.adressen a {
	color: #00c;
	text-decoration: none;
	background: url(bilder/link.gif) no-repeat left center ;
	padding-left: 8px;
	}
	
li a {
	color: #00c;
	text-decoration: none;
	background: url(bilder/link.gif) no-repeat left center ;
	padding-left: 8px;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:focus {
	text-decoration: underline;
	}

.fuss {
	position: static;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	height: 60px;
	background: url(bilder/s-logo50.gif) no-repeat 9px 30px;
	}

.fuss p {
	width: 100%;
	margin-left: 60px;
	margin-right: 0px;
	border-top: 1px solid #000;
	padding-top: 5px;
	font-family: Frutiger,Arial,sans-serif;
	font-size: 0.7em;
	color: #000;
	line-height: 1.2;
	} 

.fuss p a {
	background: url(bilder/link5.gif) no-repeat left center ;
	padding-left: 7px;
	}