body {
	background: #FFDE9F url(img/mainbg5.gif) repeat-y; /* #FFE9BF #4f310a fixed; FFE5A0 */
	min-height: 100%;
	margin: 0;
	padding: 0;	
	color:#2F1C0F;
}

a, a:visited {color: #09329F; text-decoration:none; font-weight: bold} 
a:focus, a:hover {color: #9F0939; text-decoration: underline} 

/*Boxes - Positions*/
#leftpicbox {
	position:fixed;
	left:0;
	top:0;
	width:300px;	
	text-align: right;
}

#subpicbox {
margin:5px; 
min-height:50px;
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

#subpicbox p {
padding-top: 20px; /* */
}

#footer {
  position: fixed;
  left: 105px;
  top: 87%;
	margin: 5px;
	text-align: right;
	font-size: .8em;
	line-height: .8em;
}

/* ganz zu anfang - navi für mobile Geräte */
#help-container {
  background-color: #fff;
  position: fixed;
  /* left: 966px; */
  right: 0px;
  bottom: 0;
	margin: 10px;
	font-size: .75em;
	line-height: 1em;
	-moz-opacity: 0.4; /* blend for Modzillas, if you like */
	filter: alpha(opacity=40); /* blend for IE, might cause troubles */
	z-index:100;
	width: 200px;
	/* visibility: hidden;  ################################# */
	display: none;
}

/* #bg_footer {
  position: fixed;
  left: 30px;
  top: 96%;
	margin: 5px;
	background: transparent url(img/bgleft.gif) no-repeat bottom left;
height: 320px;
} */

#logobox {
	position:absolute;
	left:324px;
	top:0;
	height: 95px; /* 95px */
	width:642px;
	text-align: left;
	/* background: #FFE5A0 url(img/leben-in-holz-header3.gif) no-repeat; */
	background: transparent url(img/leben-in-holz-header4.gif) no-repeat; 
}

#menu {	
	position:absolute; 
	left:320px; 
	top:120px; /* 95px */ 
	z-index:5;
	width:645px;
}

#searchbox {
  position:absolute; 
	left:800px; 
	top:5px; 
	}

#contentbox {
	position:absolute;
	left:320px;
	top:210px;
	width:460px;
}

#sidebox {
	position:absolute;
	left:800px;
	top:210px; /*170px*/
	width:155px;
	padding-left:5px
}



#sidebox img{
	margin-bottom:5px;
}


#sidebox {
font-size: .9em;
}


#logobox .sitetitle {
display:none;
  color: #5F3500;
	width:460px;
	margin:20px 0 3px 0px;
  letter-spacing: .05em;
	font-size: 2.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
} 

#logobox .subtitle {font-size: .9em; width:460px;} 



/* colors */
#footer, #subpicbox {background-color:#D17936; color:#2F1C0F} /* bg #8f5000 */
#sidebox {background-color:#FFD685; color:#2F1C0F}
h2, h3, h4 {font-size: 1.3em;font-weight: bold; color:#2F1C0F;}
#sidebox a, #sidebox a:visited, #footer a, #footer a:visited {text-decoration: none;}
#sidebox a:active, #sidebox a:hover, #footer a:active, #footer a:hover {text-decoration: underline;}


/* display settings */
.subtitle, .sitetitle {display: none}

/* menu */
/*---------   Menü Leiste   ---------*/

.menu {
	font-size: .8em;
	background-color: #FFD685;	
	border: 1px solid #D17936;
}

.menu ul {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #D17936;
}

.menu li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.menu a {
	display: block;
	background-color: #FFD685;
	color: #062F18;
	line-height: 1em;
	padding: 0.5em 0.5em;
	border-right: 1px solid #D17936;
	font-weight: bold;
	text-decoration: none;
}

.menu .menu-parent, .menu .menu-current, span.highlight {
	color:#000;
	background-color: #D17936;
}

/*siehe auch ie.css */
.menu a:hover, .menu li:hover>a {
	background-color: #D17936;
	color: #FFD685;
	display: block;
	z-index: 20;
}

.menu li li:hover>ul {	
	display: block;
	z-index: 20;
}

.menu li li {
	width: 150px;
	display: block;
	margin: 0;
	text-align: left;	
	border: 1px solid #D17936;
	/* -moz-opacity: 0.8; blend for Modzillas, if you like */
	/* filter: alpha(opacity=70); blend for IE, might cause troubles */
}

.menu li li a {  /* Die ausgekpappten Flächen */
	background-color: #FFD685;
	line-height: 0.87em;
	display: block;
	clear: both;
	border: none;
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
}
#menu ul.adxm {border: 1px solid #D17936;}



.submitbutton {
	vertical-align: middle;
	border: 0px;
	background: none;
	margin-top:-5px;
}

#string {
	background-image: url(img/searchbg.gif);
}

/* Bilder standard etc*/
img {
background-color: #FFD685;
margin: 0 5px 5px 0;
border: 1px solid #2F1C0F;
padding: 2px;
}

img.alignright {
float: right;
margin: 0 0 5px 5px;
}

img.alignleft {
float: left;
margin: 0 5px 5px 0;
}

#sidebox img, #leftpicbox img {
padding:0; margin:0; border:0;
float: none;
}

.error {color: #f00; font-style: italic;font-weight: bold;}
.small {font-size: .8em; padding:0; margin:0;}
#sidebox ul.submenu li {list-style-type: none;}

input, textarea, input.field_checkbox {
	font-size: .8em;
	background-color: #FFF;	
	border: 1px solid #2F1C0F;
  color:#2F1C0F;
  padding:2px;
  margin-bottom: 8px;
}

input:hover, textarea:hover, input.field_checkbox:hover {
	border: 1px solid #53AF00;
}

input:focus, textarea:focus, input.field_checkbox:focus {
	border: 1px solid #FFA200;
	background-color: #FFF1D6;
}
.BMmain { width: 100%; }

.BMheader, tr.search_found td  {
	background-color: #D17936;
	color: #2F1C0F;
	vertical-align: middle;
	/* font-weight: bold; */
	text-align: center;
}


.BMlink  {
	width: auto;
	padding-bottom: 10px;
}
td.BMlink a {font-weight: bold;display:block;}

.BMlink img {
	border: none;
}
#breadcrumbs {
	position:absolute; 
	left:320px; 
	top:155px; 
	z-index:4;
	width:450px;
	text-align: left;
	font-size: .7em;
	}

p.small, p.kleinrechts {font-size:.8em; text-align: right;font-style: oblique;
}

div.slide {margin-left: -20px;}

#sidebox p a {margin-left: 2px; padding: 0  5px;}

#sidebox ul.no-dot a, #sidebox ul.no-dot a:visited, #footer p a, #sidebox p a, #footer p a:visited, #sidebox p a:visited {
  font-weight: bold;
  color: #2F1C0F;
  text-decoration: underline;
  } 

#sidebox ul.no-dot a:focus, #sidebox ul.no-dot a:hover, #footer p a:focus, #sidebox p a:focus, #footer p a:hover, #sidebox p a:hover {
  text-decoration: none;
  background-color: #2F1C0F;
  color: #FFE9BF;
  } 

ul.no-dot {margin-left:0;padding:0}

p.search {font-size:.78em;line-height: 120%;}
p.search b {color: white; background-color: #AF5D20;}

