@charset "utf-8";
/* CSS Document */


/*##############################
##  Allgemeine Konfiguration  ##
##############################*/

html, body {
    height: 100%;
    background: url(../Bilder/bg-lines.png) repeat-x #2a2a2a;
    color: #909090;
    line-height: 150%;
    font-size: 11px;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 16px;
    color: #c65a16;
    padding-bottom: 12px;
}
h2 {
    font-size: 12px;
    color: #606060;
    padding-top: 2px;
    border-top: 1px dotted #353535;
    margin-top: 5px;
    margin-bottom: 5px;
}
p { margin-bottom: 8px;}
a,
a:visited,
a:active{
    color: #707070;
    text-decoration: underline;
}
a:hover { color: #fff;}
img { border: 0;}
.clear { clear: both;}
ul {
    margin:0px 0px 12px 15px;
    padding:0px 0px 0px px0;
    background-color:transparent;
    font-size: 12px;
    color: #606060;
}
ul li {
    margin:0px 0px 8px 5px;
    padding:0px 0px 0px 0px;
    list-style-type: circle;
}
ul li p {
    color: #909090;
    font-size: 11px;
}
ol {
    margin:0px 0px 12px 15px;
    padding:0px 0px 0px 0px;
    background-color:transparent;
    font-size: 12px;
    color: #606060;
    font-weight: bold;
}
ol li {
    margin:0px 0px 8px 5px;
    padding:0px 0px 0px 0px;
}
ol li p {
    color: #909090;
    font-size: 11px;
    font-weight:normal;
}

/*#######################
##  Klassen, IDs, ...  ##
#######################*/

#wrapper {
    position: relative;
    background: url(../Bilder/bg-left.png) repeat-y;
    width: 780px;
    margin: auto; /* Div soll zentriert werden */
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */
    height:100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */
    border-left: 2px solid #404040;
    border-right: 2px solid #404040;
}
#left {
    display: inline;
    position: relative;
    float: left;
    width: 255px;
    padding: 20px 0 0 25px;
}
#right {
    margin-left: 280px;
    width: 500px;
}
#counter {
    display: inline;
    position: relative;
    float: left;
    bottom: 0px;
    background: url(../Bilder/bg-counter.png) no-repeat;
    height: 56px;
    width: 227px;
    padding: 142px 25px 0 25px;
    color: white;
    font-weight: bold;
    border: 1px solid yellow;
    z-index: 0;
}
#counter span {
    position: relative;
    display: inline;
    float: right;
    text-align: right;
    width: 50px;
}
#left h1 {
    background: url(../Bilder/box-left-header.png) no-repeat;
    height: 23px;
    width: 205px;
    font-weight: normal;
    font-size: 12px;
    color: #c65a16;
    padding: 7px 0 0 35px;
}
.box-left {
    width: 240px;
}
.box-content,
#navigation{
    padding: 10px 0 40px 35px;
}
#header {
    width: 498px;
    height: 220px;
    background-image: url(../Bilder/header.jpg);
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
#countdown {
    width: 498px;
    height: 30px;
    background-image: url(../Bilder/bg-countdown.jpg);
    background-repeat: no-repeat;
    padding: 10px 0 25px 145px;
    color: white;
    font-size: 14px;
}
#content {
    padding: 0 15px 35px 30px;
}
.contentImage {
    padding: 4px;
    border: 1px solid #909090;
    background-color: #353535;
}


/*################
##  Navigation  ##
################*/

/* Level 1 */
#navigation ul {
    width:190px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:190px;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
    border-top:2px solid #202020;
    
}
#navigation ul li a {
    display:block;
    width:180px;
    height:20px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:11px;
    color:#666;
    background-image:url(../Bilder/nav.png);
    background-repeat:no-repeat;
    background-position:0 0;
    border-bottom:0px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../Bilder/nav2.png);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    padding: 0 5px 0 10px;
    height:17px;
    border-bottom:1px solid #202020;
    border-top:0;
    
}
#navigation ul li.navmainStandardLevel_2 a {
    font-size:11px;
    padding-left:10px;
    background-image:none;
    background-color: #656565;
    height:17px;
    line-height: 17px;
    color:#303030;
    width:165px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    color:#fff;
    background-color: #727272;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    padding: 0 5px 0 10px;
    height:17px;
    border-bottom:1px solid #202020;
    border-top:0;
}
#navigation ul li.navmainStandardLevel_3 a {
    font-size:11px;
    padding-left:20px;
    background-image:none;
    background-color: #808080;
    height:17px;
    line-height: 17px;
    color:#424242;
    width:155px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    color:#fff;
    background-color: #878787;
}


/*##################
##  Sonstiges...  ##
##################*/


/* Kontaktformular */

#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #353535;
    width:300px;
    background-color:#909090;
    color:#424242;
    font-size: 11px;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    padding: 2px 3px 2px 3px;
}
#contactForm .contactRow input:hover,
#contactForm .contactRow input:focus,
#contactForm .contactRow textarea:hover,
#contactForm .contactRow textarea:focus{
    border:1px solid #fff;
    color:#fff;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:300px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:11px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:100px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:left;
    width:100px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    float:left;
    width:100px;
}
#contactFormSubmit #contactFormSubmitLeft input {
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
#contactForm .rulesbox {
    padding: 10px 0px 10px 0px;
}
#contactForm .rulesbox input {
    border:0;
    width:0;
    background-color:transparent;
}


/* Google Maps */

#map_canvas {
   border: 5px solid #909090;
}

#directions {
   padding: 4px;
   border: 1px solid #909090;
   background-color: #353535; 
}


/* -- Google Maps Infobox -- */

#infobox_div{
   width:300px;
   height:auto;
}

#infobox_div .infobox_link{
   text-decoration:underline;
}

#infobox_div .infobox_b{
   display: block;
   font-size: 14px;
   color: #c65a16;
}

#infobox_div .infobox_link_headline{
   text-decoration:none;
}

#infobox_div .infobox_img{
   float:left;
   border:1px solid #ccc;
   width:150px;
}

#infobox_div_img{
   width:300px;
   height:160px;
}

#infobox_div_img .infobox_link{
   text-decoration:underline;
}

#infobox_div_img .infobox_b{
   color:#000000;
}

#infobox_div_img .infobox_link_headline{
   text-decoration:none;
}

#infobox_div_img .infobox_img{
   float:left;
   border:1px solid #ccc;
   width:150px;
}

#info_route{

}

#info_route .info_route_b{
   color:#000000;
}

#info_route .info_route_to{
   text-decoration:none;
   color:#000000;
}

#info_route .info_route_from{
   text-decoration:underline;
   color:#000000;
}

#info_route .info_route_button{
   margin-top:5px;
/*   border:1px solid black; */
   padding:1px;
}

#info_route .suchform table{
   border:0px;
   width:300px;
}

#info_route .suchform td{
   border:0px;
}


/* -- Bildergalerie SD -- */

a.bildergalerie_sd_detail,
a.bildergalerie_sd_vorschau {
font-size: 11px;
color: #999999;
text-decoration: none;
}
a.bildergalerie_sd_detail:hover,
a.bildergalerie_sd_vorschau:hover {
font-size: 11px;
color: #999999;
text-decoration: underline;
}

a.bildergalerie_sd_seitenwaehler_active {
color: #999999;
font-size: 14px;
font-weight: 900;
text-decoration: none;
}

a.bildergalerie_sd_seitenwaehler_passive {
color: #999999;
font-size: 11px;
text-decoration: none;
}

div.bildergalerie_sd {
text-align: center;
margin: 0;
padding: 0;
}

div.bildergalerie_sd_beschreibung {
margin-top: 10px;
text-align: center;
font-size: 10px;
}

div.bildergalerie_sd_bild {
text-align: center;
}

div.bildergalerie_sd_bild_vorschau {
text-align: center;
width: 110px;
height: 110px;
display: table-cell;
vertical-align: middle;
}

div.bildergalerie_sd_menue_detail,
div.bildergalerie_sd_menue_vorschau {
text-align: center;
margin-bottom: 10px;
margin-top: 20px;
}

img.bildergalerie_sd_bild_vorschau {
border: 1px solid #777777;
}

img.bildergalerie_sd_bild_vorschau:hover {
border: 1px solid #fff;
}

table.bildergalerie_sd {
text-align: center;
margin-right:auto;
margin-left:auto;
}

td.bildergalerie_sd {
text-align:center;
padding: 0px;
}

table.exif {
margin-left: auto;
margin-right: auto;
}

td.exif {
color: #555555;
font-size: 10px;
text-align: left;
}

th.exif {
color: #ffffff;
text-align: left;
font-weight: 900;
font-size: 10px;
background-color: #222222;
}
