html {
	height: 101%;
}
body {
	background-color:#FFF7DA;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	line-height: 15pt;
	color:black;
	padding:0;
	margin:0;
}
/* --------------------------------------------grundlayout-------------- */

/* ----------container zentriert das layout-------------- */
#container {
	width: 1000px;
	margin-bottom: 10px;
	margin: 10px auto 10px auto;
}
/* ----------banner for logo-------------- */
#banner {
	height: 115px;
	margin: 0 200px;
}
#banner img {
	padding:0;
	margin:0;
	border:none;
}
/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	margin: 0px 200px;
	height: auto;
min-height:: 620px;
}
div#content {
	min-height:620px;
}
p, pre {
	padding: 5px 20px;
	margin:0;
}
/* --------------navigation links------------- */
#navigation {
	float: left;
	width: 200px;
	margin: -120px 0 0 0;
	text-align:right;
}
/* --------------fotos rechts------------- */
#rechte-spalte {
	float: right;
	width: 190px;
	margin: 0 5px 0 0;
	height: 100%;
	text-align:right;
}
/* -----------footer--------------------------- */
#footer {
	clear: both;
	padding: 0px 5px 20px 5px;
	text-align: center;
	font-size:9px;
	line-height: 10pt;
	color: #a29a7d;
	background-color:#FFF7DA;
}
/* --------------------------------------------layoutstile-------------- */

/*
Schritformate navigation links
*/

#navigation a:hover {
	background-color:#FFFFFF;
}
#navigation ul {
	list-style: none;
	border: none;
}
#navigation li {
	color: #0000002;
	font-weight:bold;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	color: #000000;
	display: block;
	padding: 5px 20px 5px 10px;
	text-decoration: none;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #fdf9f0;
	color: #000000;
}
#navigation ul ul {
	border-left: 12px solid #fdf9f0;
	line-height: 140%;
	font-size:10px;
	font-weight:normal;
}
#navigation ul ul a:hover {
	background-color:#fde1ae;
}
.active {
	border-right: 3px solid #223F91;
}
/*
Schritformate im Bild-Bereich rechts
*/

#downloads img {
	margin: 0;
	border:none;
}
/*
Schritformate contentbereich
*/


.p_hervorgehoben {
	background-color:#FF0000;
	color: white;
	font-weight:bold;
}
#content h2 a {
	text-decoration:none;
}
#content ul {
	margin: 0px 0px 10px 20px;
}
#content li {
	margin: 0px 0px 3px 0px;
}
#content p {
	margin: 0px 0px 0px 0px;
}
/*
Allgemeines
*/

a:hover {
	color: #564b47;
}
a:active {
	color:#000000;
}
h1 {
	font-size: 16px;
	text-transform:uppercase;
	border-bottom:1px dotted #564b47;
	padding:20px 10px 10px 20px;
	margin:0 0 5px 0;
	color:#333333;
}
h2 {
	font-size:15px;
	font-weight: bold;
	padding: 20px 0px 10px 20px;
	margin:0px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	padding: 0px 20px 5px 20px;
	margin:0px;
}
.p_kontakt {
	padding-top: 10px;
}
.clear {
	clear: both;
	margin-bottom:0;
	padding-bottom:0;
}
.zitat {
	margin-left:30px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.zitatname {
	margin-left:30px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 36px;
}
.eingerueckt {
	margin-left:20px;
}
.fotonachweis {
	font-size:9px;
	line-height: 9pt;
}

