html {height:100%; margin-bottom: 1px; }

body {
  /*
  */
  background-color: #002b7f;
  margin: 0;
  font-family: Verdana, Arial, Sans-Serif;
  color: #666666;
  border-collapse: collapse;

  /*
  background-position:left;
  background-position:top;
  background-image:url(/pix/bg_shade_white_blue.jpg);
  background-repeat:repeat-y;

  background:#404347 url(pix/bg_body.gif) repeat-x scroll center top;
  padding:0pt;
  text-align:center;
  */
}

* {
  border-collapse: collapse;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Garamond, Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
}

hr {
  border: solid 1px;
  margin-top: 30px;
}

p {
  margin: 0;
}

li {
  list-style-type: disc;
  font-size: inherit;
}

.orange * {
  color: #ff6600 !important;
  background-color: transparent;
}

.dunkelblau * {
  color: #002b7f !important;
  background-color: transparent;
}

.hellblau * {
  color: #ddddee !important;
  background-color: transparent;
}

.orange {
  color: #ff6600 !important;
  background-color: transparent;
}

.dunkelblau {
  color: #002b7f !important;
  background-color: transparent;
}

.hellblau {
  color: #ddddee !important;
  background-color: transparent;
}

.backlink {
/*
  width: 600px;
  text-align: right;
*/
  height: 20px;
  float: right;
}

.backlink a{
  color: #ff6600 !important;
  background-color: transparent;
}


#frame_div {
  width: 800px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddddee;
  background-color: transparent;
}

#header_div * {
  background-color: #002b7f;
}

#header_div h1 {
  font-size: 32px;
  margin: 0;
  padding: 20px 0;
}

#header_div h2 {
  font-size: 24px;
  margin: 0;
  padding: 20px 0 10px;
}

#main_div{
  background-color: #002b7f;
  clear: both;
  border-width: 0;
}

ins {
  text-decoration: none;
}

#navi_div {
  background-color: #ddddee;
  float: left;
  width: 150px;
  height: 100%;
  color: #ffffff;
  padding-top: 10px;
  border-width: 0;
  border-style: none;
  
}

#navi_div * {
  font-size:18px;
  font-family: "Trebuchet MS", Garamond, Verdana, Arial, Helvetica, sans-serif;
}

#navi_div div.item {
  background-color: #ddddee;
  padding: 3px 0px 3px 5px;
}

#navi_div div.item *{
  color: #002b7f;
}

#navi_div div.active {
  background-color: #ffffff;
  /* padding-left: 22px; */
  text-align: right;
}

.active * {
  color: #ff6600 !important;
}

#content_div {
  background-color: #ffffff;
  margin-left: 150px;
  padding: 10px 25px 10px 28px;
  position: relative;
  width: auto;
  min-width: 597px;
  min-height:450px;
  /*height:auto !important;*/
  /* height: 500px; */
  /*height:400px;*/
  overflow: auto;
  border-width: 0;
}

#content_div p {
  font-size:14px;
  color: #002b7f;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#content_div div.bericht {
  font-size:14px;
  color: #002b7f;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

#content_div h2 {
  font-size: 18px;
  margin: 0 0 10px;
}

#content_div h3 {
  font-size: 16px;
  margin: 0;
}

#content_div img {
  margin-top: 10px;
  margin-bottom:10px;
}

#footer_div {
  color: #ffffff;
  clear: left;
  text-align: center;
}

div#map {
  border: 3px solid #002b7f;
  width: 500px;
  height: 400px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#map span {
  white-space: normal !important;
}

body, div, td, span, li {
  font-family: verdana, arial;
  font-size: 14px;
}

#content_div.links p.main { margin-top: 20px; }
#content_div.links p.shift { margin-left: 20px; }

#content_div #board tr.input td { vertical-align: top; padding:2px; }
#content_div #board tr.input td.submit { vertical-align: bottom; padding:2px; }

#content_div #board tr.input input, #content_div #board tr.input textarea { border: solid 1px #002B7F; }
#content_div #board tr.input td.text textarea { width: 450px; height: 60px; position:relative; top:-1px; }
#content_div #board tr.input td.name input { width: 120px; }

#content_div #board tr.even td  { background-color: #DDDDEE; }
#content_div #board tr.odd td { background-color: #FFFFFF; }
#content_div #board td.date { font-style: italic; font-size:10px; }
#content_div #board td.name { font-weight: bold; }
#content_div #board td.text { vertical-align: top; width: 450px; }

#content_div #board tr.write td.submit img {
  float: left;
  margin-right: 5px;
}
#content_div #board tr.write td.submit span { line-height: 26px; }
#content_div #board #submitbutton { float: right; margin-right: 4px; }
#content_div #board  td img { margin: 0px; }

#content_div table.frontpage td h3 { font-size: 17px; }
#content_div table.frontpage tr.matrix td { width: 198px; line-height: 25px; }

