@charset "utf-8";
/* CSS Document */

#divhaupt {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #ebe8e3;
	border: 1px solid #000000;
}

#divhaupt_m1 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #cbc2c3;
	border: 1px solid #000000;
}

#divhaupt_m2 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #95B3D7;
	border: 1px solid #000000;
}

#divhaupt_m3 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #C2D69B;
	border: 1px solid #000000;
}

#divhaupt_m4 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #FABF8F;
	border: 1px solid #000000;
}

#divhaupt_m5 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #B2A1C7;
	border: 1px solid #000000;
}

#divhaupt_m6 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #D99594;
	border: 1px solid #000000;
}

#divkopf_bild {
	text-align: left;
	width: 950px;
	height: 100px;
	background-image: url("../bilder/oben_bild_Banner.jpg");
    background-repeat: norepeat;
}

#divkopf_schrift {
	font-family:Arial, Verdana;
	color: #bcbcbc;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 6px 10px;
	width: 940px;
	height: 15px;
	background-color: black;
}

#divnavi {
	align: left;	
	text-align: left;
	width: 250px;
	float: left;
}

.li_navigation	{
	/*Vier Werte Der erste Wert für den Abstand oben, der Zweite rechts, der Dritte unten und der Vierte links*/
	font-family:Arial, Verdana;
	font-size: 14px;
	line-height: 1.5;	
	font-weight: bold;
	list-style-type: none;	
	padding: 6px 0px 0px 10px;
}

.li_navigation ul li	{
	/*Vier Werte Der erste Wert für den Abstand oben, der Zweite rechts, der Dritte unten und der Vierte links*/
	font-family:Arial, Verdana;
	font-size: 12px;	
	font-weight: normal;
	list-style-type: none;	
	margin: 2px 0px 2px -22px;
}

.li_navigation a:link	{
	color: #000000;
	text-decoration: none;
}

.li_navigation a:visited	{
	color: #000000;
	text-decoration: none;
}

.li_navigation a:active	{
	color: dimgray;
	text-decoration: none;
}

.li_navigation a:hover	{
	color: dimgray;
	text-decoration: none;
}

#divinhalt {
	text-align: left;
	width: 844px;
}

#divinhalt_ueberschrift {
	text-align: left;
	width: 680px;
	height: 25px;
	padding: 18px 0px 0px 0px;
	font-family:Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #63645f;

}

#divinhalt_text {
	font-family:Arial, Verdana;
	font-size: 12px;		
	text-align: justify;
	line-height: 1.5;
	padding: 8px 0px 8px 0px;
	width: 680px;
	height: 300px;
	margin-left: 250px;
}

.inhalt_text	{
	color: #000000;	
}


.inhalt_text_rot	{
	color: #63645f;		
}

#divfuss {
	align: center;
	text-align: left;
	width: 950px;
	margin: 10px 0px 0px 0px;
	background-color: black;
}

#divfusst_text_fuss_gross	{
	color: #ffffff;	
	font-family:Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
        margin-left:315px;
	margin-top: 33px;
}

#divfuss_bild1 {
	text-align: left;
	margin-top: -45px;
}

#divfuss_bild2 {
	text-align: left;
	margin-left:828px;
	margin-top: -65px;
}

#divfuss_bilder {
	align: center;
	text-align: left;
	padding: 6px 0px 0px 10px;
	width: 938px;
	font-family:Arial, Verdana;
	color: #bcbcbc;
	font-size: 11px;
	background-color: black;
}


