/*
Farbinfos für SCD:
hellblau: BEDAEF;
mittelblau: 80B7DD;
dunkelblau: 0171B9;

*/

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family: Verdana, Arial, sans-serif;
    color:#E6FBFF;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
  
    height:100%;
}
body {
   
    height:100%;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:182px;
    background-color:#F1F1F1;
 
    padding:0;
}

#head #headBody {
    height:182px;
    padding:0;
    margin:0;
/*
    background-image:url('../images/verwischt.jpg');
    background-repeat:no-repeat;
    background-position:225px 0;
*/
    width:981px;
}

#HeaderImage {
    position: absolute;
    left: 225px;
    top: 0px;
    width: 755px;
    height: 182px;

}

#socialnetworks {
    position: absolute;
    left: 255px;
    top: 185px;
    width: 100px;
    height: 30px;

}

#head a#logoTop {
    display:block;
    float:left;
    padding:0;
    margin:0;
     padding-top:20px;
}

#content .marker, #content a.marker, #googlemaps, #googlemaps a, #content #map_canvas, #content #map_canvas a.marker, #content #directions {
    color: #0171B9;
}

#logoBox {width:225px; height:182px; border-right:solid #BEDAEF 3px; backgound-color:#f1f1f1 ; }


#metaNav {
    position: relative;
    width: 980px; 
    background-image:url('../images/background2.gif');
    height: 26px;

}

#head h1 {
    display:block;
    float:left;
    padding:0 0 0 30px;
    margin:0;
    width:690px;
    height:60px;
    line-height:60px;
    font-weight:normal;
    color:#435d06;
    /* transparency */
    background-color:#fff;

}

#head h1, #head a#logoTop {
    margin:0px 0 0 0;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

#outerContainer {}


#centeredContainer {
    background-image:url('../images/background.gif');
    position: absolute;
    top: 30px; 
    left: 50%;
    margin: 0 0 0 -490px;
    width: 980px; 
    height: auto;
    z-index:1
 }

#contentContainer {
    width:980px;
    margin:0;
    padding:0;
}

#navigation, #content, #teasersRight {
    float:left;
    padding-top:30px;
}

#content, #teasersRight {
    color:#E6FBFF ;
}

#contentContainer #content {
    width: 694px;
    padding: 30px 30px 20px 55px;
    margin:0;
    
}

#contentContainer #teasersRight {
    width:230px;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation {  
    width:200px;
    margin-bottom: 150px;
  }


#navigation ul {
    width:200px;
    margin:0;
    padding:0;
}

#navigation ul li {
    width: 200px;
    margin:0;
    padding:0 0 0 5px;
    list-style-type:none;
    
}

#navigation ul li a {
    display:block;
    width:170px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 25px;
    font-size:11px;
    text-decoration:none;
    color: #E6FBFF;
    font-weight: bold;
}

#navigation ul li a:hover {
    color: #ffffff;
    background-position:left;
    background-image:url('../images/nav-krone3.gif');
    background-repeat:no-repeat;
}

#navigation ul li a.active {
    color: #0171B9;
    background-position:left;
    background-image:url('../images/nav-krone4.gif');
    background-repeat:no-repeat;
}

/* Level 2 */
#navigation ul.subNavigation {
    display: block;
    width: 145px;
    margin-left:30px;
    padding:0;
}

#navigation ul.subNavigation li a {
    display: block;
    color: #E6FBFF;
    width: 145px;
    padding-left: 15px;
    background-image:url(../images/nav_dot.gif);
    background-repeat:no-repeat;
    background-position:0 6px;
}
#navigation ul.subNavigation li.active a {
    color:#0171B9;
}

#navigation ul.subNavigation li a:hover {
    background-image:url(../images/nav_dot_over.gif);
    background-repeat:no-repeat;
    background-position:0 6px;
}

#navigation ul.subNavigation li.active a {
    background-image:url(../images/nav_dot_active.gif);
    background-repeat:no-repeat;
    background-position:0 6px;
}


/* Level 3 */
#navigation ul.subSubNavigation {
    width:150px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:150px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* Metanavigation */

#metaNav ul {
    text-align: right;
    width: 960px;
    margin: 3px 0 0 0;
    padding:0;
    /*background-color:#F2F2F2;*/
   /* background-color:#80B7DD; */
  
}
#metaNav ul li {
    display:inline;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#metaNav ul li a {
    display:inline;
    height:14px;
    line-height:14px;
    margin:0;
    padding:0 0 0 10px;
    font-size:11px;
    color:#ffffff;
    text-decoration:none;
}

#metaNav ul li a:hover {
    color:#ffffff;
}

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

table#gb_table td {
    padding: 5px;
}

td.gb_eintrag {
    /* border-top: 1px solid #80B7DD;*/
    background-color: #BEDAEF;
    color: #0171B9;
}

td#gb_header {
    background-color: #BEDAEF;
    color: #0171B9;
}

.vpgb_comment {
    font-size: 11px;
    color: #BEDAEF;
    font-style: normal;
    margin-bottom: 10px;
}

.vpgb_comment textarea {
    font-size: 13px;
	text-align: left;
    width: 400px;
	margin-bottom: 4px;
    border: 1px solid #6B3A2B;
}

.vpgb_comment input#loginBtn {
    float: left;
    margin-right: 20px;
}

#loginForm {
	margin-top: 0px;
	font-size: 13px;
}

#loginForm label {
    display: block;
    float: left;
	width: 120px; 
	text-align: left;
	padding-right: 10px;
}

#loginForm .nonmandatory {
    background-image: none;
}

#loginForm input, #loginForm select {
    display: block;
	width: 350px; 
	text-align: left;
	margin-bottom: 4px;
    border: 1px solid #80B7DD;
    background-color: #BEDAEF;
    color: black;
}

#loginForm textarea {
    font-size: 13px;
	text-align: left;
	margin-bottom: 4px;
    border: 1px solid #80B7DD;
    background-color: #BEDAEF;
    color: black;
    width: 350px;
}

input#loginBtn {
    display: block;
	width: 150px; 
	text-align: left;
	margin-bottom: 4px;
    color: white;
    background-color: #6B3A2B;
    border: 1px solid #6B3A2B;
	cursor: hand;
	cursor: pointer; 
}

#loginForm input.send {
    background-color:#F3D497;
    border: 1px solid #80B7DD;;
    color:#0171B9;
    padding: 3px;
    font-size:11px;
    width:auto;
    height:auto;
    margin:0;
}

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
       color:#E6FBFF;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:11px;
    color:#E6FBFF;
    line-height:14px;
    height:100%;
}

#content h1 {
    clear: both;
    margin:0 0 10px 0;
    padding: 0 0 20px 0;
    font-size:20px;
    font-weight:normal;
    color:#E6FBFF;
    line-height:22px;
}

#content h2 {
    clear: both;
    margin: 30px 0 20px 0;
    padding:0;
    font-weight:normal;
    color:#E6FBFF;
    font-weight:bold;
    font-size: 14px;
}

#content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
}

#content ul li {
	padding-left: 15px;
	background-image: url(../images/list_dot.gif) ;
	background-repeat: no-repeat;
	background-position: 2px 5px; 
}

hr {
    clear: both;
    margin: 5px 0 5px 0;
    padding:0;
    border: none;
    visibility: hidden;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

#img_links {
    float: left; 
    margin: 0  20px 20px 0px;
    padding: 0;
    border: 1px solid #80B7DD;
}

#img_right {
    float: right; 
    margin: 0  0 20px 20px;
    padding: 0;
    border: 1px solid #80B7DD;
}




/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#E6FBFF;
    font-size:11px;
}
#teasersRight .teaserItem h3 {
    color:E6FBFF;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;


    padding:0 0 0 15px;

    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    width:980px;
    border-top:solid #BEDAEF 3px;
}

#footerContainer {
    width:980px;
    height:40px;
    background-image:url(../images/fries_unten.jpg);

}

ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
#content a {
    color:#F3D497;
    text-decoration:none;
}
#content a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:120px;
    color: #BEDAEF;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #80B7DD;
    width:346px;
    color:black;
    background-color: #BEDAEF;
}
#contactForm .contactRow select {
    border:1px solid #80B7DD;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
    font-size:11px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:11px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin: 10px 0 30px 120px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 30px 120px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#F3D497;
    border: 1px solid #80B7DD;
    color:#0171B9;
    padding: 3px;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:11px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}

#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    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;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;


    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;


}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff; 
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

#pdf {
	background-image:url('../images/pdf.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px ;
}

#link_intern {
	background-image:url('../images/link_intern.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px ;
}

#link_extern {
	background-image:url('../images/link_extern.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px ;
}
