body { 
	background: repeat-x url(img/body_bg.png);
	background-color: #aaa;
	text-align: center;
	margin: 0;
	padding: 0;
}

  a:link { color:#559; text-decoration:none; }
  a:visited { color:#77b; text-decoration:none; }
  a:focus { color:#977; text-decoration:none; }
  a:hover { color:#977; text-decoration:none; }
  a:active { color:#977; text-decoration:none; }

h2 {
	text-align: left;
	color: #447;
	font-size: 1.2em;
	margin: 0 0 0 0; padding: 0 0 0 20px;
}
#Alles {
	font: normal 100.01% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #aaa;
	z-index: 2;
}
#Banner {
	margin: 0; padding: 0;
	position: absolute;
	top:0px; left:180px;
	width:720px; height:120px;
	z-index: 1;
}
#grInhalt {
	margin: 0; padding: 0;
	position: absolute;
	z-index: 1;
	top:120px; left:180px;
	width:720px; height:1400px;
	background: repeat-y url(img/grinhalt_bg.png);
	font-size: 1em;
}
#grInhalt p{
	padding: 0 20px 0 20px;
}
#grInhalt h1 {
	text-align: center;
	color: #447;
	font-size: 1.5em;
	margin: 0; padding: 15px 0 15px 0;
}
#Navigation {
	margin: 0; padding: 0;
	position: absolute;
	z-index: 1;
	top: 0px; left: 0px;
	width: 180px; height: 1520px;
	background-color: white;
}
#navcontainer {
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	font-size: 1em;
	
}
#navcontainer #current {
	color: #fff;
	background-color: #447;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#navcontainer li {
}
#navcontainer a{
	background: #e8e8e8;
	border-bottom: 2px solid #fff;
	display: block;
	color: #447;
	text-decoration: none;
	padding: 5px 10px;
	height: 18px;
}
#navcontainer a:hover {
	color: #fff;
	background-color: #aac;
}
#navcontainer a:active {
}
#navcontainer ul ul a {
	font-size: 0.8em;
	padding-left: 25px;
}
#navcontainer ul ul ul a {
	padding-left: 40px;
}
#Rechts {
    margin: 0; padding: 0;
	position: absolute;
	z-index: 1;
	top: 120px; left: 680px;
	width: 220px; height: 1400px;
	background-color: white;
  }
#Rechts strong {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
}
#Rechts h1 {
	text-align: center;
	color: #336;
	font-size: 1.5em;
	margin: 0 0 10px 0; padding: 0;
}
#Rechts big {
	font-weight: bold;
	color: #447;
	font-size: 1em;
}
#Rechts p {
	text-align: left;
    font-size: 0.8em;
    margin: 1em;
}
#Mitte {
	margin: 0; padding: 0;
	position: absolute;
	z-index: 1;
	top: 120px; left: 180px;
	width: 500px; height: 1400px;
	background-color: #ebebeb;
	font-size: 1em;
  }
#Mitte  h1 {
	text-align: center;
	color: #447;
	font-size: 1.5em;
	margin: 0; padding: 10px 0 10px 0;
}
#Mitte  h2 {
	text-align: left;
	color: #447;
	font-size: 1.2em;
	margin: 0; padding: 0 20px 0 20px;
  }
#Mitte  p {
	text-align: left;
    font-size: 0.9em;
    padding: 0 20px 0 20px;
  }
#Messe {
	text-align: justify ;
}
#Messe  p {
	text-align: justify;
    font-size: 0.9em;
    padding: 0 20px 0 20px;
  }
#Messe img {
	width: 230px;
	margin: 10px;
}
  