/* === ALLGEMEIN === */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {	
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 99%;
	background-color: white; 
	background-image: url(bilder/seitenmitte.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 18px;
	text-align: center;
}

#seite {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
}

/* === ÜBERSCHRIFTEN === */

h1, h2, h3 {
	color: #ab0215;
	position: left;
	background: transparent;
}

h1 { 
	font-size: 40px;
	font-weight: bold;
}

h2 {  
	font-size: 20px;
	font-style: italic;
	letter-spacing: 1px;
}

h3 {  
	font-size: 18pt;
	font-style: italic;
	letter-spacing: 1px;
}

h4 {  
	color: #60B52D;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 1px;
}

.header1 {
	padding-top: 75px;
	padding-left: 40px;
}	

.header2 {
	padding-top: 20px;
	padding-left: 60px;
}

.header3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.header4 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	line-height: 18px;
	border-bottom: solid 1px #7F7F7F
}

/* ===  SEITENKOPF === */

#kopf {
	width: 910px;
	height: 280px;
	max-height: 280px;
	background-image: url(bilder/seitenkopf1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#kopfmenue a, #kopfmenue a:visited, #kopfmenue a:active {
	display: block;
	color: #06ca06;
	text-decoration: none;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 20px;  
	margin-right: 30px;
	background: transparent;
	float: left;
}

#kopfmenue a:hover {
	color: white; 
	text-decoration: underline;
	background: transparent;
}

#hauptmenue a, #hauptmenue a:visited , #hauptmenue a:active {
	display: block;
	color: #06ca06;
	font-weight: bold;
	margin-top: 45px;
	margin-left: 30px; 
	margin-right: 30px;
	text-transform: uppercase;
	text-decoration: none ;
	font-size: 14px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	float: left;
}

#hauptmenue a:hover {
	background-color: #; 
	text-decoration: none;
	color: #FFF;
	text-decoration: underline ;
	border-left: solid 0px #fff;
}

/* === SEITENINHALT === */

#inhalt {
	width: 910px;
	height: auto;
}

#spalte1 {
	height: auto;
	color: #202020;
	padding-top: 10px; 
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 0px;
	width: 550px;
	vertical-align: top;
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	float: left;
}

#spalte1 ul, #spalte1 li {
	list-style-type: disc;
	padding-left: 20px;
}

#spalte1 ul li ul li {
	list-style-type: circle;
	padding-left: 20px;
}

#spalte2 {
	height: auto;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	width: 240px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
	float: right;
}

.box {
	font-size: 13px;
	line-height: 15px;
	margin-top: 10px;
	vertical-align: top;
	color: #202020;
}

/* === LINKS IM TEXT === */

a:link, a:visited, a:active { 
	font-size: 14px;
	line-height: 20px;
	color: #ab0215;
	text-decoration: none;
	background-color: #;
}

a:hover {
	color: #5BA032;
	text-decoration: underline;
}

/* === RECHTE SPALTE === */

/* #weiter a , #weiter a:visited , #weiter a:active {
	display: inline;
	background-color: #;
	color: #40791E;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	font-style: normal;
}

#weiter a:hover{
	background-color: #5BA032;
	color: #fff;
	text-decoration: none;
} */

#boxmenue {
	border: dashed 0px #fff;
	background-color:#;
	text-align: left;
	padding-bottom:0px;
	padding-top:0px;
}

#boxmenue ul, #boxmenue li {
	list-style-type: none;
	margin-left:4px;
	padding: 0px;
	color:#04537D
}

#boxmenue li a:link, #boxmenue li a:visited, #boxmenue li a:active {
	display: block;	
	border-bottom: dashed 0px #C2631D;
	width: 200px;
	color: #000;
	text-decoration: none; 
	font-size: 15px;
	height: 19px;
	line-height: 19px;
	background-image:url(bilder/pfeil1.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left:28px;
}

#boxmenue li a:hover { 
	background: transparent;
                color:#000;
	text-decoration: underline;
	background-image: url(bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 28px;
}

.kalender {
	border: solid 1px silver;
	color: black;
	background-color: #e1e1e1;
	border-collapse: collapse;
	width: 235px;
	margin-left: 0px;
	clear: both;
}

.kalender thead th {
	color: red;
	background-color: #E1E1E1;
	width: 235px;
	text-align: left;
}

.kalender thead td {
	color: red;
	background-color: #E1E1E1;
	text-align: center;
}

.kalender tbody th {
	text-align: left; 
}

.kalender tbody td {
	text-align: center; 
}

.kalender tbody tr:hover th,
.kalender tbody tr:hover td {
	color: black;
	background-color: white;
}

#belegt {
	color: red;	
	background-color: #E1E1E1;
	text-align: center;
}

#anfrage {
	color: orange;
	background-color: #E1E1E1;
	text-align: center;
}

/* .bereich {
	z-index: 2;
 	position: absolute;
	text-align: center;
	font-weight: bold;
}

.beschreibung {
	color: #FFFFFF;
	background-color: #000000;
	display: none;
} */

/* === BILDZOOM === */

#bf_picture {
	position: absolute;
	display: block;
	padding: 40px;
	background: #ffffcc;
	border: solid 1px #202020;
}

#bf_picture table {
	width: 100%;
	height: 30px;
}

#bf_navigation {
	text-align: right;
	cursor: pointer;
}

#bf_close {
	position: absolute;
	top: 0px;
	right: 7px;
	padding: 10px;
	text-decoration: none;
	font-size: 16px;
	color: #60B52D;
}

/* === SEITENFUSS === */

.fuss {
	clear: both;
	width: 910px;
	font-size: 12px;
	color: white;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	background-image: url(bilder/seitenfuss.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	padding-top: 50px;
}

/* === GÄSTEBUCH === */

.radio { 
	border:1px 
}


