/* common */
* { margin:0; padding:0  }

html, body { height:100% }
ul, ol     { list-style:none }
a          { text-decoration:none; color:#222 }
a:hover    { text-decoration:underline }
a img      { border:none }

body {
  background:#FBFAF7 url(images/bg.gif);
  font:8pt/1.4 "trebuchet ms",helvetica,tahoma,verdana,arial,sans-serif;
  text-align:center;
  color:#656565;
}

/* layout */
#container {
  width:800px;
  margin-left:-400px;
  margin-top:-256px;
  position:absolute;
  height:513px;
  left:50%;
  top:50%;
  text-align:left;
  background:#DCD9D3;
  border:0px;
  z-index:0;
}

#logo {
  position:absolute;
  left:50px;
  top:15px;
  z-index:1;
}

#leftouter {
  background:url(images/leftend.gif) no-repeat;
  filter:alpha(opacity=10);
  -moz-opacity:.1;
  opacity:.1;
  position:absolute;
  height:175px;
  width:64px;
  top:165px;
  left:-64px;
  z-index:100;
}

#upper {
  height:104px;
  background:#DCD9D3 url(images/back_upper.gif);
  z-index:2;
}

#middle {
  height:306px;
  background:#F7F4EF;
}

#lower {
  height:103px;
  background:#DCD9D3 url(images/back_lower.gif);
}

#watermark{
  background:url(images/watermark.gif);
  position:absolute;
  top:63px;
  height:397px;
  width:281px;
  z-index:1;
}

#navbar {
  height:21px;
  top:103px;
  position:absolute;
  padding:0;
  min-width:800px;
  font-size:10pt;
  font-family:"trebuchet ms",tahoma,verdana,arial,sans-serif;
  z-index:3;
  font-weight:bold;
}

#navbar li {
  padding:0 40px;
  margin-right:5px;
  margin-top:3px;
  float:left;
}

#navbar li a {
  display:block;
  color:#46443D;
}

#navbar a:hover { text-decoration:none }

#navbar #chronik { background:none }

/* Linien */
.vline { position:absolute; z-index:3 }

.vlinedot_800 { width:800px; height:1px }

.vlinedot_top {
  background:url(images/v_line_2_black.gif) repeat-x;
  bottom:auto;
  height:1px;
  top:0px;
  width:100%;
}

.vlinedot_bottom {
  background:url(images/v_line_2_black.gif) repeat-x;
  top:auto;
  bottom:0px;
  width:100%;
  height:1px;
}

.vlinedot_left {
  left:70px;
  right:auto;
  width:1px;
  height:100%;
  background:url(images/h_line_2_black.gif) repeat-y;
}

.vlinedot_right {
  left:auto;
  right:70px;
  width:1px;
  height:100%;
  background:url(images/h_line_2_black.gif) repeat-y;
}

#line1 { top:104px }
#line2 { top:125px }
#line3 { top:136px }
#line4 { top:393px }
#line5 { top:407px }
#line6 { top:409px }
#line7 { top:9px }
#line8 { top:97px }
#line9 { top:414px }
#line10 { top:502px }

.navarea { height:22px; width:800px }

.content { position:absolute; top:166px; text-align:left; width:260px; height:200px; z-index:10 }
.contentl { left:20px }
.contentr { right:20px }
.contentm { left:301px; width:200px }

/*
.chronicback {
  position:absolute;
  top:155px;
  left:80px;
  height:220px;
  width:640px;
  text-align:left;
  background:#DDDAD3;
  filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
  z-index:5;
}

.chronictext {
  position:absolute;
  top:40px;
  left:120px;
  width:400px;
  text-align:left;
  z-index:6;
  color:#656565;
}

.chronichead {
  position:absolute;
  top:10px;
  left:120px;
  width:400px;
  text-align:center;
  z-index:6;
  color:#656565;
}*/
