/* breite der gesamtkonstruktion  */

#breite {
	width: 860px
}
body {
	background-image: url(../images/higru.jpg);
	background-repeat:repeat;
	background-color: #bfc8aa;
	text-align: center;  /* fuer ie */
	margin: 0;
}
/* ========== angaben fuer wrapper ========== */
	
div#wrapper {
	position: absolute;
	background-image: url(../images/higru.jpg);
	background-color: #bfc8aa;
	background-repeat:repeat;
	text-align: left;  /* Rueckstellung body Ausrichtung */
	left: 50%;
	top: 50%;
	width: 860px; /* Breite des Elements */
	height: 550px; /* Hoehe des Elements */
	margin-left: -430px; /* Breite des Elements geteilt durch zwei! */
	margin-top: -275px; /* Hoehe des Elements geteilt durch zwei! */
	border: 0px solid #405A00;
}
.haupt {
	background-color: #bfc8aa;
	border: 0;
}
#kopfbereich {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 150px;
	background-color: #405A00;
}
#navibereich {
	background-color: #7f9155;
	height: 28px;
	border: solid 1px #405A00;
	color: #56686D;
	width: 100%;
}
#inhaltsbereich_bilder {
	background-image: url(../images/kristina.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 292px;
	width: 100%;
}
#inhaltsbereich_text {
	background-color: #ffffff;
	height: 292px;
	width: 100%;
	text-align: left;
	padding-top: 0px;  /* war 60px */
	padding-right: 0px;  /* war 45px*/
	padding-bottom: 0px;  /* war 70 */
	padding-left: 0px;  /* war 45px */
}
#scrollbar {
	overflow: auto;
	background-color: #ffffff;
	height: 270px;
	width: 660px;
	text-align: left;
	color: #405A00;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	padding-top: 10px;  /* war 60px */
	padding-right: 5px;  /* war 45px*/
	padding-bottom: 10px;  /* war 70 */
	padding-left: 10px;  /* war 45px */
	scrollbar-face-color: #BFC8AA; /* farbe fuer scrollbar */
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #7f9155;
	scrollbar-3dlight-color: #7f9155;
	scrollbar-darkshadow-color: #7f9155; /* ende fuer farbe scrollbar */
}
#fussbereich {
	color: #ffffff;
	background-color: #7f9155;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 20px;
	font-family: trebuchet ms, verdana, arial, helvetica, verdana, tahoma, sans-serif;
	height: 30px;
	text-align: center;
	width: 100%;
	font-style: italic;
	padding-left: 25px;
}
/* ueberschriften  */

h1 {
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	color: #405A00;
	font-size: 22px;
	text-decoration: underline;
	letter-spacing: 1px;
	text-shadow: #999999 3px 3px 5px;
	margin-bottom: 0px;
	font-weight: bold;
}
h2 {
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	color: #405A00;
	font-size: 17px;
	letter-spacing: 1px;
	text-shadow: #999999 3px 3px 5px;
	margin-bottom: 0px;
	font-weight: bold;
}
/* ========== schatten um hauptbereich ========== */
	
#s1 {
	background-image: url(../images/s1.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 15px;
	line-height: 15px;
	width: 15px;
}
#s2 {
	background-image: url(../images/s2.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	height: 15px;
	line-height: 15px;
	width: 100%;
}
#s3 {
	background-image: url(../images/s3.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	height: 15px;
	line-height: 15px;
	width: 15px;
}
#s4 {
	background-image: url(../images/s4back.jpg);
	background-repeat: repeat-y;
	background-position: 100% 100%;
	height: 100%;
	width: 15px;
}
#s6 {
	background-image: url(../images/s6back.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	height: 100%;
	width: 15px;
}
#s7 {
	background-image: url(../images/s7.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 15px;
	line-height: 15px;
	width: 15px;
}
#s8 {
	background-image: url(../images/s8.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	height: 15px;
	line-height: 15px;
	width: 100%;
}
#s9 {
	background-image: url(../images/s9.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 15px;
	line-height: 15px;
	width: 15px;
}

