html {
  padding: 0;
  margin: 0;
}

html, body, div, p, h1, h2, h3, ul, ol, li, span, a, table, td, form, textarea, input {
  font-family: Tahoma, Arial, sans-serif;
}
html, body, div, p, table, td, form, textarea, input {
  font-size: 11px;
}
body {
  background-color: #BF0000;
  text-align: center;
  padding: 0;
  margin: 0;
}

/*------------------------------ Inhalte ---------------------------*/
h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #999999;
  text-align: left;
  text-indent: 8px;
  padding-bottom: 7px;
  background-image: url('/images/h1_lines.gif');
  background-repeat: no-repeat;
  background-position: 0px 19px;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #BF0000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

a:link    {color: #6C6C6C; text-decoration: underline;}
a:visited {color: #6C6C6C; text-decoration: underline;}
a:hover   {color: #BF0000; text-decoration: none;}
a:focus   {color: #BF0000; text-decoration: none;}
a:active  {color: #6C6C6C; text-decoration: none;}

.bild_links {
  float: left;
  padding: 1px;
  border: 1px solid #999999;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 7px;
}
.bild_rechts {
  float: right;
  padding: 1px;
  border: 1px solid #999999;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 7px;
}

.hervor {
  color: #BF0000;
  font-weight: bold;
}

.impressumsbox_big {
  width: 315px;
  margin: 0px;
  margin-top: 15px;
}
.impressumsbox_sml {
  width: 315px;
  margin: 0px;
  margin-top: 7px;
}
.impressum_bezeichner {
  width: 105px;
  float: left;
  color: #6C6C6C;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  margin-right: 10px;
}
.impressum_inhalt {
  width: 180px;
  float: left;
  text-align: left;
  vertical-align: top;
}

.cleaner {
  clear: both;
  font-size: 1px;
  border: 0px none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.rand {
  padding: 1px;
  border: 1px solid #999999;
}

/*----------- Layout ------------*/
div#header_positioning {
  width: 887px;
  margin: auto;
}
div#content_positioning {
  width: 887px;
  margin: auto;
  background-color: #FFFFFF;
  color: #000000;
  padding-bottom: 3px;
}

div.content_left {
  width: 675px;
  float: left;
  color: #000000;
}
div.main_content {
  padding: 5px;
  text-align: justify;
  font-size: 12px;
  line-height: 140%;
}
div.content_right {
  width: 207px;
  float: right;
  color: #000000;
  margin-top: 7px;
  margin-bottom: 7px;
}
div#news {
  text-align: center;
  font-weight: bold;
  color: #BF0000;
  background-color: #F0F0F0;
  padding: 5px;
  border: 1px dotted #999999;
  margin: 5px;
  margin-top: 10px;
}
div#footer {
  font-family: Tahoma, Arial, sans-serif;
  width: 887px;
  margin: auto;
  margin-top: 3px;
  text-align: right;
  font-size: 11px;
  color: #FFFFFF;
}
/*----------- Layout ------------*/

/*----------- Gästebuch ------------*/
div.gb_eintrag {
  width: 540px;
  margin: auto;
  margin-top: 13px;
  padding: 6px;
  background-color: #F0F0F0;
  border: 1px solid #999999;
}
div.gb_heading {
  font-size: 12px;
  color: #000000;
  margin-bottom: 4px;
}
div.kommentar {
  text-align: justify;
  color: #000000;
  line-height: 130%;
}
div.unserkommentar {
  color: #860000;
  font-style: italic;
  line-height: 100%;
  margin-top: 8px;
}
/*----------- Gästebuch ------------*/
/*------------------------------ Inhalte ---------------------------*/

/*------------------ Kontaktfelder ------------------*/
span.standard {
  vertical-align: middle;
}
span.error {
  color: #BF0000;
  font-weight: bold;
  vertical-align: middle;
}
span.eingabe_anzeige {
  width: 140px;
  float: right;
  text-align: justify;
  margin: 0;
}
span.eingabe_ueberpruefen {
  text-align: right;
}

.button {
  width: auto;
  color: #000000;
  font-weight: bold;
  background-color: #F0F0F0;
  padding: 2px 10px;
  border: 0px;
  border-top: 1px solid #860000;
  border-left: 1px solid #860000;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
}
* html .button {
  padding: 2px 0px;
}
.okaybutton {
  color: #029801;
  font-weight: bold;
}
.errorbutton {
  color: #CC0000;
  font-weight: bold;
}
input.eingabe {
  background-color: #F0F0F0;
  border: 0px;
  border-top: 1px solid #860000;
  border-bottom: 2px solid #999999;
  width: 225px;
  height: 13px;
  text-align: left;
  padding: 3px;
  margin-bottom: 4px;
}
textarea.mitteilung {
  background-color: #F0F0F0;
  border: 0px;
  border-top: 1px solid #860000;
  border-bottom: 2px solid #999999;
  width: 225px;
  height: 149px;
  text-align: left;
  padding: 3px;
  margin-bottom: 4px;
}

* html input.eingabe {margin-bottom: 2px;}
* html textarea.mitteilung {margin-bottom: 2px;}
/*------------------ Kontaktfelder ------------------*/

/*------------------ Internes ------------------*/
th {
  background-color: #BF0000;
  color: #FFFFFF;
}
td.title {
  background-color: #F5D6D6;
  color: #BF0000;
  font-weight: bold;
}
.error {
  color: #CC0000;
  font-weight: bold;
}
.okay {
  color: #029801;
  font-weight: bold;
}
/*------------------ Internes ------------------*/
