/* * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain @license
 a valid license at the URLs below.
 * 
 * Webfont: Bell Gothic Black by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/bell-gothic/black/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2524161
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/268401");

  
@font-face {
	font-family: 'BellGothicBT-Black';
	src: url('../fonts/268401_0_0.eot');
	src: url('../fonts/268401_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/268401_0_0.woff') format('woff'),
	url('../fonts/268401_0_0.ttf') format('truetype');
	}

 
* {
padding: 0;
margin: 0;
}
html { overflow-y: scroll; } /* Scrollbalken erzwingen */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-size:0.8125rem;
	color: #000033;
	background-color: #96aacd;
}
* html #wrapper { width: 720px; } /* Feste Breite für IE6 */

#wrapper {
  width: 80%; /* Breite in Prozent */
  min-width: 660px; /* Minimale Breite in px */
  max-width: 66em; /* Maximale Breite in em */
	margin: 0 auto;
  background-color: #c3d2e6;
}
#header_top {
	height: 2.3em;
	background-color: #c3d2e6;
}
#header {
	position: relative;
	/*height: 79px;*/
	background-color: #fff;
	background-image: url("../bilder/tropfen.gif");
	background-repeat: no-repeat;
	/*background-size: 240px;*/
}

#left {
float: left;
width: 217px;
}
#left img {
	width: 100%;
	height: auto;
}

#main {
  padding: 20px 4em 80px 1.5em;
  margin-left: 217px;
  background-color: #fff;
  line-height: 1.5em;
}
#main img {
	width: 100%;
	height: auto;
}

/* Navigation Unterseiten */
.nav {
	font-family: 'BellGothicBT-Black', sans-serif;
	font-size:12px;
	font-size:0.75rem;
	font-weight: normal;
/*	letter-spacing: 1px;*/
	-webkit-font-smoothing: antialiased; /* none - subpixel-antialiased möglich */ 
	text-shadow: 0 0 1px rgba(0,0,0,.1); 
}
.nav1 {
	position: relative;
	left: 7.2em;
	top: 0em;
}
.nav2 {
	position: absolute;
	left: 19.65em;
	top: -0.8em;
}
.nav3 {
	position: absolute;
	left: 31em;
	top: -0.8em;
}
.nav ul {
	width:12.5em;
}
ul.nav2 {
	width: 11.4em;
}
.nav ul li {
	list-style-type: none;
	background-color: #000033;
	padding: 3px 0.7em 2px 0.7em;
	margin-top: 10px;
}
ul.nav1 li{
	margin-right:1.6em;
}
ul.nav3 li {
	margin-left: 1.6em;
}
.nav a {
	text-decoration: none;
	color: #fff;
	display: block;
}
.nav ul li a:hover {
	color: #fc5c05;
}
.nav ul li.active {
	background-color: #fc5c05;
	color: #fff;
}
ul.nav2, ul.nav3 {
	background-color: #c3d2e6;
}

h1 {
	font-size:18px;
	font-size:1.125rem;
	font-weight: bold;
	color: #fc5c05;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size:14px;
	font-size:0.875rem;
	font-weight: bold;
	color: #fc5c05;
	margin-top: 20px;
}
h3 {
	font-size:14px;
	font-size:0.875rem;
	font-weight: bold;
	margin-top: 20px;
}
#main p {
	margin-top:10px;
}
#main a {
	color: #fc5c05;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
.wichtig {
	font-weight: bold;
}
h3 .italic {
	font-style: italic;
	font-weight: normal;
}

/*Nur Startseite*/

#start #header {
	height: 20em;
	width: 100%;
	background-color: #c3d2e6;
	background-image: none;
}
#start #main {
	margin-left: 0;
	background-color: #96aacd;
}
#start #main img {
	margin-left: 20em;
	width:500px;
	height:252px;
}
#start .nav {
	float: left;
	margin-left:14em;
	margin-top: 4em;
}
#start .nav ul li {
	margin-top: 7px;
	width: 9.8em;
}
#start .info {
	margin-left: 28em;
	padding-top: 3em;
	min-width: 300px;
}
#start .info h1 {
	font-family: 'BellGothicBT-Black', sans-serif;
	color: #fc5c05;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-bottom: 0.7em;
}
#start .info p {
	font-family: 'BellGothicBT-Black', sans-serif;
	margin-bottom: 1em;
	line-height: 1.4em;
}
#start .info a {
	text-decoration: none;
	color: #000033;
}
#start .info a:hover {
	text-decoration: underline;
	color: #000033;
}