/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,p,body,input, textarea, select,a {font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html {
  height: 99%;
}
body {
  height: 99%;
}
#nonFooter {
  position: relative;
  min-height: 100%;
}
* html #nonFooter {
  height: 100%;
}
#maincontent {
  padding-bottom: 60px;
}
#footer {
  position: relative;
  margin-top: -55px;
  align:center;
}
body {
  margin:0;
  padding:0;
  /* background: #04a4ff url(images/img01.jpg) repeat-x; */
  background: #ffffff url(images/img01.jpg) repeat-x;
  font-size: 13px;
  color: #222222;
}

#page h1,h2,h3,h4 {
       margin-bottom:6px;
}

div.bodytop {
  position:absolute;
  top:5px;
  right:0px;
  width:100%;
  //500px;
  height:133px;
  z-index:-1;
  background-image:url(images/header.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}

h1, h2, h3 {
  //text-transform: lowercase;
  font-weight: normal;
}

h1 {
  letter-spacing: -1px;
  font-size: 28px;
}

div#page_grafik h1 {
#  height: 25px;
  text-indent: -999em;
/* width: 250px; */
}

div#page h1 {
  font: normal 210%/100% Arial, sans-serif;
  position: relative;
  margin: 0;
  color: #464646;
}
div#page h1 span {
  background: url(images/gradient-white.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 21px;
}


h2 {
  font-size: 18px;
}

p, ul, ol {
  margin: 0 0 3px 0;
//  padding: 0 0 10px 0;
  text-align: justify;
  //line-height: 26px;
}

a {
  color: #08c;
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #08c;
}

a:hover, a:active {
  text-decoration: none;
  color: #08c;
}

a:visited {
  text-decoration: none;
  color: #08c;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 7px 15px 0 0;
}

img.right {
  float: right;
  margin: 7px 0 0 15px;
}

/* Form */

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  display: none;
}

input, textarea, select {
  font-size: 13px;
  color: #333333;
}

/* Header */

#header {
  width: 950px;
  height: 130px;
  margin: 5px auto 40px auto;
}

#logo {
  float: left;
  height: 130px;
  background:url(images/img02.jpg) no-repeat left top;
}

#logo h1 {
  margin-top:10px;
  margin-left:120px;
  font-size: 28px;
  color: #FFFFFF;
}

#logo h1 sup {
  vertical-align: text-top;
  font-size: 18px;
}

#logo h2 {
  margin-left:120px;
  font-size: 12px;
  color: #04a4ff;
}

/* Menu */

#menu {
        float: right;
}

#menu ul {
        margin: 0;
        padding: 50px 0 0 0;
        list-style: none;
}

#menu li {
        display: inline;
}

#menu a {
        width:70px;
        display: block;
        float: left;
        border-bottom: 2px #F40B45 solid;
        margin-left: 5px;
        padding: 5px 15px;
        padding-bottom:0px;
        text-decoration: none;
        font-size: 13px;
        color: #FFFFFF;
}

#menu a:hover {
        text-decoration: none;
}

#menu .active a {
}

#topmenu li#sub1 {
        margin: 0;
        padding: 0 0 0 0;
        list-style: none;
}
#topmenu li#sub2 {
        margin: 8px;
        padding: 0 0 0 0;
        list-style: none;
}
#topmenu li#sub3 {
        margin: 13px;
        padding: 0 0 0 0;
        list-style: none;
}



/* Top Menu */
#topmenu {
  align:left;
  margin-top:10px;
  clear:float;  
}
#topmenu a:link {
  text-decoration: none;
  color: #000;
}
#topmenu a:hover, a:active {
  text-decoration: none;
  color: #000;
}
#topmenu a:visited {
  color: #000;
}


/* Page */

#page {
  width: 950px;
  margin: 0 auto;
}

/* Content */

#content {
  float: left;
  width: 675px;
}

#content a {
  color: #08c;
}


/* Post */

.post {
}

.post .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  background: url(images/img03.gif) no-repeat right 50%;
  border-bottom: 1px dashed #FFFFFF;
}

.post .entry {
}

.post .meta {
  padding: 15px 0 60px 0;
  background: url(images/img13.jpg) repeat-x left top;
}

.post .meta p {
  margin: 0;
  line-height: normal;
  color: #FFFFFF;
}

.post .meta .byline {
  float: left;
}

.post .meta .links {
  float: right;
}

.post .meta .more {
  padding: 0 20px 0 18px;
  background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
  padding-left: 22px;
  background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
  display: none;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 195px;
  padding: 4px;
}
#sidebar h2 {
        padding:7px 0 0 0;
}

#sidebar ul {
//  list-style: none;
        text-align:left;
}

#sidebar li {
        margin-bottom:5px;
}

#page .box { margin-top:10px;font-size:11px;}
#page .box { position:relative; width:560px; padding:0 5px 5px; overflow:hidden; background:#fff url(images/box_bg20090106.gif) repeat-y 0 0; zoom:1; }
#page .box .cap { position:absolute; width:600px; height:6px; margin:0 -20px; font-size:1px; }
#page .box .cap.top { top:0; background:url(images/box_bgtop20090106.png) no-repeat 0 0; *margin-left:-2px; }
#page .box .cap.bottom { bottom:0; background:url(images/box_bgbottom20090106.png) no-repeat 0 100%; }
#page .box .gradient { width:560px; margin:0 -18px; padding:0 18px; overflow:hidden; background:#fff url(images/box_bggrad20090106.gif) repeat-x 0 100%; }

#sidebar h2 { margin:0 -18px; padding:6px 10px 4px; color:#4d4d4d; font-weight:normal; font-size:14px; border-bottom:1px solid #d9d9d9; background:#dfdfdf url(images/box_header20090106.gif) repeat-x 0 0; }
#sidebar h2 a { color: #08c; }
#sidebar h2 { margin:0 -10px; }

#sidebar .box { width:162px; padding:0 12px 1px; background-image:url(images/box_sidebar_bg20090106.gif); }
#sidebar .box .cap { width:186px; margin:0 -12px; left:12px; }
#sidebar .box .cap.top { background-image:url(images/box_sidebar_bgtop20090106.png); }
#sidebar .box .cap.bottom { background-image:url(images/box_sidebar_bgbottom20090106.png); }

#sidebar a { color: #08c; }

/* Search */

#search {
}

#search h2 {
  margin-bottom: 20px;
}

#s {
  width: 120px;
  margin-right: 5px;
  padding: 3px;
  border: 1px solid #F0F0F0;
}

#x {
  padding: 3px;
  background: #ECECEC url(images/img08.gif) repeat-x left bottom;
  border: none;
  text-transform: lowercase;
  font-size: 11px;
  color: #4F4F4F;
}

/* Boxes */

.box1 {
  padding: 20px;
  background: url(images/img05.gif) no-repeat;
}

.box2 {
  color: #BABABA;
}

.box2 h2 {
  margin-bottom: 15px;
  background: url(images/img10.gif) repeat-x left bottom;
  font-size: 16px;
  color: #FFFFFF;
}

.box2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
  color: #EDEDED;
}


/* Footer */

#footer {
  height: 50px;
  min-height: 50px;
  padding: 10px 0 0 0;
  background: #000000 url(images/img01.jpg) repeat-x;
}

html>body #footer {
  height: auto;
}

#legal {
  clear: both;
  padding-top: 20px;
  text-align: center;
  color: #FFFFFF;
}

#legal a {
  color: #FFFFFF;
}

#yymenu a {
      background-color:#F5F5F5;
      border-bottom:2px solid #FFFFFF;
      color:#000000;
      display:block;
      font-size:0.75em;
      font-weight:bold;
      margin:0px;
      padding:4px;
      text-decoration:none;
      -moz-opacity : 0.75;
      filter: Alpha(opacity=75);
    }
    #yymenu a.last {
      border-style:none;
    }
    #yymenu {
      background-color:#4D6681;
    }
    #yymenu > div {
    }
    #yymenu a:hover {
      background-color:#E9E9E9;
      color:#000000;
    }
    #yymenu .mmContent div.mmlink a.submenu:hover {
    }
    #yymenu .mmLevel1, #yymenu .mmLevel2 {
      border:2px solid #4D6681;
      margin-bottom:10px;
      padding-top:0px;
    }
    #yymenu .sub {
      background-image:url(../../images/ypmenu_pfeilg.gif);
      background-position:right center;
      background-repeat:no-repeat;
    }
    #yymenu .mmContent {
    }
    #yymenu .mmLevel1 {
    }
    
    
        fieldset {
                padding: 1em;
                padding-top:40px;
                font:80%/1 sans-serif;
                border-bottom:1px solid #ccc;
                border-top:1px solid #ccc;
                background-color:#eee;
        }
        label {
                width: 12em;
                font-size: 12px;
                color: #263F5E;
                padding: 0px 10px 0px 10px;
                float: left;
                text-align: left;
                margin-right: -15px;
                margin-bottom: 3px;
                display: block
        }
        input {
                margin-bottom: 10px;
                margin-left: 10px;
                color: #263F5E;
                background: #fff;
                border: 1px solid #ccc;
        }
        textarea{
                margin-bottom: 10px;
                margin-left:10px;
                border: 1px solid #ccc;
                background: #fff;
                color: #263F5E;
        }
        #mailformformtype_mail{
                color: #fff;
                font-weight:normal;
                border: 1px outset #263F5E;
                background:#263F5E;
        }
        
        
    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
  .tx-veguestbook-pi1 p.tx-guestbook-form-error {
    font-weight:bold;
    color:#990000;
  }
  
  /* display of result count */
  .tx-veguestbook-pi1 .tx-guestbook-result {
    font-weight:bold;
    float:left;
  }
  
  /* pagination */
  .tx-veguestbook-pi1 .tx-guestbook-pagination {
    font-size:75%;
    font-weight:bold;
    float:right;
  }
  
  /* styles for list mode */
  .tx-veguestbook-pi1 h2.tx-guestbook-header {
    clear:both;
    background:#666;
    color:#FFF;
    display:block;
    font-size:100%;
    font-weight:bold;
    padding: 1em;
    width:100%;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-left {
    float:left;
    width:12em;


    background:#EFEFEF;
    min-height:4em;
    padding: 1em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-left {
    height:4em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-left p {
    color:#333;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-right {
    float:left;
    width:100%;
    background:#FFF;
    padding: 1em;
  }
  
  /* styles for latest mode */
  .tx-veguestbook-pi1 .tx-guestbook-latest p,
  .tx-veguestbook-pi1 .tx-guestbook-right p {
    color:#333;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
  .tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-right h3 {
    font-size:100%;
    color:#990000;
    font-weight:bold;
    background:none;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
    font-size:75%;
    color:#333;
    font-style: italic;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-latest {
    display:block;
    padding:0.25em;
    clear:both;
  }
  
  /* form styles */
  .tx-veguestbook-pi1 .tx-guestbook-field {
    clear:both;
    width:100%;
    display:block;
    padding: 1em 0;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-field label {
    clear: both;
    display: block;
    float: left;
    width: 10em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
    float:left;
    width:10em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
    float:left;
    width:20em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
    width: 30em;
    display: block;
    float: left;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
    color:#990000;
  }
  
  .tx-veguestbook-pi1 fieldset {
    border:none;
  }
  
  .tx-veguestbook-pi1 legend {
    display:none;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-freecap {
    float:left;
    display:block;
    background:#F7F7F7;
    border:1px solid #CCC;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap {
    margin-left:2.25em;
  }
 
  
  .tx-veguestbook-pi1 .tx-guestbook-freecap img {
    float:left;
    display:block;
    padding-left:0.25em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-freecap input {
    float:left;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-freecap label {
    clear:both;
    display:block;
    float:none;
    width:10em;
    margin-bottom:0.5em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-freecap p {
    font-size:75%;
    padding:0.25em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
    display:none;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
    color:#990000;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-clear {
    clear:both;
    display:block;
  }
  
  .tx-veguestbook-pi1 input.tx-guestbook-submit {
    width:auto;
    display:block;
  }
  /* default styles for extension "tx_srfreecap_pi2" */
    .tx-srfreecap-pi2-image { float:right;margin-left: 1em; }
    .tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
    .tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

/* Kontaktformular */
.tx-spbettercontact-pi1 {
  width:552px;
}

.sp_bettercontact_label {
  width:140px;
  float:left;
}

.sp_bettercontact_msg {
  float:right;
  font-weight:bold;
  font-size:12px;
  margin-bottom:11px;
  color:#FF0000;
}

#sp_bettercontact_header {
  font-weight:bold;
}

#sp_bettercontact_info {
  font-size:11px;
  margin-bottom:12px;
  color:#ff8a00;
}

#sp_bettercontact_status {
  margin-bottom:12px;
  font-weight:bold;
  margin-left:24px;
}

#sp_bettercontact_name_container {
        clear:both;
  margin-bottom:12px;
  margin-left:24px;
}

#sp_bettercontact_name_container input {
  width:300px;
  height:16px;
  border:1px solid #333333;
}

#sp_bettercontact_name_status {
  margin-left:24px;
  font-size:11px;
}

#sp_bettercontact_telefon_container {
        clear:both;
  margin-bottom:12px;
  margin-left:24px;
}

#sp_bettercontact_telefon_container input {
  width:300px;
  height:16px;
  border:1px solid #333333;
}

#sp_bettercontact_telefon_status {
  margin-left:24px;
  font-size:11px;
}

#sp_bettercontact_mail_container {
        clear:both;
  margin-bottom:12px;
  margin-left:24px;
}

#sp_bettercontact_mail_container input {
  width:300px;
  height:16px;
  border:1px solid #333333;
}

#sp_bettercontact_mail_label {
  width:140px;
  float:left;
}

#sp_bettercontact_mail_status {
  margin-left:24px;
  font-size:11px;
}

#sp_bettercontact_anfrage_container {
        clear:both;
  margin-bottom:12px;
  margin-left:24px;
}

#sp_bettercontact_anfrage_container textarea {
  width:300px;
  height:220px;
  border:1px solid #333333;
}

#sp_bettercontact_anfrage_status {
  margin-left:24px;
  font-size:11px;
}

#sp_bettercontact_senden {
  text-align:right;
  width:444px;
  margin-left:24px;
}

.csc-header {
  margin-bottom:10px;
}

.contenttable {
  padding:5px;
  margin:5px;
  width: 100%;
}
.contenttable td {
  padding:3px;
  border:1px solid #EEE;
}
.contenttable .tr-0 {
    font-weight:bold;
    background-color: #cccccc;
}
.contenttable .tr-even {
    background-color: #dddddd;
}
.contenttable-2 .tr-odd {
    background-color: #b6cce4;
}

