/* Browserversatz auf 0 setzen und nachträgtlich Abstände festlegen: */
body, h1, h2, h3, h4, h5, h6, p {
	margin: 0; 
	padding: 0;
}


body {
    background-color: #fff9e9;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color:#333;
    margin:0 auto;
    line-height: 170%;
    padding:0;
    width: 960px;
    overflow-y: scroll;
}

h1 {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    color:#8e2c48;
    line-height:1.8;
}

h2 {
    font-size:18px;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    color:#8e2c48;
    line-height:1.3;
}

h3 {
    font-size:16px;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    color:#8e2c48;
    line-height:1.3;
}

h4 {
    font-size:15px;
    font-family: Verdana, Arial, sans-serif;
    font-style: italic;
    color:#333;
    line-height:1.3;
}

h5 {
    font-size:13px;
    font-family: Verdana, Arial, sans-serif;
    color:#333;
    line-height:1.3;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .6em; 
}


a	{
	text-decoration: underline;
    color: #8e2c48;
}

a:hover, a.aktuelle_seite {
	text-decoration: underline;
	color: #8e2c48;	
}


ul	{
    list-style:none;
}


img {
	border: none;
}

address {
  color: #333;
  font-size: 12px;
  font-style: normal;
  width: 745px;
  padding: 10px 0px 20px 0px;
  border-top: 1px solid #777;
}

#header{
    margin-left: 40px;
	padding-bottom: 10px;
	height: 90px;
	width: 700px;
	padding-right: 40px;
	border-bottom: 1px solid #777;
}

#struktur {
    width: 820px;
    min-height: 400px;
    margin: 0 auto;
    background-color: white;
    padding-top: 28px;
    margin-bottom: 50px;
	margin-top: -15px;	
}

#menu {
	float: left;
    width: 155px;
    height: 38px;
    margin-top: 30px;
	margin-left: 40px;
 }

#menu ul  {
    list-style-type: none; 
	padding: 0;
	margin: 0;
}

#menu ul li a {
    width: 160px;
    padding-bottom: 4px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px; 
	color: #333;
	text-decoration: none; 
	line-height: 1.3em;
	margin-top: 5px;
	border-bottom: 1px solid #777;
}

#menu li{
    float: left;
}

#menu li a{
	position: relative;
    display: block;
    padding: 5px 5px 0px 0px;
    text-decoration: none;
}

#menu li a:hover {
    color: #8e2c48;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
	border-bottom: 1px solid #8e2c48;
}

#menu li a.aktuelle_seite {
	color: #8e2c48;
	border-bottom: 1px solid #8e2c48;
}

#menu ul.level2 li a {
	font-size: 13px;
	margin-left: 20px;	
	width: 140px;
}

#menu ul.level2 {
	display: none;	
}

#menu ul li.submen:hover ul.level2 {
	display: block;
}

#menu ul.level2 li.submen a.aktuelle_seite {
	display: block;	
}

#menu ul.level1 li.aktiv_li ul.level2 {
	display: block;	
}

#content{
	float: left;
    width: 540px;
    min-height:400px;
    margin-bottom: 40px;  
    margin-left: 45px;
	margin-top: 35px;
}

#content2 {
	margin-left: 240px;
	width: 540px;
}

#content3 {
	float: left; 
	width: 540px;
	border-top: 1px dotted #333;	
}

#content4 {
	float: left; 
	width: 540px;
}

#footer{
	clear: both;
    width: 745px;
    font-size: 12px;
    margin-left: 40px;
    color: #333;
}

#kontaktformular dd {
	margin: 2px 0 10px;
}

#kontaktformular dt {
	font-size: 13px;
}

#kontaktformular input[type=text], #kontaktformular textarea, #kontaktformular select {
	width: 360px;
	border: 1px solid #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

#kontaktformular textarea {
	height: 120px;
}

#kontaktformular input[type=submit] {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
} 

.rund {
    -moz-border-radius: 10px; /* Firefox */ 
    -webkit-border-radius: 10px; /* Safari and chrome */ 
    -khtml-border-radius: 10px; /* Linux browsers */
    border-radius: 0px 0px 10px 10px; /* CSS3 */
}


.schatten {
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666;
  filter: progid: DXImageTransform.Microsoft.Shadow
  (color="#8b8b8b", direction=135, strength=5);
}


.rundschatten {
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	border-radius: 0 px 0 px 15px 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

	-moz-box-shadow: 2px 2px 10px #666; /* Firefox */
	-webkit-box-shadow: 2px 2px 10px #666; /* Safari and Chrome */
	box-shadow: 2px 2px 10px #666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	 filter: progid: DXImageTransform.Microsoft.Shadow
  (color="#8b8b8b", direction=135, strength=5);

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'rundschatten' class */
}

.bild1 {
	margin-bottom: 20px;
}

.bild2 {
	float: left; 
	margin-bottom: 20px;	
	margin-right: 20px;
}

.bild3 {
	float: right; 
	margin-bottom: 20px;
	margin-left: 20px;	
}

.bild4 {
	float: left; 
	margin-bottom: 20px;
	margin-right: 20px;	
}

.bild5 {
	float: left;
	margin-bottom: 20px;
}

.impressum {
	float: right; 
	margin-top: -43px;
}

.impressum a {
	text-decoration: none;
	color: #333;	
}

.impressum a:hover, a.aktuelle_seite {
	font-weight: bold;
    font-style: italic;	
    text-decoration: none;
    color: #8e2c48;
}

.box1 {
	padding-bottom: 50px;
}

.box2 {
	margin-bottom: 20px;	
	border-bottom: 1px dotted #333;
	padding-bottom: 20px;
}

.box3 {
	margin-bottom: 30px;	
}

.box4 {
	max-width: 120px;
	margin-left: 10px;
	margin-right: 15px;
	float: right;
	font-size: 11px;
	line-height: 160%;
}

.box5 {
	margin-bottom: 30px;
	margin-top: 40px;	
	border-bottom: 1px dotted #333;
}

.box6 {
	margin-bottom: 30px;
	margin-top: 40px;
}	

.box7 {
	margin-top: 20px;	
	margin-bottom: 20px;
}

.box8 {
	margin-bottom: 30px;	
	border-bottom: 1px dotted #333;
	padding-bottom: 30px;
}

.box9 {
	max-width: 190px;
	margin-left: 10px;
	margin-right: 100px;
	float: right;
	font-size: 11px;
	line-height: 160%;
	margin-top: 5px;
}

.themen {
	min-height: 160px;
}

.presse {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

.video {
	margin-bottom: 20px;
	margin-top: 10px;
}

.border {
	border-top: 1px dotted #333;	
}

.border1 {
	border-bottom: 1px dotted #333;	
	margin-bottom: 20px;
}

.wrapper {
	margin-bottom: 80px;	
}

.wrapper0 {
	margin-bottom: 75px;	
}

.wrapper1 {
	margin-bottom: 70px;	
}

.wrapper2 {
	margin-bottom: 50px;
}

.wrapper3 {
	margin-bottom: 30px;	
}

.wrapper4 {
	margin-bottom: 20px;	
}

.bold {
	font-weight: bold;	
}

.margin_re {
	margin-right: 40px;
	border-bottom: 1px dotted #333;
	padding-bottom: 20px;
}

.margin_re2 {
	margin-right: 40px;
}

.margin {
	margin-left: 230px;
}

.width {
	width: 590px;
}

.galerie {
	width: 580px;
	margin-bottom: 40px;
}

.galerie img {
	padding: 3px;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.galerie img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: 1px solid #333;
}

.form_error 	{
	color: red; 
	font-size: 13px;
}

.form_gesendet {
	color: #8e2c48; 
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic; 
	font-weight: bold;
}
