@charset "utf-8";
/* CSS Document */

body {background-color: #f5da97;
height: 101%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
color: #333333;
}
h1 {/*Schriftgröße für Überschrift in der Textbox*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	color: #5B3B12;
	font-size: 14px;
}	
h2 {/*Schriftgröße für Überschrift in der Textbox2*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	color: #F5A313;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
h3 {/*Schriftgröße für Datum in der Textbox 2*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	color: #5C3B12;
	font-size: 10px;
	text-decoration: underline;
}
h4 {/*Schriftgröße für Ankündigung lesen*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	color: #5B3B12;
	font-size: 10px;
	text-decoration: underline;
	line-height: 20px;
	font-weight: normal;
	text-align:right;
	}
	
h5 {/*Schriftgröße für text fett ohne unterstreichung*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	color: #5B3B12;
	font-size: 12px;
}

#wrapper {
		width: 758px ;
		margin:auto;
		margin-top: 50px;
	}

#kopfbereich {
	height: 166px;
	background-image:url(../bilder/Logo-all01.jpg);
	background-repeat: no-repeat;
	margin-left: -23px;
				}

#headertext {
		color: #f6a212;
		text-align:center;
		margin-left: 100px;
}

#neues {
padding: 10px;
}


#flag { 
		 height: 60px;
		 width: 780px;
		 padding: 20px 0 0 0;
		 margin: 0; 
}

#adresse {
			text-align: right;
			padding: 40px 0 0 0px;
			font-size: 10px;}

#navibereich01 { width: 155px;
				background-color:  #5c3b12;
				height: 100%;
				padding-top: 20px;
				padding-bottom: 10px;
				
				}


#navibereich01 ul { width:145px;
					margin: 0px;
					padding: 0px;}


	#navibereich01 li {
	color: #f6a212;
	display: block;
	list-style: none;
	text-align: right;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	}
	
	#navibereich01 li a {
	color: #f6a212;
	text-decoration:none;
	}
	
 #navibereich01 li a:hover{
		color: #FF6803;
		text-decoration: none;
	}
	
	.bildtext {
	font-size: 0.80em;
	color: #5c3b12;
}	
	.lilie {
	height: 17Px;
	width: 115px;
	background-image:url(../bilder/lilie.gif);
	background-repeat: no-repeat;
	background-position:right;
	}
	
	
#textbereich {height: 300px;
				background-color:#f5a313;
				padding: 30px;
	}
	
#textbereich a {
	color: #5c3b12;
}
			
.kontakt {/*Schriftauszeichnung für Kontaktformular*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #5B3B12;
	line-height: normal;
	font-weight: normal;
	text-align:left;
}		
#fussbereich {
				background-color: #5c3b12;
				height: 5px;
				width: 100%;
				}
#point {
	height:10px;
	}	
#point a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	color: #5c3b12;
	font-size: 9px;
	text-decoration: none;
}		

img {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic
  }

  img[src$=".gif"] {
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
    }

.box-slideshow {
  width: 166px;
  height: 125px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px;
  border: 1px solid #F3D995
  }
  
  .box-slideshow img {
    width: 162px;
    height: 121px;
    border: 2px solid #5C3B12
    }
    
  .box-slideshow:hover {
    background: #5C3B12;
    -moz-box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000
    }