body {
    color: black;
    background-color: white;
    background-image: url(../img/bground.png);
    font-size: 11px;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    margin: 0
    padding: 1em 0;
    text-align: center;
	scrollbar-face-color:#EEE;
    scrollbar-arrow-color:#888;
    scrollbar-track-color:#C0B0B0;
    scrollbar-shadow-color:#BBB;
    scrollbar-highlight-color:#BBB;
    scrollbar-3dlight-color:#EEE;
    scrollbar-darkshadow-Color:#EEE;

}

a:link {
	color: #485866;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}

a:visited {
	color: #485866;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}

a:active {
	color: #dd8800;
	text-decoration: underline;
	font-weight: normal;
	background-image: none;
}

a:hover {
	color: #dd8800;
	text-decoration: underline;
	font-weight: normal;
	background-image: none;
}

div#aufbau {
  background-color: #fff;
  text-align: left;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  padding: 0;
  border: none;
}

div#oben {
  text-align: left;
  width: 1000px;
  height: 85px;
  border: none;
}

div#mitte {
  clear: both;
  text-align: left;
  width: 1000px;
  border: none;
}

div#mainmenu {
  float: left;
  text-align: left;
  padding-top: 10px;
  width: 177px;
  height: 462px;
  border: none;
  background-color: #cccccc;
}

div#content {
  margin: 0;
  float: left;
  text-align: left;
  padding-top: 10px;
  width: 420px;
  height: 462px;
  border: none;
  background-color: #FFFFFF;
  
  Overflow-x: hidden;
  Overflow-y: auto;
}

div#portrait {
  margin: 0;
  float: right;
  text-align: left;
  padding-top: 10px;
  width: 386px;
  height: 462px;
  border: none;
  background-color: #FFFFFF;
  background-image: url(../img/pschuerle.png);
  background-attachment: fixed;
  background-repeat:no-repeat;
  
  
}


p#rand {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  line-height: 15px;
}

li#rand {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  line-height: 15px;
}

div#unten {
  clear: both;
  text-align: left;
  color: #FFFFFF;
  width: 1000px;
  padding-top: 6px;
  height: 24px;
  border: none;
  background-color: #FF9900;
}

#mainmenu {
	background: transparent;
	width: 100%;
}

#mainmenu ul{
	display: block;
	background-image: none;
	padding: 0;
	margin: 0;
	margin-top: 10px; 
	list-style: none;
	border: 0;
}

#mainmenu li {
	margin: 0px;
	text-decoration: none;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #acb7c1; 
	list-style: none;
	height: 22px;
	float: left;
	width: 100%;
}

li#active {
	height: auto;
	margin: 0px;
	padding: 0;
	border: 0;
}

#mainmenu li.last{
	border:0;
}

ul#mainmenu li img{
	border: 0;
	margin: 0;
	padding: 0;
}

#mainmenu a:hover {
	background-image: url(../img/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#mainmenu a:link, #mainmenu a:visited, #mainmenu a:hover, 
#mainmenu a.ebene1-visited:link, #mainmenu a.ebene1-visited:visited, #mainmenu a.ebene1-visited:hover,
a.nochild:link, a.nochild:visited, a.nochild:hover {
	display: block;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding:0;
	padding-left: 10px;
	margin: 0;
	height: 22px;
	line-height: 20px !important;
	line-height: 22px; 
	vertical-align: middle;
}

#mainmenu a:hover {
	background-image: url(../img/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#active a.ebene1-visited:link, #active a.ebene1-visited:visited, 
#active a.ebene1-visited:hover, 
#mainmenu a.nochild:link, #mainmenu a.nochild:visited, #mainmenu a.nochild:hover {
	background-image: url(../img/menu-bg1.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0;
	border-bottom: 1px solid #acb7c1; 
	
}

hr#innen {
  width: 380px;
  margin-left: 0;
  text-align: left;
  border: 0px;
  border-top: dashed 1px #cccccc;
  border-bottom: dashed 1px #FFFFFF;
}