/* Seitenlayout */

	html {
		overflow-y:scroll;
		padding:0;

margin:0;
 }



	body { 
		margin: 0; 
		padding: 0;
		text-align: center; /* Zentrierung für IE5 */
	}
	#wrap { 
		margin: 0 auto; 
		padding: 0; 
		text-align: left; 
		width: 610px; 
	}
	

	#page {
	display: inline;
	float: left;
	text-align: left;
	width: 610px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}






/* -------------------Kopfbereich------------------------- */
	#header {
	padding: 0;
	margin: 0;
	width: 610px;
	height:140px;
	border-top:14px solid #FFFFFF;
	border-bottom:30px solid #FFFFFF;
	background: #330000;
}
#header img{
	border:none;
}



/* setzt alle Spalten gleich lang */
	#content3cols {
	padding: 0;
	margin: 0;
	background-image: url(pix/bg_spalte.gif);
	background-repeat: repeat-y;
	}
	
	
/* ---------------------linke Spalte---------------------- */

/* linke Spalte */
	#linke_spalte { 
		padding: 0;
		margin: 0;
		float: left;
		width: 110px;
	}
	/* linke Navigation */
		#left_navi {
		padding: 0;
		margin: 0;
			background-color:#FFFFFF;

		}
		#left_navi ul {
			list-style: none;
			margin: 0;
			padding: 0;
			font-size: 11px;
		}
	
			#left_navi ul a {
			display: block;
			height:1%;
			padding: 4px;
			margin:0;
		}
	

		#left_navi li a {
			color: #996666;
			text-decoration:none;
		}
		
		.oberpunkt {
	font-weight: bold;
		border-top: 1px dashed #996666;

}

.unterpunkt {

		border-top: 1px dashed #996666;

}
.nosee {
visibility:hidden;
}

.fokus {
background-color:#330000;
}



		 #left_navi li a:hover {
color: #ffcc99;
background-color:#330000;
}








		
/* -----------------------Content-Spalte------------------------ */
	#mittlere_spalte {
		float: left; 
		width: 279px;
		border: none; 
		border-left: 40px solid #FFFFFF;  
		border-right: 40px solid #FFFFFF; 
		margin-bottom: 0; 
		line-height: 16px;
	}
	* html #mittlere_spalte {	/* IE only */
		border-bottom: 0px solid #FFFFFF;
	}
	
	#mittlere_spalte p {
		font-size: 11px;
		color: #666666;
	}
	#mittlere_spalte h1 {
	font-size: 11px;
	color: #cc9966;
	font-weight: normal;
	}
	
	
	#mittlere_spalte a, a:visited { 
		text-decoration: none; 
		color: #0000FF; 
	}
	#mittlere_spalte a:active { 
		color: #0000FF; 
	}
	#mittlere_spalte a:hover { 
		color: #cc9966;
	}

.bild_mitte {
float:right;
		background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	}



/* ----Tabelle------ */
	
	
	table {
	border:1px solid #ffcc99;
	border-spacing: 0px; }



tbody tr {	background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }


tbody th, tbody td {
	font-size: 11px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px 7px;
	border-bottom: 1px solid #ffcc99;
	text-align: left; }

tbody a {
margin-right:7px;
	text-decoration: none; 
		color: #0000FF;  }

tbody a:hover {
color: #cc9966;
 }



tfoot th, tfoot td {
	background: #ffcc99;
	font-family: Arial;
	font-size: 10px;
	line-height: 1.3em;
	color: #000000;
	padding: 7px;
	}







/*Copyright */
#copyright {
	margin: 40px 0px 0 150px;
	font-size: 11px;
	color: #cc9966;
	bottom: 0;
	position: relative;
}
	
	
	
/*-----------Bildgalerie----------- */

.hoverbox
{
padding:0;
margin:0;
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 65px;
	height: 45px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}		
	
	/*-----------IE Fixes----------- */
	.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/* ---------------------------rechte Spalte------------------------- */
	
	#rechte_spalte {
	width: 140px;
	float: left;
	}
	
	#rechte_spalte h2{
	margin:0;
		font-size: 10px;
	padding:4px 0 4px 0;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	text-align: center;
	}
	
		#rechte_spalte h3{
	margin:6px 0 0 0;
	font-size: 10px;
	color: #cc9966;
	font-weight: bold;
	}
	
			#rechte_spalte h4{
	margin:6px 0 -6px 0;
	font-size: 10px;
	color: #666666;
	z-index:11;
	}

	
		#rechte_spalte p {
	margin:6px 0 0 0;
	text-align:justify;
			font-size: 10px;
		color: #666666;
	}

	
	
	
	
	#rechte_spalte	a, a:visited {
		margin:5px 0 0 0;
			font-size: 10px;
	color: #0033FF;
		text-align:left;

	}
	#rechte_spalte a:hover { 
		color: #cc9966;

	}
	
	
	.linkbild {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 background: transparent url(pix/linkbild.gif) no-repeat 0% 20%;
 padding-left:15px;
}
	
	
	



	/*-------------- Kontaktformular----------- */	
form {
font-size: 10px;
  padding:11px 11px 11px 0;
}

label, input, select { /* Alle Labels UND Formularelemente ausw?hlen */
  display: block;
  float: left;
  width: 200px;
  font-size: 10px;
   margin-bottom: 1em;
}
textarea {
display: block;
  float: right;
  width: 200px; /* Breite.*/
  margin-bottom: 1em;
}




form br { /* Alle Zeilenumbr?che in Formularen ausw?hlen deshalb hinter jeder formularzeile ein break */
  clear: left; /* das floating der labels und inputs aufheben */
  
}


label { /*Abstand zwischen den Labels und den Feldern*/
 text-align: right; 
 padding-right: 1em; 
  padding-bottom: 1em; 
}
#thema label{
text-align: left; 
}

fieldset {
	border: 1px solid #cc9966;
	padding: 0 1em 0 1em;
	margin-bottom:1em;
	}


	
fieldset#check label {
width: 288px;
	}		
	
fieldset#daten {
	color: #7c1e20;
	padding: 3px;
	}	

	
#send{
	color: #cc9966;
	font-weight: bold;
	size: auto;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-bottom:44px;
	
	}	
	
legend {
	font-size: 1.2em;
	color: #cc9966;
	}





	
	
	
	
	

	
	
	
	
	
/* ----------------------------Text--------------------------------*/
	.emph { 
		font-weight: bolder; 
		color: #FF3333; 
	}
	.bold {
		font-weight: bold;
	}
	
	.rechts {
	float:right;
	}
	
	




	/*-------------- Hilfsmittel----------- */
	
		.nix {
	visibility:hidden;	
	}
	
	.clear_both {
		clear: both;
	}
	* html .clear_both {	/* IE only */
		display: inline;
		width: 0;
		height: 0;
		line-height: 0;
		font-size: 0;
	}
	
	
	
	
	/* gegen das 2px-Padding unter verlinkten Bildern */
	#rechte_spalte .whitebg {
		background: #FFFFFF;
		border-bottom: 8px solid #FFFFFF;
	}
	
	

