body {
  background:#898989 url(images/bodybg.jpg) repeat-y 185px 0px;
  color:#666;
	font:8pt Verdana, Geneva, Arial, Helvetica;
}
.retrieve {
  background:#E1E1E1;
}  
/* Zonen auf dem Bildschirm */
/* Querstreifen */
#quer {
  position:absolute;
  left:0px;
  top:175px;
  width:100%;
  height:225px;
  background:#DFDFDF;
  z-index:0;
}
/* body oben */
#z_o {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:175px;
  background:#898989 url(images/e2bg0.jpg) repeat-x;
  z-index:0;
}
  /* Schatten links oben*/
  #z_lo_s {
    position:absolute;
    left:185px;
    top:0px;
    width:15px;
    height:175px;
    background:#898989 url(images/e2bg0_sl.jpg) no-repeat;
    z-index:1;
  }
  /* Schatten rechts oben*/
  #z_ro_s {
    position:absolute;
    left:800px;
    top:0px;
    width:15px;
    height:175px;
    background:#898989 url(images/e2bg0_sr.jpg) no-repeat;
    z-index:1;
  }
/* body unten */
#z_u {
  position:absolute;
  left:0px;
  top:400px;
  width:100%;
  height:175px;
  background:#898989 url(images/e2bg0.jpg) repeat-x;  
  z-index:0;
}
#lastupdate {
  position:absolute;
  bottom:-40px;
  left:0px;
  display:inline;
  margin-top:5px;
  margin-left:10px;
}  
* + html #lastupdate {
  bottom:-32px;
}
  /* Schatten links unten */
  #z_lu_s {
    position:absolute;
    left:185px;
    top:400px;
    width:15px;
    height:175px;
    background:#898989 url(images/e2bg0_sl.jpg) no-repeat;
    z-index:1;
  }
  /* Schatten rechts mitte */
  #z_rm_s {
    position:absolute;
    left:800px;
    top:175px;
    width:15px;
    height:225px;
    background:#DFDFDF url(images/e2mbg_sr.jpg) repeat-y;
    z-index:1;
  }
  /* Schatten rechts unten */
  #z_ru_s {
    position:absolute;
    left:800px;
    top:400px;
    width:15px;
    height:175px;
    background:#898989 url(images/e2bg0_sr.jpg) no-repeat;
    z-index:1;
  }
/* Menuebereich */
#menu {
  position:absolute;
  left:0px;
  top:175px;
  width:200px;
  min-height:225px;
  background:#0058A5;
  z-index:1;
}  
* html #menu {
  height:215px;
  padding-top:10px;
}
* + html #menu {
  min-height:215px;
  padding-top:10px;
}  
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left:10px;
	margin-left: 0;
}
.menulevel1 {
	font-size:8pt;
	color:#999;
}
.menulevel1 a {
	font-weight:bold;
	color: #FFF;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color:#FFF;
}
.menulevel1 a:active, .menulevel1 a:hover {
	color:#000;
}
.menulevel2 {
	font-size:8pt;
	color:gray;
}
.menulevel2 a {
	font-weight:bold;
	color:#FFF;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color:#FFF;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color:#000;
}
.menulevel3 {
	font-size:8pt;
	color:gray;
}
.menulevel3 a {
	font-weight:bold;
	color:#FFF;
}
.menulevel3 a:link, .menulevel3 a:visited {
	color:#FFF;
}
.menulevel3 a:active, .menulevel3 a:hover {
	color:#000;
}
li {
	line-height:1.5;
}
.doc {
  font-weight:bold;
	list-style:none;
	padding-left:15px;
	background: url(menu/document.gif) no-repeat;
}
.docs {
	font-weight:bold;
	list-style: none;
	padding-left: 15px;
	background: url(menu/documents.gif) no-repeat;
}
.sdoc {
	font-weight:bold;
	list-style: none;
	padding-left: 15px;
	background: url(menu/sdocument.gif) no-repeat;
}
.sdocs {
	font-weight:bold;
	list-style: none;
	padding-left: 15px;
	background: url(menu/sdocuments.gif) no-repeat;
}
a {
	text-decoration:none;
	font-weight:bold;
}
a:link, a:visited {
	color:#666;
}
a:active, a:hover {
	color: black;
}
#languagemenu {
  margin-left:15px;
} 
* html #languagemenu {
  margin-top:-10px;
} 
* + html #languagemenu {
  margin-top:-10px;
} 
#loginmenu {
  margin-top:10px;
  margin-left:15px;
  margin-bottom:5px;
} 
#loginmenu a {
  font-weight:normal;
}
/* Mittelbereich */
#site {
  position:absolute;
  left:200px;
  top:0px;
  width:600px;
  height:100%;
  background:#E1E1E1;
  z-index:2;
}
/* Locator-Leiste */
#locator {
  position:absolute;
  left:200px;
  top:0px;
  width:585px;
  height:20px;
  background:#0058A5;
  z-index:3;
  padding-top:5px;
  padding-left:15px;
	font-size: 8pt;
	color: white;
}
* html #locator {
  width:585px;
  height:25px;
}  
#locator a {
	font-weight: normal;
	text-decoration: underline;
}
#locator a:link, #locator a:visited, #locator a:active, #locator a:hover {
	color: white;
} 
/* Kopf-Bereich */
#top {
  position:absolute;
  left:200px;
  top:25px;
  width:600px;
  height:150px;
  background:#0058A5 url(images/topbg.jpg) repeat-y;
  z-index:3;
}
#logo {
  position:absolute;
  left:15px;
  top:5px;
}  
#tc {
  position:absolute;
  left:403px;
  top:16px;
}
#search {
  position:absolute;
  left:0px;
  top:125px;
  width:600px;
  height:25px;
  background:url(images/searchbg.jpg) repeat-y;
  z-index:4;
}
#searchbox {
  position:absolute;
  right:10px;
  top:2px;
}
#searchbox .submit {
  border:none;
  color:#666;
  background:none;
}
#searchbox .submit:hover {
  cursor:pointer;
  cursor: hand;
}   
#rails {
  position:absolute;
  left:200px;
  top:175px;
  z-index:4;
}
/* Inhalt */
#content {
  margin-top:-45px;
  min-height:100%;
  width:570px;  
  padding-left:15px;
  padding-right:15px;  
  padding-bottom:15px;
  background:#E1E1E1;
}
* html #content {
  height:100%;
} 
#inner_content {
  z-index:2;
} 
#content p {
  text-align:left;
}
td {
  vertical-align:top;
}  
#freecont {
  width:380px;
  padding-right:15px;
  overflow:hidden;
}  
* html #freecont {
  width:395px;
} 
#edit {
  padding-top:450px;
} 
h1, h2, h3 {
  margin-top:0px;
  font-size: 16pt;
	font-weight: normal;
	margin-bottom: 0px;
}  
h4 {
	font-size:10pt;
	font-weight:normal;
	margin-bottom:6px;
}
p {
  padding-left:0px;
  text-align:justify;
}  
form {
	margin:0px;
}
img {
	border:none;
}
/* Untermenues */
.submenu {
	font-size:8pt;
  color:#666;
}
.submenu a {
	font-weight: normal;
	color:#666;
}
.submenu a:link, .submenu a:visited {
	color:#666;
}
.submenu a:active, .submenu a:hover {
	color:black;
}
/* Kalender, Members, Newsbox */
#boxcont {
  float:right;
  margin-left:10px;
  padding-top:35px;
} 
.boxes {
  width:160px;
  padding:3px;
  margin-bottom:10px;
  background:#EEE;
  border:1px solid #666; 
  text-align:left;
}
.boxes p {
  margin-left:0px;
  text-align:left;
}  
/* Fussleiste */
#bottomline {
  width:600px;
  height:20px;
  background:#0058A5;
  z-index:3;
  padding-top:5px;
	font-size:8pt;
	color: white;
  text-align:center;
  z-index:4;
}
* html #bottomline {
  height:25px;
}  
#bottomline a {
	font-weight:normal;
	text-decoration:none;
  color:white;
}
/* Sitemap */
.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
	font-size:8pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
	font-weight:normal;
	color:#666;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
	color:#666;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
	color:black;
}
/* Navigator (nicht in Betrieb) */
.navigator {
	font-weight:bold;
	font-size:8pt;
	color:white;
}
.navigator a:link, .navigator a:visited {
	color:white;
}
.navigator a:active, .navigator a:hover {
	color:#DDD;
}
/* Editor */
.edit {
	font-size:8pt;
	color:black;
	background:buttonface;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight:normal;
	color:black;
}
input, select {
	font-size:8pt;
}
textarea {
	width:98%;
	background:white;
	font:8pt Verdana, Geneva, Arial, Helvetica;
}
/* TinyMCE */
.mceContentBody{background-color: #E1E1E1; color: #666;}