body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCD;
}


/* ------ container ------- */

#outercontainer {
	position: relative;
	width: 880px;
	height: 810px;
	/* das auf der aeusseren table definierte align="middle" propagiert sich auf alle divs darin, die nachfolgende definition neutralisiert dieses */
	text-align: left;
}
#innercontainer {
	position: absolute;
	left:8px;
	top: 8px;
	width: 864px;
	height: 794px;
	background-color: #E1BD83;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

/* border */

#bt, #bb { position: absolute; width: 900px; height: 8px; left: 0px; clip: rect(0 880 8 0)}
#bl, #br { position: absolute; width: 8px; height: 794px; top: 8px;z-index:2 }
#bt {
	top: 0px;
	background-image: url(img/border_top.gif);
}
#br { right: 0px; background-image: url(img/balken_re.gif); }
#bb {
	top: 802px;
	background-image: url(img/border_bottom.gif);
}
#bl { left: 0px; background-image: url(img/balken_li.gif); }

/* ------ linke spalte (navi) ----- */

#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 230px;
	height: 794px;
	background-color: #FEF8BC;
	background-image: url(img/divider.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	text-align: left;
}

#left #logo {
	margin-top: 19px;
	margin-bottom: 37px;
}


#menu {
	position: absolute;
	
	left: 14px;
	top: 120px;
	
	width: 200px;
}

#menu a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}



#menu .l1 {
	border: 1px #7D7C5D solid;
	padding: 1px;
}
#menu .l1 a, #menu .l2 a, #menu .l3 a {
	display: block;
}


#menu .l1 a {
	color: #000000;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
#menu .l1 a:hover {
	color: #163F73;
	background-color: #ffffff;
}
#menu .active_l1 a {
	color: #163F73;
	background-color: #ffffff;
}

#menu .spezrub {
	background-color: #f0dba2;
}

#menu .l2 {
	padding-left: 7px;
	padding-top: 2px;
}
#menu .l2 a {
	background-color: #E6DFA9;
	color: #313236;
	padding-left: 5px;
	font-weight: bold;
}
#menu .l2 a:hover {
	background-color: #F5CE8D;
	color: #184588;
}

#menu .active_l2 a {
	background-color: #F5CE8D;
	color: #184588;
}

#menu .l3 {
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(img/l3_line.gif);
	background-position: 24px 100%;
	background-repeat: no-repeat;
}
#menu .last_l3 {
	background-image: none;
}
#menu .l3 a {
	padding-left: 16px;
}
#menu .l3 a:hover {
	background-color: #F5CE8D;
	color: #184588;
	background-image: url(img/active_l3.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
}
#menu .active_l3 a {
	background-color: #F5CE8D;
	color: #184588;
	background-image: url(img/active_l3.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

#menu .l4{
	padding-left: 24px;
	background-image: url(img/l3_line.gif);
	background-position: 24px 100%;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 2px;
}

#menu .l4 a{
	padding-left: 17px;
}

#menu .l4 a:hover{
	background-color: #f0dba2;
	background-image: url(img/active_l3.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	display: block;
	color: #184588;
}

#menu .active_l4 a{
	background-color: #f0dba2;
	background-image: url(img/active_l3.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	display: block;
	color: #184588;
}


#left .contact {
	position: absolute;
	
	left: 14px;
	bottom: 11px;
	
	text-align: left;
	line-height: 16px;
}
#left .contact a {
	color: #E36926;
}


/* ------ main ------ */

#main {
	position: absolute;
	
	left: 243px;
	top: 0px;

	width: 605px;
	height: 794px;

}

/* ------ servicenavi ------- */

#servicenav {
	position: absolute;
	left: 0px;
	top: 13px;

	height: 21px;

}

#servicenav div {
	float: left;
	width: 105px;

	margin-left: 2px;
}
#servicenav a {
	display: block;
	
	border: 1px #B79768 solid;
	
	background-color: #F0DBA2;
	color: #000000;
	text-decoration: none;

	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#servicenav a:hover {
	background-color: #FFFFCD;
}


#servicenav #homebutton {
/*	position: absolute;
	left: 0px;
	top: 0px;
*/
	width: 54px;
	
	margin-left: 0px;
	z-index:10000;
}

#servicenav div.first_service {
	margin-left:18px;
}

/* ------ title ------- */

#titlebar {
	border: 1px #000000 solid;
	background-color: #FCFBFF;
	padding: 3px;

		
	margin-top: 120px;

	margin-bottom: 2px;
}
#titlebar div {
	border: 1px #9A9997 solid;	
	background-color: #FFFFCD;

	padding-left: 19px;
	
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

/* ------- content - area ------ */

#content {
	border: 1px #000000 solid;
	height: 790px;
}
#content_inner {
	padding-left: 23px;
	padding-right: 10px;
	padding-top: 12px;
}

/* ------- scrollbar ------ */

DIV {
		scrollbar-base-color:#000000;
		scrollbar-track-color:#FEF8BC;
		scrollbar-face-color:#E1BD83;
		scrollbar-highlight-color:#FEF8BC;
		scrollbar-3dlight-color:#000000;
		scrollbar-darkshadow-color:#FEF8BC;
		scrollbar-shadow-color:#000000;
		scrollbar-arrow-color:#000000;
}

/* ------- textfield ------ */

.textfeld {
	background: #FEF8BC;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}	

/* ------- button abschicken ------ */

.button {
	color: #000000; /*#E1BD83 dunkelbraun; #FEF8BC gelblich*/
	background: #E1BD83;
	border: #000000;
	border-style: solid;
	/*border-left: #FEF8BC;
	border-top: #FEF8BC; */
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width:200px;
	cursor:pointer;
}

.buttonHover {
	color: #000000;
	background: #FEF8BC;
	border: #000000;
	border-style: solid;
	font-weight:bold;
	/*border-left: #FEF8BC;
	border-top: #FEF8BC; */
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width:200px;
	cursor:pointer;
}

/* ------- button Kontakt ------ */

.buttonKontakt {
	color: #000000;
	background: #E1BD83; /* #F4E0AB, original: #E1BD83 */
	border: #000000;
	border-style: solid;
	border-color: #B39863;
	/*border-left: #FEF8BC;
	border-top: #FEF8BC; */
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width:61px;
	cursor:pointer;
}

.buttonHoverKontakt {
	color: #000000;
	background: #FEF8BC;
	border: #000000;
	border-style: solid;
	font-weight:bold;
	border-color: #B39863;
	/*border-left: #FEF8BC;
	border-top: #FEF8BC; */
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width:61px;
	cursor:pointer;
}

/*---Tagebuch---*/

table#tagebuch{
	border-bottom:1px solid #b79768;
	width:540px;
	margin:15px 0 0px 0px;
}

table#tagebuch tr td.date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#876f4d;
	padding-bottom: 15px;
}

table#tagebuch tr td.title{
	font-weight:bold;
	font-size:12px;
	line-height:1.4;
	padding-bottom: 15px;
}

table#tagebuch tr td.text{
	line-height:1.4;
}

table#tagebuch tr td.gepostet{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#876f4d;
	padding-top:15px;
	padding-bottom: 15px;
}

table#tagebuch tr td.bild{
	padding-right: 10px;
}

table img{
	border: none;
}

table#tagebuch tr td.bild img{
	margin-bottom: 14px;
}








