* {
margin: 0;
padding: 0;
}
body {
	color: #f00;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
h1 {
	color: #E2BD70;
	font-size: 3.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom: 0.2em;
}
h3 {
font-size: 1em;
font-weight: normal;
}
h4 {
font-size: 1em;
font-weight: normal;
}
/* IDs */
#container {
	position:relative;
	color: #000;
	background: #c8c5c5;
	width: 100%;
	width-max: 1024px;
}
#header {
	width: 100%;
	background: #b4a895;
	text-align:center;
	height: 90px;
}
#header h1 {
	font-family: Georgia, 'Times New Roman', serif;
	margin-bottom: 10px;
}
#logo {
}
#headerschrift {	
}
#main {
	clear:both;
	margin-left: 12em;
	color: #000;
	background: #e3e0e0;
	line-height: 1.2em;
	height: 100%;
}
p.mainbot {
clear: both;
height: 28px;
background: #b4a895;
}
#column {
	float: right;
	width: 160px;
	color: #000;
	background: #a3c5c3;
	margin-left: 0.4em;
	margin-top: 0.4em;
}
#content {
	margin-right: 160px;
	color: #000000;
	background: #e6d7be;
	padding: 0.3em;
}
#content p {
padding-bottom: 1em;
}
#content ul{
margin-bottom:0.4em;
}
#content li {
padding-top: 0.4em;
padding-bottom: 0.4em;
display:block;
list-style-type:circle;
list-style-position:inside;
}
#topnav{
	background-colour:#e6d7be;
	background-color: e6d7be;
}

/* Navigation */


#Navigation {
	hight: 2000px;
	margin: 0;
	background-color: #F1E8DF;
	position: absolute;
	left: 0;
	top: 90px;
	width: 12em;
  }
  * html ul#Menu {  /* Korrekturen fuer IE 5.x */
    width: 11.2em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Menu li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Menu li ul {
    margin: 0 0 0 0em; padding: 0 0 0 0em ;
  }
  ul#Menu li ul li {
    margin: 0;
  }
  * html ul#Menu li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1.5em;
    ma\rgin-left: 0;
  }

  ul#Menu a {
  	color:#000;
	font-weight:bold;
	background-color: #A0B7C9;
	border-bottom:1px solid #F1E8DF;
	display:block;
    padding: 0.2em;
    text-decoration: none;
    border-left-color: white; border-top-color: white;
  }
   ul#Buendig {
	font-size:0.8em;   
   }
   ul#Buendig a {
   font-weight:normal;
    display:block;
    padding: 0.2em;
	padding-left: 1em;
  }

  * html ul#Menu a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 9em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Menu li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 10.45em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Menu a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

	
.fett {font-weight:bold;}
