@charset "utf-8";
/* Gayatri Neumeier basic.css */
@import url(layout.css);
@import url(header.css);
/* Allgemeine Formatierungen */

html, body, table, tr, td, div, form, img, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #4C6246;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align: center;
}
* html body {
	font-size: x-small;
}
h1, h2, h3, caption {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	text-align: left;
	padding: 20px 0 10px 0;
	margin-top: 0;
	color: #B6456A;
}
caption.grey {
	color: #999;
}
h1 {
	font-size: 160%;
	padding-top: 40px;	
}
h1.ohne_Abstand {
	padding-top: 0px;
}
h2, caption {
	font-size: 120%;
}
h3 {
	font-size: 100%;
	padding-bottom: 0;
}
h1.galerie_h1 {
	margin-left: 30px;
}
h1.header {
	font-size: 140%;
	background: none;
	padding: 0;
	color: #E5F3BA;
	display: none;
}
h2.header {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin-top: -10px;
	color: #E5F3BA;
	display: none;
}
p, ul {
	font-size: 95%;
	line-height: 1.3em;
}
p.rechte_spalte {
	font-size: 85%;
}
p.img {
	text-align: center;
}
p.start {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 120%;
	font-weight: bold;
	color: #5EAE6F;
}
#adresse p {
	color: #5EAE6F;
}
strong {
	font-weight: bold;
}
#content a, #seitenbody_content a, #seiteninfo a {
	color: #5EAE6F;
	text-decoration: underline;
	line-height: 1.5em;
	margin: 0;
}
#content a:hover, a:focus, a:active, a.aktuell {
	text-decoration: none;
}
blockquote {
	font-style: italic;
	font-size: 90%;
	text-align: right;
	margin: 0;
	padding: 0; 
}
#col_l_content blockquote {
	text-align: left;
}
span.quelle {
	font-size: 80%;
}
span.initiale {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 160%;
}
li {
	list-style-position: outside;
	margin-left: 1em;
}
table {
	margin-bottom: 10px;
}
.green {
	background: #E5F4BB; 
}
.grey {
	color: #999;
}
td {
	padding: 3px 5px;
	vertical-align: top;
}
td.label {
	padding-bottom: 20px;
}
td.impressum {
	padding: 0;
}
form {
	padding: 3em 0;
}
form input, form textarea {
	text-align: left;
	vertical-align: top;
}
form td {
	background: #ffe3ab;
	padding: 3px;
}
form td.kopf {
	background: #FFF;
}
form td.textarea {
	vertical-align: top;
	padding-top: 5px;
}
input.button {
	text-align: center;
	padding: 3px;
}
img {
	border: 0;
}
img.text {
	float: left;
	padding: 0 10px 3px 0;
}
#bildergalerie img {
	float: left;
	padding: 0 5px 5px 0;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly-Hack Anfang */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Holly-Hack Ende */

#seiteninfo {
	width: 100%;
	overflow: hidden;
	font-size: 80%;
	position: relative;
	z-index: 1000;
}
#seiteninfo ul {
	float: left;
	width: auto;
	margin: 3px 0 0 5px;
}
#seiteninfo li {
	list-style: none;
	display: block;
	float: left;
}
#seiteninfo a {
	display: block;
}

