body {
	background: #E36500 url(../BILDER/Hintergrund_verlauf.jpg) left top fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	}

body, table, tr, td, p, input, textarea, select, option, #seite {
	color: #003;
	font-size: 13px;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 15px;
	margin: 0;
	padding: 0
	}

#seite {
	width: 460px;
	min-height: 460px;
	overflow: visible;
	background: transparent url("../BILDER/Hintergrund.jpg") left top no-repeat fixed;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

* html #seite {
	height: 460px;
}

pre {
	margin: 5px 20px;
}

cite {
	font-style:  italic;
	font-family: serif;
	font-weight:  bold;
}

.zitat {
	text-align: center;
	font-size: 1.1em;
}

form {
	margin: 0 75px; 
	padding: 0 
	}
	
input, textarea, select {
	font-size: 12px; 
	line-height: 12px; 
	background-color: #fc6;
	margin: 3px 0; 
	padding: 1px; 
	vertical-align: baseline; 
	border: solid 1px #fff 
	}
	
select.zeile {
	width: 300px;	
}

#email, #unterschrift, #nachricht, .zeile input { 
	text-align: left; 
	width: 300px 
	}
	
.halbzeile input { 
	width: 300px 
	}
	
/*
.halbzeile p {
	width: 50%	
}
	
.zeile, .halbzeile, .zeile *, .halbzeile * {
	float: left;
}
*/
.formularblock {
	padding: 15px 0;
	}
	
.eingabezeile, .eingabefeld { 
	text-align: left; 
	width: 100% 
	}
	
#an, #senden, #zurueck, #back {
	width: 200px;
	}
	
.eingabebutton {
	width: 175px;
	}

hr {
	margin: 0 0 2px;
	padding: 0;
	border-style: solid none none;
	border-width: 1px 0 0;
	border-color: #000
	}

h1 {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	margin: 10px 5px 5px 5px;
	}

h2 {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin: 0 5px;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 20px 5px 0 5px;
}

p {
	margin: 5px;
	}
	
ul {
	margin: 5px 0;
	padding: 0;
}

li  { 
	margin: 0 20px 3px 30px; 
	list-style: square 
}

em {
	font-family: serif;
	font-style: italic;
	font-size: 15px;
}

a {
	font-weight: bold;
	text-decoration: none;
	}

a:link {
	color: #003
	}

a:active {
	color: #900;
	/* font-style: italic */
	}

a:hover {
	color: #900;
	/* font-style: italic */
	}

a:visited {
	color: #003
	}

.waagrecht {
	border-style: solid;
	border-width: 1px 0;
	border-color: white
	}

.senkrecht {
	border-style: solid;
	border-width: 0 1px;
	border-color: white
	}

.mitte  {
	background-color: #E36500;
	background-image: url("../BILDER/Hintergrund.jpg");
	width: 460px;
	height: 460px;
	border: solid 1px white;
	}

	
.rechts {
	width: 150px;
	height: 460px;
	}

.links {
	background: #003 url("../BILDER/Mond.jpg") right top no-repeat;
	width: 150px;
	height: 460px;
	}
	
.Navigation {
	margin: 0 10px;
	margin-top: 150px;
	border: solid 1px #fff;
	padding: 0;
	color: #fff;
	background: transparent url("../BILDER/Blautransparent.png") left top repeat;
	}

.Navigation ul, .Navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.Navigation ul a  {
	display: block;
	padding: 7px 5px;
	}
* html .Navigation ul a {
	height: 6px;
}

.Navigation ul a:link, .Navigation ul a:visited {
	background: transparent;
	color: #fff;
	font-style: normal
	}
	
.Navigation ul a:hover, .Navigation ul a:active {
	background: #E36500 url("../BILDER/Hintergrund.jpg") right bottom;
	color: #fff;
	font-style: normal
	}
	
#Galerienavigation {
	width: 460px;
	position: absolute;
	bottom: 10px;
}


/* Terminseite */
.kategorie {
	margin-top: 1em;
}

.dateien, .dateien li {
	margin: 0;
	padding: 0;
}
.dateien {
	margin-top: 0.5em;
	margin-bottom: 2em;
}
.dateien li {
	width: 94%;
	margin-left: 5px;
	margin-bottom: 0;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	border-collapse: collapse;
	border-color: #a66 #000 #000 #000;
	padding: 0 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: none;
}
.dateien h3 {
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	letter-spacing: 0.1em;
}
.dateien h3 a {
	padding: 4px 20px 4px 0;
	background-position: right center;
	background-repeat: no-repeat;
}
.dateien h3+p {
	text-indent: 1.5em;
}
.dateien h4 {
	margin-top: 0;
	margin-bottom: 0.3em;
}
.dateien .autor { 
	font-style: italic; 
	display: block; 
	text-align: right; 
	margin-top: 0.2em; 
}
.dateien .dateigroesse { 
	font-weight: normal;
}
/* *** */