html{
    font-size: 100.01%;
}

body{
    font-family: sans-serif;
    font-size: 1em;
    background-color: #CEE5F0;
    background-image: url(../gfx/tile.jpg);
    color: #293E49;
}

div.floatclear{
    clear: both;
}



a{
    color: rgb(34, 119, 187);
    text-decoration: none;
}

a:hover{
    color: #D33C1B;
}

table.tech{
    margin: 1em 0;
    border-collapse: collapse;
    font-size: 0.9em;
}

table.tech td{
    border: 1px solid white;
    border-left: none;
    border-right: none;
    padding: 0.3em 2em 0.3em 0;
    color: #385564;
}
/* ****************************************************************************
   Header
**************************************************************************** */

#header{
    width: 795px;
    height: 375px;
    background-image: url(../gfx/header.jpg);
    margin: 0 auto;
}

#header h1{
    display: none;
}

/* ****************************************************************************
   Content
**************************************************************************** */

#page{
    width: 735px;
    margin: 0 auto;
}

#content{
    width: 530px;
    padding-top: 1em;
    float: left;
    margin-left: 30px;
    line-height: 1.4em;
    font-size: 0.95em;
    text-shadow: 1px 1px 1px #fff;
}

#content h1,
#content h2,
#content h3{
    font-family: Arial;
    font-weight: normal;
    color: #222;
}

#content h1{
    font-size: 2.2em;
}

#content h2{
    font-size: 1.8em;
    margin-top: 2em;
}

#content h3{
    font-size: 1.4em;
    margin-top: 2em;
}

#content img{
    -webkit-box-shadow: 0em 0.2em 0.3em #444;
    -moz-box-shadow: 0em 0.2em 0.3em #444;
}

#location_map img{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* ****************************************************************************
   Navigation
**************************************************************************** */

#navigation{
    font-size: 0.8em;
    line-height: 1.6em;
    padding-top: 2em;
}

#navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li{
    margin: 0 0 1px 0;
    border-bottom: 1px solid #B9D9EE;
    padding: 0;
    
}

#navigation a{
    display: block;
    color: #435561;
    background-color: #E3EAEE;
    padding: 0.3em 1em;
}

#navigation a:hover{
    color: #FF7456;
}

#navigation li ul a{
    padding: 0 0 0 2em;
}
#navigation li ul ul a{
    padding: 0 0 0 3em;
    
}

#navigation li ul li{
    margin-bottom: 0;
    border-bottom: none;
}

#navigation{
    width: 155px;
    float: left;
}
#navigation a strong{
    color: #B72103;
}


/* ****************************************************************************
   Sidebar
**************************************************************************** */

#sidebar{
    font-size: 0.8em;
    color: #888;
}

#sidebar h1,
#sidebar h2,
#sidebar h3{
    font-size: 1em;
}


/* ****************************************************************************
   Footer
**************************************************************************** */

#footer{
    clear: both;
    width: 735px;
    margin: 4em auto 4em auto;
    border-top: 1px solid #8FBBD4;
    padding: 1em 0;
    font-size: 0.7em;
    text-align: center;
    line-height: 1.6em;
}

/* ****************************************************************************
   Redaxo Module
**************************************************************************** */


ul.articlelist{
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

ul.articlelist li{
    margin: 0;
    padding: 0;
}


table.gallery{
    border-collapse: collapse;
}

table.gallery td{
    padding: 0 1em 1em 0;
}

div.MORELINK{
    display: none;
}

div.image img{
    border: none;
}

div.image.left{
    margin: 0 1em 1em 0;
    float: left;    
}

div.image.right{
    margin: 0 0 1em 1em;
    float: right;    
}


/* ****************************************************************************
   Formulare
**************************************************************************** */

fieldset.formular{
    border:none;
    padding: 0;
    margin: 0;
}

fieldset.formular legend{
    display: none;
}

fieldset.formular div.row{
    clear:left;
    padding: 5px 5px;
}

fieldset.formular label{
    width: 120px;
    text-align:right;
    float:left;
    margin: 2px 20px 0 0;
    font-size:0.8em;
}

span.pflicht{
    color:#c00;
}

fieldset.formular textarea{
    width: 320px;
    height: 140px;
}



/* ****************************************************************************
   Gästebuch
**************************************************************************** */

div.gb_formular{
        margin: 0;
        text-align: left;
        width: 100%;
}

div.gb_formular div.gb_formrow{
        padding: 4px;
}

div.gb_formular div.gb_formrow label{
        width: 100px;
        display: block;
        float: left;
}

div.gb_formular textarea{
  width: 360px;
  height: 200px;
}

div.gb_fehler{
    color: #c00;
    font-weight: bold;
    border-bottom: 2px solid #c00;
    margin: 1em 0 2em 0;
}

div.gb_erfolgreich{
    color: #59A131;
    font-weight: bold;
    border-bottom: 2px solid #59A131;
    margin: 1em 0 2em 0;
}

/* Einträge */
div.gb_eintrag{
  background-color: #FFF7EA; 
  border-bottom: 1px solid #EEE6DA;
  text-align: left;
  margin: 2em 0;
  padding: 1em 1em 1px 1em;
}

div.gb_eintrag h4{ 
  font-size: 1em;
  margin: 0 0  1em 0;
}

div.gb_eintrag p{
  margin: 0 0 1em 0;
}

div.gb_paginator{
        font-size: 12px;
        text-align: center;
        line-height: 30px;
        margin: 20px 0;
}

div.gb_paginator a{
        font-weight: bold;
        color: #4991E5;
        text-decoration: none;
        font-size: 12px;
        background-color: White;
        border: 1px solid #ADC7E5;
        padding: 3px 6px;
        margin: 0 5px 0 0;
}

div.gb_paginator a.aktiv{
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
}



/* ****************************************************************************
   IE6
**************************************************************************** */


#ie6notice{
    background-color: #E4E4E4;
    margin-top: -40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C1C1C1;
    padding: 10px 0;
    font-size: 12px;
    font-family: Arial;
    line-height: 16px;
    color: #555;
}

#ie6notice div.wrapper{
    background-image: url(/files/theme/gfx/ie6.gif);
    background-position: left middle;
    background-repeat: no-repeat;
}

#ie6notice p{
    margin: 8px 0 8px 80px;
}
#ie6notice p.title{
    font-weight: bold;
    color: #333;
}
