body { 
	font-size: 10pt;
	font-family: Arial, 'Trebuchet MS', Verdana, Sans Serif;
	text-align: left;
	background-image: url(bilder/background-pic.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}

#wrap { 
	width: 850px;
	margin:0 auto;
	text-align: left;
	}

#headertop {
	     /*float: left;*/
	     width: 270px;
	     height: 20px;
	     text-align: right;
	     border-bottom: 1px solid #fff;
	     background-color: #fff;
	     line-height: 20px;
	     }

#header {
	/*float: left;*/
	width: 270px;
	height: 145px;
	margin-top: 5px;
	text-align: center;
	border-top: 1px solid #444;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
	background-color: #fff;
	}

#headerbottom {
	        /*float: left;*/
	        width: 270px;
	        height: 20px;
	        text-align: center;
	        border-bottom: 1px solid #444;
		margin-bottom: 10px;
		border-right: 1px solid #444;
		border-left: 1px solid #444;
	        background-color: #FFF;
	        }

#navigationtop {
		 float: left;
		 width: 270px;
		 height: 20px;
		 margin-right: 5px;
		 border: 1px solid #444;
		 border-bottom: 1px solid #fff;
		 background-color: #fff;
		 
		 }

#navigation {
	float: left;
	width: 270px;
	height: 358px;
	margin-right: 5px; 
	border: 1px solid #444;
	border-top: 1px solid #fff;
	background-color: #fff;
	}


#navigation li {
	position: relative;
	margin-left: -30px;
	text-decoration: none;
	list-style: none;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	padding: 2px;
	width: 246px;
	background-color: #444;
	}

#navigation ul ul { position: absolute;
		    z-index: 2;
		    display: none; }

#navigation ul li:hover ul { display: block;
			     padding-top: 7px;
			     margin-left: -12px; }

#navigation a {	font-family: Arial, "Times New Roman", Times, serif;
		color: #000;
		font-size: 1em;
		display: block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color: #CCCCCC;
		/*margin-right: 10px;*/
		margin-left: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 1px 7px;
		outline: none;
		text-decoration: none;
		width: 200px;
	}
	
	#navigation a:focus,
	#navigation a:hover {
		font-family: Arial;
		color: #000;
		background-color: #fff;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	#startseite #n-startseite a,
	#veranstaltungen #n-veranstaltungen a,
        #fragen #n-fragen a, 
        #motto #n-motto a,
        #bilder #n-bilder a,
	#links #n-links a,
	#kontakt #n-kontakt a,
        #impressum #n-impressum a,
        #agb #n-agb a {
		  font-family: Arial;
		  font-weight: bold;
		  text-align: center;
                  background-color: #fff;
                  color: #000; 
	}


	.code {
		border: 1px solid #000;
		font: .8em "Lucida Console", "Courier New", Courier, monospace;
		height: 250px;
		overflow: auto;
		padding: 15px 25px;
		width: 700px;
	}


#contenttop {
	      float: left;
	      height: 20px;
	      width: 560px;
	      border:1px solid #444;
	      border-bottom: 1px solid #444;
	      background-color: #444;
	      font-family: Arial, "Times New Roman", Times, serif;
	      font-size: small;
	      font-weight: bold;
	      letter-spacing: 1px;
	      text-align: center;
	      line-height: 20px;
	      letter-spacing: 3px;
	      color: #fff;
	      }

#content { 
	float: left;
	height: 358px; /*Bereich ist leer*/
	width: 560px;
	border: 1px solid #444;
	border-top: 1px solid #fff;
	background-color: #fff;
	color: #000;
	}

#content li {
	      padding-top: 5px;
		}

#kurzimpressum {
	     float: left;
	     width: 270px;
	     height: 163px;
	     text-align: center;
	     /*margin-left: 182px;*/
	     border: 1px solid #444;
	     background-color: #FFF;
	     margin-top: 10px;
	     /*margin-bottom: 7px;*/
	     font-family: Arial, "Times New Roman", Times, serif;
	     font-size: x-small;
	     text-align: center;
	     line-height: 20px;
	     color: #444;
	     }

.kurzimpressum1 { font-weight: bold;
		  font-size: 1.1em;
		  text-decoration: underline;
		  background-color: #444;
		  color: #fff;
		  padding: 10px; }

.kurzimpressum { margin: 0 auto;
		 background-color: #444;
		 color: #fff;
		 font-size: 1em;
		 border: 1px solid #fff; }

.allgemein1 { padding: 10px;
	      border-bottom: 1px solid #fff;
	      border-right: 1px solid #fff;
	      font-weight: bold;
	      letter-spacing: 2px; }

.allgemein2 { padding: 10px;
	      border-right: 1px solid #fff;
	      font-weight: bold;
	      letter-spacing: 2px; }

.konkret { letter-spacing: 1px; }

div.scrollbereich {
	overflow: auto;
	width: 571px;
	height: 500px;  
	background-color: #F60; 
	color: #000;
	}

div.scrollbarabstand {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

.minischrift {
	font-size: 0.8em;	
	}

.nachoben {
	text-align: right;
	font-size: 0.9em;
	}
	


	/*Allgemeine Formatierungen*/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 20px;
	text-align: center;
	}

p {
	margin: 15px 20px;
	text-algin: left;
	font-family: Arial;
	font-weight: 1em;
	}

.historisch {
	font-family: Edwardian Script ITC;
	font-size: 4em;
	padding-right: 10px;
	line-height: .6em;
	}

.raum {
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	}

.justify {
	text-align: justify;
	}

.gallery {
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	}



table {
	font: 1em "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #444; 
	}

caption {
	font: bold 1.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial;
	text-align: center;
	caption-side: top;
	}
tr { border: 1px solid #444; }

th, td { padding-top: 0.4em;
	 padding-bottom: 0.4em;
	 padding-right: 10px;
	 padding-left: 10px; }

/*td {
	font: 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	}*/

th {
	font: bold 1.3em Arial, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial;
	letter-spacing: 1px;
	text-align: center;
	background-color: #444;
	color: #fff;
	}

.tablebezeichnung { text-align: center; }


.tabellenschrift {
	font-family: Arial;
	font-color: #000;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 4.6px;
	}

.tableposition {
	margin: 0 auto;
	}

.tabletd {
	padding: 0.4em 2em 0.4em 2em;
	}


.bilder {
	width: 150px;
	height: 100px;
	border-style: none;
	}

.bild-eingang {
	width: 450px;
	height: 300px;
	border-style: none;
	display: block;
	margin: 0 auto;
	padding: 0 auto;
	}

.bilderklasse { font: 1em Arial;
		font-weight: bold;
		text-align: left;
		 }

.tabelleaktuelles {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

.zentriert {
	text-align: center;
	margin-top: -5px;	
	}

.veranstaltungen { margin: 0 auto; }

.dienstleistungen {
	font-size: 1.1em;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	}

.impressum { margin-top: -19px; }

#kontakt { width: 260px;
	   border: 1px solid #fff;
	   margin: 0 auto;
	   padding: 10px;
	   font: 1em Arial;
	   color: #fff;
	   border: 1px solid #fff;
	   background-color: #D9B359; }

.haftungshinweis {
	           font-family: Arial, "Times New Roman", Times, serif;
	           font-size: small;
	           font-weight: bold;
	           letter-spacing: 1px;
	           text-align: left;
		   }


_blank {
	onclick: window.open(this.href,this.target,'width=500,height=500'); return false;
	}


a.linkvar2:link, a.linkvar2:visited, a.linkvar1:link, a.linkvar1:visited {
 	color:#FFF;
 	background-color:#060;
	text-decoration:none;
	}

a.linkvar2:active, a.linkvar2:hover, a.linkvar1:active, a.linkvar1:hover {
	font-family: Arial;
	font-color: #000;
	background-color: #FC0;
	border-top: 2px ridge #000;
	border-bottom: 2px ridge #000;
	border-right: 2px ridge #000;
	border-left: 2px ridge #000;
	color: #000;
	}

a.linkvar2 {
 	display: block;
 	padding: 3px;
 	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
 	text-align: center;
 	text-decoration: none;
	width: 150px;
	margin: 0 auto;
 	}

a.linkvar1 {
 	display: block;
 	padding: 3px;
 	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
 	text-align: center;
 	text-decoration: none;
	width: 280px;
	margin: 0 auto;
 	}



#gallery {
	width: 750px;
	list-style: none;
	}

#gallery ul {
	list-style: none;
	padding: 0; 
	margin: 0; 
	width: 150px; 
	position: relative;
	float: left;
	}

#gallery ul li {
	display: inline;
	width: 67px; 
	height:67px; 
	float: right; 
	margin: 2px 2px 2px 2px;
	}

#gallery ul li a {
	display: block; 
	width: 65px; 
	height: 65px; 
	text-decoration: none;
	border: 1px solid #000;
	}

#gallery ul li a img {
	display: block;
	width: 65px; 
	height: 65px;
	}

#gallery ul li a:hover {
	white-space: normal; 
	border-color: #fff;
	}

#gallery ul li a:hover img {
	position: absolute; 
	left: 160px; 
	top: 0; 
	width: 580px; 
	height: 380px; 
	border: 1px solid #000;
	}

img {
	border-style: none;
	}


input.datum {
	      font-size: x-small;
	      background-color:#fff;
	      color:#999999;
	      border-style: none;
	      height: 15px;
	      float: right;
	      display: block;
	      padding-right: 5px;
	      padding-top: 3px;
	      }

input.zeit {
	     font-size: x-small;
	     background-color:#fff;
	     color:#999999;
	     border-style: none;
	     height: 15px;
	     float: right;
	     display: block;
	     padding-left: 5px;
	     padding-top: 3px;
	     }

.motto { 
	 font-family: Arial, "Times New Roman", Times, serif;
	 color: #EEE7B5;
	 text-align: center;
	 font-size: 1.9em;
	 font-weight: bold;
	 }

.motto1 { 
	  font-family: Arial, "Times New Roman", Times, serif;
	  color: #EEE7B5;
	  font-size: 1em;
	  font-weight: bold;
	  }





hr { color: #D9B359; }

.contactform {
	-moz-border-radius: 5px;	
	}

.contactleft {
	width: 25%;
	clear: both;
	float: left;
	/*display: inline;*/
	padding: 4px;
	margin: 10px 0;
	text-align: right;	
	}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	/*display: inline;*/
	padding: 4px;
	margin: 5px 0;
	}

.contact {
	margin: 0 auto;
	padding: 0 5px 0 0;
	text-align: left;
	width: 500px;
	}

input, textarea {
	border: 1px solid #000;
	/*-moz-border-radius: 3px;*/	
	}

span.required {
	color: #fff;
	font-size: 1.7em;
	}

label {
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #D9B359;
	/*-moz-border-radius: 3px;*/
	
	}

.contactform #Name,
.contactform #Vorname,
.contactform #Email,
.contactform #Site,
.contactform #Feedback {
	width: 80%;
	padding: 5px;
	font: 1.1em/1.6em Arial, "Trebuchet MS", Verdana, sans-serif;
	border: 1px solid #fff;
	}

.contactform #Name {
	background-color: #D9B359;	
	}

.contactform #Vorname {
	background-color: #D9B359;		
	}

.contactform #Email {
	background-color: #D9B359;	
	}

.contactform #Site {
	background-color: #D9B359;		
	}
.contactform #Feedback {
	background-color: #D9B359;
	}


.contactform #Name:hover,
.contactform #Vorname:hover,
.contactform #Email:hover,
.contactform #Site:hover,
.contactform #Feedback:hover {
	background-color: #000;
	border: 4px solid #0F0;
	color: #FFF;
	}

.contactform #Name:focus,
.contactform #Vorname:focus,
.contactform #Email:focus,
.contactform #Site:focus,
.contactform #Feedback:focus {
	background-color: #000;
	border: 4px solid #0F0;
	color: #FFF;
	}



#submit {
	font: 0.9em Arial, "Trebuchet MS", Verdana, sans-serif;
	/*width: 310px;*/
	border: 1px solid #000;
	padding: 2px 5px 2px 5px;
	color: #000;
	background-color: #D9B359;
	font-weight: bold;
	/*-moz-border-radius: 3px;*/ 
	}
















/*--Spezialangaben für den Internet Explorer 7--*/
*+html #galerie a:hover { z-index: 1;}
*+html #galerie li{position: static;}
*+html #galerie a {position: relative;}

/*--Spezialangaben für den Internet Explorer 6--*/
*html #galerie a:hover {display: block; z-index: 1;}
*html #galerie li{position: static;}
*html #galerie a {position: relative;}






a:link 		{ font: 1em Arial, Helvetic, Verdana, sans-serif; color: #000; text-decoration: underline; }
a:visited 	{ font: 1em Arial, Helvetic, Verdana, sans-serif; color: #000; text-decoration: underline; }
a:active 	{ font: 1em Arial, Helvetic, Verdana, sans-serif; color: #000; text-decoration: none; }
a:hover 	{ font: 1em Arial, Helvetic, Verdana, sans-serif; color: #000; text-decoration: font-weight: bold; }

* { magin: 0; padding: ; }



