@charset "UTF-8";
*{
	padding:0;
	/*margin:0;/*
	/*border:0;*/
}
html, body {
	background-color: #2E5D88;
	background-image: url(_i/bg-li.gif);
	background-repeat:repeat-x;
	margin: 0px;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	height: 100%;
}
img {
	border: 0px;
}

/* typo */
p {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 2px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin: 0px;
}

.typo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
/* ---------------------*/

.bildtabelle {
	margin:0;
	width: 70%;
	border: 0px;
}
.bildtabelle td {
	margin:0;
	padding: 4px;
	vertical-align: top;
}
.bildtabelle td.nopad {
	padding: 0px;
}

.galerie {
	width: 70%;
	border: 0px;
}
.galerie td {
	padding: 4px;
	vertical-align: center;
}

.inh_txt {
	margin-right: 200px;
	margin-left: 4px;
	margin-bottom: 10px;
}
.txtausz {
	font-style: italic;
	font-weight: bold;
}

.initial {
	font-size: 24px;
}

.inh_sub {
	font-weight: bold;
	font-style: italic;
}

#mitte {
	/*  großes Um-alles-drum-Ding */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
}
.unten {
	/*der Hack, ein Element unten zu positionieren, damit alles den Hintergrund bis unten hin zeigt.*/
	position: absolute;
    bottom: 0; /* wichtig */
}
#farbe {
	background-color: #FC0;
}
#logo {
	/*  limks oben */
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 240px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#kopf {
	/*  rechts oben */
	height: 160px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 920px;
	text-align: left;
	float: left;
}
#navi {
	height: 320px;
	width: 240px;
	top: 60px;
	float: left;
	position: relative;
	clear: left;
}
#inhalt {
	width: 840px;
	background-image: url(_i/inhalt-bg.jpg);
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #FAF6DB;
	min-height: 100%;
	height: 100% !important; /* moderne Browser */
	height: 100%; /* IE */
}
#inhalt.kontakt {
	background-image: url(_i/inhalt-bg.jpg);
}

#inhalt_head {
	width: 820px;	/*  innerhalb inhalt oben */
	height: 80px;
}
#inhalt_txt {
	/*  innerhalb inhalt unten - eigentlicher Content */
	padding: 0px;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	float: left;
	width: 720px;
	vertical-align: top;
}

a {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #8a0145;
	text-decoration: underline;
}
