
body {
 margin: 12px;
 background-color: #E5D7B5;
 font-family: Arial, Helvetica, Sans-Serif;
 color: #000000;
}
a {
 color: #775F50;
}
a:hover {
 color: #C67D4F;
}
h1 {
 color: #775F50;
 margin: 12px 0px;
 font-size: 22px;
}
img {
 border-width: 0px;
}
small {
 font-size: 12px;
}

/* ~~~~~~~~~~~~ POSITIONIERUNGSBOXEN ~~~~~~~~~~~~ */

div#head {
 position: absolute;
 left: 12px;
 top: 0px;
 width: 980px;
 height: 162px;
}

div#content {
 position: absolute;
 left: 231px;
 top: 163px;
 font-size: 15px;
 width: 542px;
 background-color: #FFFFFF;
 background-image: url('/tmpl/src/layout_11.png');
 background-repeat: no-repeat;
 background-position: bottom center;
 min-height: 468px;
 
}

div#extrabox_cnt {
 position: absolute; 
 left: 786px;
 top: 163px;
 width: 206px;
 background-color: #FFFFFF;
 background-image: url('/tmpl/src/layout_10.png');
 background-repeat: no-repeat;
 background-position: bottom center;
 min-height: 468px;
}

div#menuebox {
 position: absolute;
 left: 12px;
 top: 163px;
 width: 206px;
 background-color: #FFFFFF;
 background-image: url('/tmpl/src/layout_10.png');
 background-repeat: no-repeat;
 background-position: bottom center;
 min-height: 468px;
}

/* ~~~~~~~~~~~~ INHALT ~~~~~~~~~~~~ */
div#contentmain {
 padding: 6px;
 background-image: url('/tmpl/src/layout_06.png');
 background-repeat: no-repeat;
 background-position: top center;
 min-height: 397px;
}
div#contentmain h2 {
 color: #775F50;
 margin: 18px 0px 4px 0px;
 font-size: 16px;
}
div#contentmain h2 img {
 float: left;
 margin: 0px 2px 0px 0px;
}
.cleardiv {
	clear:left;
}
.galerythumb {
	float: left;
	padding: 4px;
	border: 1px solid #eeeeee;
	width: 150px;
	height: 240px;
	margin: 2px 2px 0px 0px;
	font-size: 11px;
	color: #775F50;
}
.galerythumb a {
 display: block;
 margin-bottom: 4px;
}
.galerythumb:hover  {
	background-color: #FFFF99;
}
/* ~~~~~~~~~~~~ TOPMENUE ~~~~~~~~~~~~ */
div#topmenue {
 margin: 0px;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 padding-top: 3px;
}
div#topmenue a {
 color: #000000;
 text-decoration: underline;
}
div#topmenue a:hover {
 text-decoration: none;
}

/* ~~~~~~~~~~~~ MENUEBOX ~~~~~~~~~~~~ */
div#menue {
 background-image: url('/tmpl/src/layout_04.png');
 background-repeat: no-repeat;
 background-position: top center;
 padding: 6px;
}
div#menue h3 {
 margin: 0px;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 padding-top: 3px;
 padding-bottom: 12px;
}
#menue a {
 display:block;
 color:#775F50;
 text-decoration:none;
 font-weight:bold;
}
#menue a.men {
 padding:4px;
 padding-left:20px;
 font-size:14px;
 background-image:url("/tmpl/src/th_directory.gif");
 background-repeat:no-repeat;
}
#menue a.menakt {
 padding:4px;
 padding-left:20px;
 font-size:14px;
 background-image:url("/tmpl/src/th_directory_o.gif");
 background-repeat:no-repeat;
 color: #B29D90;
}
#menue a.submen {
 padding:4px;
 padding-left:36px;
 font-size:13px;
 background-image:url("/tmpl/src/th_file.gif");
 background-repeat:no-repeat;
 background-position:20px 2px;
}
#menue a.submenakt {
 padding:4px;
 padding-left:36px;
 font-size:13px;
 background-image:url("/tmpl/src/th_file_o.gif");
 background-repeat:no-repeat;
 background-position:20px 2px;
 color: #B29D90;
}
#menue a:hover {
 color: #C67D4F;
}

/* ~~~~~~~~~~~~ extrabox ~~~~~~~~~~~~ */
div#extrabox {
 background-image: url('/tmpl/src/layout_04.png');
 background-repeat: no-repeat;
 background-position: top center;
 padding: 6px;
 font-size: 12px;
}
div#extrabox h3 {
 margin: 0px;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 padding-top: 3px;
 padding-bottom: 16px;
}
div#extrabox a {
 color: #775F50;
}
div#extrabox a:hover {
  color: #C67D4F;
}
div#extrabox img {
 float: left;
 margin: 0px 2px 0px 0px;
}

/* ~~~~~~~~~~~~ SITEMAP ~~~~~~~~~~~~ */
ul.mainlist {
	margin-top:4px;
	list-style-type:square;	
}
ul.sublist {
	margin-top:0px;
	list-style-type:circle;
}
ul.mainlist li, ul.sublist li {
	margin-top:4px;
}
a.sitemap {
	color: #775F50;
	text-decoration:none;
}
a.sitemap:hover {
	color: #C67D4F;
}
a.sitemapsub {
	color: #775F50;
	text-decoration:none;
}
a.sitemapsub:hover {
	color: #C67D4F;
}


/* ~~~~~~~~~~~~ Suchformular und Ergebnisse ~~~~~~~~~~~~ */
span.showurl {
	color: #E5D7B5;
	font-style: italic; 
	background-image: url('/_files/icon_page_white_link.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 20px;
}
span.showurl:hover {
	color: #C67D4F;
}
span.search_hl {
	color: #E5D7B5;
	border: 1px dotted #C67D4F;
	background-color: #775F50;
}
#suchbox {

}
#suchboxfo {
	margin: 0px;
	-moz-transparency: 60%;
}
#suchboxfo label {
	display: block;
	width: 177px;
	padding: 6px 24px;
	background-color: #E5D7B5;	
	border: 1px solid #C67D4F;
	border-bottom-width: 0px;
	font-weight: bold;
	color: #775F50; 
}
#suchboxfocontent {
	border: 1px solid #C67D4F;
	background-color: #E5D7B5;
	padding: 12px 24px;
}
#sq {
	border: 1px solid #C67D4F;
	background-color: #EEEEEE;
	width: 200px;
}
.submit {
	border: 1px solid #C67D4F;
	background-color: #EEEEEE;
}
/* ~~~~~~~~~~~~ FORMS ~~~~~~~~~~~~ */
#contactfo {
 margin:16px 0px;
}
#contactfo .fonorm {
	width: 468px;
	margin: 4px 0px;
	border: 1px solid #C67D4F;
	background-color: #EEEEEE;
}
.fonorm {
	width: 260px;
	margin: 4px 0px;
}
.fobig {
 	width: 500px;
	margin: 4px 0px;
}
#contactfo label {
	display: block;
	width: 177px;
	padding: 6px 24px;
	background-color: #E5D7B5;	
	border: 1px solid #C67D4F;
	border-bottom-width: 0px;
	font-weight: bold;
	color: #775F50; 
}
.contactfocontent {
	border: 1px solid #C67D4F;
	background-color: #E5D7B5;
	padding: 12px 24px;
	margin-bottom: 12px;
}
#contactfo br {
	clear:left;
}
/* ~~~~~~~~~~~~ Footer Zeile ~~~~~~~~~~~~ */
div#footer {
	margin: 32px 6px 0px 6px;
	border-top: 1px solid #C67D4F;

}
div#footertext {
	font-size: 11px;
	padding: 2px 0px 12px 0px;
	color: #C67D4F;
}
div#footertext a {
	text-decoration: none;
	color: #C67D4F;
}

