 /* == Allgemein: =================================*/

  * {
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333333;
  }

  body {
    background: url(images/bg_shadow.jpg) repeat-y center;
    background-color: #fafafa;

  }

  #main {
    width: 935px;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    background-color: #e6e6e6;
  }

  small {
    font-size: 12px;
  }
    
  label {
    cursor:pointer; 
  }

 /* == Tab-Leiste: ================================*/

  #maintopic {
    padding-left: 20px;
    height: 30px;
    background: url(images/l2.gif) repeat-x;

  }

  #maintopic a {
    display: block;
    float: left;
    height: 29px;
    padding: 0px 15px 0px 15px;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    font-size: 13px;
    letter-spacing : 1px;
    margin-right: 10px;
    border: 1px solid #ababab;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-bottom: none;
  }

  #maintopic a:hover {
    background: url(images/l1.gif) repeat-x;
    border-bottom: 1px solid #ffffff ;
    color: #333333;
  }

  #maintopic a.active {
    background: url(images/l1.gif) repeat;
    border-bottom: 1px solid #ffffff;
    color: #000000;
    font-weight: bold !important;
    font-size: 13px;
  }


 /* == Header/Footer: =============================*/

  #top {
    height: 25px;
    background: url(images/l2.gif) repeat-x bottom;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    border-bottom: 1px #ababab solid;
  }

  #top a {
    font-size: 13px;
    color: #333333;
  }

  #top a:hover {
    color: #056db3;
  }

  #top a.active {
    color: #056db3;
    font-weight: bold !important;
    text-decoration: none;
  }

  #bottom {
    background: url(images/l1.gif) repeat-x top;
    height: 25px;

  }

  #header {

    background: url(images/logo.gif) no-repeat 26px 20px;
    background-color: #ffffff !important;

    padding: 20px 0px 0px 26px;
    height: 105px;
  }

  #footer {
    text-align: right;
    background-color: #ffffff !important;
    padding-bottom: 40px;
    padding-right: 10px;
    color: #333333;
  }

  #footer a {
    font-size: 13px;
    color: #333333;
  }

  #footer a:hover {
    color: #056db3;
  }

  #footer a.active {
    color: #056db3;
    font-weight: bold !important;
    text-decoration: none;
  }


 /* == Inhalte: ===================================*/

  #inhalt {
    background-color: #ffffff;
    font-weight: normal;
    padding: 35px 30px 50px 30px;
    margin: 0px 10px 0px 10px;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    border-top: 1px solid #ababab ;
  }

  
  #inhalt.back {
    background: url(images/back.jpg) no-repeat;
  }


  #inhalt ul {
    margin-left: 30px;
  }

  #inhalt b {
    color: #333333;
  }

  #inhalt b.blue {
    color: #056db3;
  }

  #inhalt h2 {
    font-size: 15px;
    font-weight: bold;
    color: #056db3;
  }

  #inhalt a {
    color: #056db3;
  }

  #inhalt a:hover {
    color: #333333;
  }

  #inhalt .shadow {
    background: #efefef;
  }

  #inhalt .shadow img {
    position: relative;
    top: -6px;
    left: -4px;
    background: #ffffff;
    padding: 4px;
    border: 1px solid #cccccc;
  }

  #inhalt .right {
    float: right;
    margin: 4px 0px 0px 24px;
  }

  #inhalt .left {
    float: left;
    margin: 0px 20px 0px 4px;
  }

  #inhalt h1 {
    padding: 0px 0px 25px 0px;
    color: #056db3;
    font-size: 15px;
    font-weight: bold;
  }

  #inhalt hr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #eaeaea;
    background-color: #eaeaea;
    height: 3px;
    border: none;
  }

  #inhalt br.clear {
    clear: both;
  }

  #inhalt table {
    border-collapse: collapse;
  }

  #inhalt td {
    padding: 7px;
    border: 4px solid #ffffff;
    background-color: #fafafa;
  }
  
  #inhalt th {
    background: url(images/l1.gif) repeat-x top;
    border: 4px solid #ffffff;
    padding: 7px;
    font-weight: normal;
    color: #222222;
    font-size: 15px;
  }

  #inhalt td.center {
    text-align: center;
  }

  #inhalt td.noform, #inhalt td.liste {
    vertical-align: top;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
  }

  #inhalt td.noform_t {
    vertical-align: top;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #fafafa;
  }


  #inhalt td.liste {
    width: 14px;
    height: 14px;
    background: url(images/liste.gif) no-repeat top;
  }


  #inhalt td.noformpad {
    vertical-align: top;
    border: 0px;
    padding: 10px;
    background-color: #ffffff;
    text-align: left;
  }

  #inhalt .small {
    font-size: 11px !important;
    color: #666666;
  }
  #inhalt .small a {
    font-size: 11px;
  }

  #inhalt tr.format {
   height: 120px;
  }
 
  #inhalt td.format {
   width: 200px;
   text-align: center;
  }

  #inhalt img.email {
    padding: 0px;
    vertical-align: bottom;
    margin: 0px !important;
    border: none;
  }

 /* == Kontaktformular: ===========================*/

  .kontaktform input, .kontaktform textarea {
   margin-bottom: 10px;
   margin-left:0px !important;
   border: 1px solid #bbbbbb;
   padding: 1px;
   color: #333333;
  }

  .kontaktform {
   width: 550px;
   padding: 10px;
   border: 1px solid #cdcdcd;
   background-color:#fafafa;
  }

  .kontaktform textarea {
   overflow:auto;
  }

  .kontaktform #submit {
    padding: 3px;
    background-color: #eaeaea;
    cursor:pointer;
  }

 .kontaktform #realname,.kontaktform #email {width: 250px;}

 .kontaktform #subject,.kontaktform #message {width: 400px;}

 /* == Gaestebuch: ================================*/
 
  #gaestebuch {
   background-color: #ffffff;
   font-weight: normal;
   padding: 35px 30px 50px 30px;
   margin: 0px 10px 0px 10px;
   border-left: 1px solid #ababab;
   border-right: 1px solid #ababab;
   border-bottom: 1px solid #ababab;
   border-top: 1px solid #ababab ;
  }

  #gaestebuch h1 {
   color: #056db3;
   font-size: 15px;
   font-weight: bold;
  }

  #gaestebuch table {
   width: 100%;
   border-collapse:collapse;
  }

  #gaestebuch a {
   color: #056db3;
  }

  #gaestebuch a:hover {
   color: #333333;
  }

  #gaestebuch i {
   color: #333333;
   font-weight: normal;
   font-style: normal !important;
  }

  #gaestebuch td.name,
  #gaestebuch td.eingetragen,
  #gaestebuch td.homepage
  {
    background-color: #fafafa;
  }

  #gaestebuch td.name, #gaestebuch td.eingetragen {border-top: 1px solid #e0e0e0;}
  #gaestebuch td.eingetragen, #gaestebuch td.homepage {border-right: 1px solid #e0e0e0;}
  #gaestebuch td.homepage {border-bottom: 1px solid #e0e0e0;}

  #gaestebuch td.name,
  #gaestebuch td.homepage
  {
   padding-left:10px;
   border-left: 1px solid #e0e0e0;
  }

  #gaestebuch td.name,
  #gaestebuch td.eingetragen
  {
   padding-top: 7px;
   padding-bottom: 5px;
   /* background-image: url(images/l1.gif) ; background-repeat:repeat-x; */
  }

  #gaestebuch td.eingetragen
  {
   text-align:right;
   padding-right: 15px;
  }

  #gaestebuch td.homepage
  {
   padding-bottom: 7px;
  }

  #gaestebuch td.text
  {
   padding-top: 20px;
   padding-left: 15px;
   padding-bottom: 20px;
   border-left: 1px solid #e0e0e0;
   border-right: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
  }

  #gaestebuch td.eingetragen i {
    font-size: 13px;
    color: #333333;
    font-weight: normal !important;
    font-style: italic !important;
  }

  #gaestebuch hr {
    color: #eaeaea;
    background-color: #eaeaea;
    height: 3px;
    border: none;
  }

  #gaestebuch input {
    border: 1px solid #cdcdcd !important;
    margin-top: 10px;
    padding: 3px;
  }

  #gaestebuch textarea {
    border: 1px solid #cdcdcd !important;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 3px;
  }

  #gaestebuch h2 {
    margin-bottom: 20px;
    color: #333333 !important;
  }

  #gaestebuch b {
   font-size: 14px !important;
   color: #333333 !important;
  }

  #gaestebuch img {
   margin-bottom: 15px;
   border: 1px solid #cdcdcd;
  }

  #gaestebuch form td {
   background-color: white !important;
   text-align: left !important;
   padding: 5px !important;
   border: 0px !important;
  }
  
  #gaestebuch form input, #gaestebuch form textarea {
    border: 1px solid #aaaaaa !important;
  }
