ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #064A91;
}
a:visited {
  font-weight: bold;
  color: #064A91;
}
a:hover {
  font-weight: bold;
  color: #F66014;
}
a:active {
  font-weight: bold;
  color: #064A91;
}

body, td {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;

  font-family: Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;

  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  color: #6B5A8A; /* dec 959595 */
  background-color: #F4BC9D;
}

#postkarte td {
  background-color: #FFF;
}

h1 {
  font-size:16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
}

h2 {
  font-size:14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

h3 {
  font-size:12px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

label {
  float: left;
  width: 150px;
  font-weight: bold;
}

.clear {
clear:left;
}

#textcontent {
  width: 600px;
}

#content {
  /* width: 650px; */
  position: absolute;
  width: auto;
  left: 260px;

  margin-left: 0px;
  padding-right: 100px;
  padding-top: 1em;

  border: none; /*see #contentframe */
}

#content p {
  margin-bottom: 15px;
}

html, body {
  border: 0px;
}

/* Unterschichtenbrowser versagt natürlich. Zum Kotzen! */
iframe {
  border: 0px;
  border-width: 0px;
}

#contentframe
{
  /* the 3D Border of content frames is set by the surrounding element, e.g. body or here: #content */
  border: none; 
  /* background-color: transparent; */

  scrolling: auto;
}

#content li {
  margin-left: 15px;
  margin-top: 2px;
}

/* neu */

* {
  margin:0;
  padding:0;
}

html, body {
  height:100%;
}

body {
  text-align: left;
}

#wrap {
  text-align:left;
  min-height:100%;
  margin-left:auto;
  margin-right:auto;
  }

/* IE Win lt 7 only \*/
* html #wrap {
  height:100%;
  }
/* */

#main {
  padding-bottom:3em;
}

#footer {
  /* height: 3em; */
  margin-top: -208px;
  margin-left: auto;
  margin-right: auto;
  clear: left;
}


/* Styling der verschachtelten Liste */

#sidebar {
  padding: .25em 0 1em;
  /* margin: 1em 1em 2em; */
  display: inline; /* anti doubled float-margin bug IE */
  width: 220px;
  min-height: 850px;
  height:auto !important;  /* für moderne Browser */
  height:850px;  /*für den IE */

  float:left;
  color: white;

  background-image: url(/images/welle.jpg);
  background-repeat: no-repeat;
}

#header {
  float: left;
  height: 96px;
  background-image: url(/images/header.png);
  background-repeat: no-repeat;
}

#header_right {
  margin-left: 1276px;
  height: 96px;
  position: relative;
  background-image: url(/images/header_right.png);
}

/* Menü neu */

#navcontainer
{
  margin-left: 30px;
  padding-left: 0px;

  margin-top:  15px;
}

#navcontainer ul
{
  margin: 0em;
  padding: 0em;

  list-style-type: none;
  font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li
{
  display:inline;
}

#navcontainer a
{
  display: block;
  padding: 5px 10px;
  width: 170px;
  color: #fff;
  background-color: #6B5A8A;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 1px;
  margin-top: 1px;

  filter: Alpha(opacity=80); 
  -moz-opacity: 0.8; -khtml-opacity: 0.8; -webcore-opacity: 0.8; opacity: 0.8;
}

#navcontainer a:hover
{
  color: #fff;
  background-color: #69C;
  text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
  display: block;
  padding: 5px 5px 5px 30px;
  width: 155px;
  color: #fff;
  background-color: #6B5A8A;
  text-decoration: none;
  font-weight: normal;
}

#navcontainer ul ul a:hover
{
  color: #fff;
  background-color: #F4BC9D;
  /* 
  background-image: url(/images/navbutton.gif);
  background-position: right;
  background-repeat: no-repeat;
  */
  text-decoration: none;
}

.b1f, .b2f, .b3f, .b4f {
  font-size:1px;
  overflow:hidden;
  display:block;
  background-color:#6B5A8A;

  /* Transparenz für alle Browser - und jeden einzeln :( */
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8; -khtml-opacity: 0.8; -webcore-opacity: 0.8; opacity: 0.8;
}
.b1f {
  height:1px; margin:0 5px;
}
.b2f {
  height:1px; margin:0 3px;
}
.b3f {
  height:1px; margin:0 2px;
}
.b4f {
  height:2px; margin:0 1px;
}

#contactbox
{
  min-width: 190px;
  margin-left: 30px;
  padding: 0px;

  margin-top:  15px;

}


#contactbox h1, #contactbox td, #contactbox .phonedisclaimer
{
  margin: 0em;
  padding: 0em;

  font-family: verdana, arial, Helvetica, sans-serif;

  padding: 5px 10px;
  color: #fff;
  background-color: #6B5A8A;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;

  filter: Alpha(opacity=80); 
  -moz-opacity: 0.8; -khtml-opacity: 0.8; -webcore-opacity: 0.8; opacity: 0.8;
}

#contactbox td {
  padding-right: 0px;
}

#contactbox h1 {
  font-size: 12px;
  font-weight: bold;
}

#contactbox a {
  color: #fff;
  font-weight: normal;
}

#contactbox a:hover {
  font-weight: bold;
}

.phonedisclaimer {
  font-family: verdana, arial, Helvetica, sans-serif;
  font-size:   10px;
}

#current
{
  background-image: url(/images/insel.gif); /* navbutton.gif*/
  background-position: right;
  background-repeat: no-repeat;
}

#subcurrent
{
  width: 155px;
  background-image: url(/images/navbutton2.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.error_list {
  font-weight: bold;
  color: red;
}

.form_error {
  color: red;
  font-weight: bold;
}

.message{
border:1px solid #CCCCCC;
padding: 5px;
width: 150px;
background-color:#F4F4F8;
text-align:justify;
position:absolute;
top:50px;
}



