body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
}

* {
  padding:0;

}

body {
  background-image:		url(../bilder/bg_drei_sterne.png);
  background-repeat:		repeat;

}

h1 {
 	font-weight:	bold;
	font-size:		14pt;
	color:			#9d1006;
}
p {
 	font-size:		11pt;
}

#container { border:1px solid red;    }



#seite {
  width: 900px;
  margin: 40px;

}

#kopfbereich {
  padding: 0px;
  position:    relative;
  height: 200px;
  background-image: url(../bilder/kopf_rund_text_sterne5.png);
}

#inhalt {
  margin-left: 252px;
  padding-left: 20px;
  padding-top: 20px;

}

#menuebereich {
  float: left;
  position:    relative;
  width:   199px;
  padding-left: 50px;
  padding-top: 20px;
  color: green;
  background-color: #BF6409;
  padding-bottom:	780px;
}


#fussbereich {
  clear: both;
  padding: 0px;
}

/* ================= Menü =============================== */
li.menue
{
	margin-bottom:	20px;
	font-size: 		9pt;
	font-weight:	bold;
	list-style-type: 		none;
}

li.menue:hover
{
	margin-bottom:20px;
	font-size: 9pt;
	list-style-image: url(../bilder/sternle1.jpg);
	/* list-style-type: 	disc; */
}

li.menueActive
{
	margin-bottom:20px;
	font-size: 9pt;

	list-style-image: url(../bilder/sternle1.jpg);
	/* list-style-type: 	disc; */
}

li.menueImage
{
	list-style-type: 		none;
	margin-top:50px;

}

/* ANKER  */

a.menue
{
	margin-bottom:	20px;
	font-size: 		9pt;
	font-weight:	bold;
	color:			#fff7d0;
	text-decoration:none;

}




