/* ======================================
Globale Anweisungen
====================================== */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
	background-color: #DBCCB7;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(img/bg.jpg);
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	background-color: #FEEEDF;
	padding-left: 6px;
	font-family: Tahoma, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}


blockquote {
	display: block;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(img/zitat.gif);
	background-repeat: no-repeat;
	border: 1px dotted #9B414B;
	background-position: 3px top;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/*====================================================
 generelle Klassen für die Struktur
 ==================================================== */

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* Der sogannte 'wrapper' */
.umschlag {
	background: #FFF;
	font-size: 1.2em;
	width: 900px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D7D7D2;
	border-right-color: #5A4B36;
	border-bottom-color: #D7D7D2;
	border-left-color: #5A4B36;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* Kopfbereich */
.header {
	height: 160px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFAEA;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #5A4B36;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A4B36;
	background-image: url(img/pb_schild.jpg);
	margin-top: 0px;
}
.unsichtbar {
	text-indent: -3000px;
}
.sub_hinweis {
	color: #9B414B;
}





.header .right {
	overflow: auto;
	width: 212px;
	height: 160px;
	background-color: #FEEEDF;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5A4B36;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}


/* Horizontale Navigation */
.navigation1 {
	height: 41px;
	background-color: #DED9D0;
	background-image: url(img/nav.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #5A4B36;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A4B36;
}
.navigation1 a {
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A4B36;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #5A4B36;
	background-color: #FFF;
	background-image: url(img/nav.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5A4B36;
}
.umschlag .hauptbereich .navigation .thema {
	background-color: #000000;
	background-image: url(img/titlebar.jpg);
	color: #FDDCB9;
}

.navigation1 a:hover,.navigation a#active {background-position: left bottom; color: #331;}
.active {
	background-image: url(img/nav.jpg);
	background-position: left bottom;
}


/* Brotkrumen_navi */
.brotkrumen {
	color: #555533;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.brotkrumen a {
	color: #9B414B;
	text-decoration: none;
	font-weight: bold;
}
.brotkrumen a:hover {
	color: #555533;
	text-decoration: underline;
}

/* Hier beginnt der Hauptbereich */
.hauptbereich {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(img/main2.gif);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* content */
.content {
	float: right;
	width: 650px;
}
.content .beschreibung {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	margin-right: 20px;
}

/* galerie*/

div.galerie { 
   overflow: hidden; /* zum Umschließen der Floats */
   padding: 10px 10px 10px 0; 
   margin: 0 3px 3px 0; 
 }
/* für IE6 */
/* für IE6 */
* html div.galerie { height: 1%; }

div.galerie img { 
   float: left; 
   padding: 4px;
   border: 1px solid #ddd; 
   border-right-color: #aaa; 
   border-bottom-color: #aaa; 
   margin-right: 15px; 
   margin-bottom: 15px;  
}


/* navigation */
.navigation {
	float: left;
	width: 200px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 18px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	text-decoration: none;
	width: 180px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10%;
	margin-left: 0;
}
.navigation li a:hover {
	color: #654;
	background-color: #DBD3BC;
}

/* footer */
.footer {
	color: #555533;
	margin-top: 5px;
	padding: 10px 12px;
	background-color: #E4D7AB;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #5A4B36;
	border-right-color: #5A4B36;
	border-bottom-color: #5A4B36;
	border-left-color: #5A4B36;
}
.footer a {
	color: #555533;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/* Dreamweaver Stilblüten */

.hinweis_rot {
	color: #E73930;
	font-weight: bold;
}

.rot {color: #FF0000}

/* evtl. anweisungen für Quelltext
quelltext {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
*/

/* CSS zur Formulargestaltung */
label
{
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.galerie a {
	text-decoration: none;
	background-repeat: repeat;
	padding: 4px;
	background-position: left top;
	border: 1px solid #5A4B36;
	background-image: url(img/button2.gif);
	height: 35px;
	width: 200px;
}
.umschlag .hauptbereich .content .galerie a:hover {
	border: 1px solid #5A4B36;
	text-decoration: underline;
}

.umschlag .hauptbereich .content img {
	margin-left: 1em;
}


.submit input
{
margin-left: 4.5em;
} 
input
{
	color: #555544;
	border: 1px solid #796935;
	background-color: #FDDCB9;
	width: 20em;
	margin-left: 10px;
}

.submit input
{
	color: #FFFFFF;
	border: 2px outset #d7b9c9;
	background-color: #796935;
	font-weight: bold;
	margin-left: 30%;
	width: 14em;
} 
fieldset
{
	border: 1px solid #796935;
	width: 40em
}
textarea {
	border: 1px solid #796935;
	padding: 1px;
	width: 20em;
	margin-left: 2%;
	height: 80px;
}


legend
{
	color: #fff;
	border: 1px solid #5A4B36;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #796935;
	margin-left: 5px;
} 
.seitenhead  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B414B;
	margin-left: 0px;
	margin-right: 10px;
	padding-bottom: 5px;
}
