/********************************************************
**  Yellow:  #fdc301
**  Red:     #b70a07
********************************************************/

/********************************************************
**  General
********************************************************/

    html,
    body {
        /*background-color: #fdc301;*/
		background: #69aa00;
        color: #000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
    }
    
    a {
        text-decoration: none;
    }


/********************************************************
**  Classes
********************************************************/

    .clear {
        clear: both;
    }


/********************************************************
**  Layout
********************************************************/

    #wrap {
        /*background: #fff url(../../layout/2009/wrap-bg.gif) repeat-y scroll left top;*/
		background: #FFF;
        margin: 0 auto;
        /*padding: 0 6px;*/
		padding: 0;
        width: 936px;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    
        #top {
            background: #b70a07 url(../../layout/2009/familotel.gif) no-repeat scroll center center;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            height: 28px;
            overflow: hidden;
        }
        
            /* langmenu */
            ul.langNav {
		/*display:none;*/
                float: left;
                padding: 6px 8px;
            }
            
                ul.langNav li {
                    float: left;
                    margin-right: 5px;
                    text-transform: uppercase;
                    text-decoration: underline;
                }
                
                    ul.langNav li a {
                        color: #fff;
                    }
                    
                    ul.langNav li a:hover {
                        text-decoration: underline;
                    }
                    
                ul.langNav li.empty {
                    text-decoration: line-through;
                }
                
                ul.langNav li.active {
                    text-decoration: none;
                }
                  
        #head {
            /*background: #fff url(../../layout/2009/head-bg.gif) no-repeat scroll 0 100%;*/
            height: 170px;
            margin: 13px 0 0 13px;
            position: relative;
            z-index: 50;
	text-align: center;
			border-bottom: 2px solid #69aa00;
        }
        
            #logo {
                
            }
            
            #info {
                float: right;
    margin-top: -87px;
    padding: 0 36px 13px 0;
    text-align: left;
            }
            
                #info h3 {
                    color: #b70a07;
                    font-weight: bold;
                    line-height: 18px;
                    text-transform: uppercase;
                }
                
                #info p {
                    color: #b70a07;
                    line-height: 18px;
                }

				#info a {
					color: #b70a07;
				}
                
        #mid,
        #right {
            margin-bottom: 36px;
        }
                            
        #mid {
            float: left;
            padding-left: 13px;
            width: 679px;
        }
        
            /* ie6 overlay fix */
            * html #mid,
            * html #right {
                overflow: hidden;
            }
            
            /* slideshow container */
            #slideshow {
                background-color: #B70A07;
                /*border: 2px solid #b70a07;*/
				border: 2px solid #69aa00;
                border-top-width: 0;
                height: 231px;
                overflow: hidden;
                width: 675px;
            }
        
        #right {
            float: right;
            margin-top: -2px;
            overflow: hidden;
            width: 244px;
        }
        
            /* imgbox ce-border */
            #imgbox {
                /*height: 226px;*/
				height: 231px;
                overflow: hidden;
                margin-bottom: 13px;
                padding: 9px 0 0 8px;
                width: 236px;
            }
            
                #right .content .csc-textpic {
                    margin-left: 9px;
                }
                
                #imgbox img,
                #right .csc-textpic img {
                   /* border: 2px solid #b70a07;*/
					border: 2px solid #69AA00;
                    margin: 0 6px 6px 0;
                }
                
                /* remove hardcoded css styled content width */
                #imgbox .csc-textpic-imagewrap,
                #imgbox .csc-textpic-imagerow,
                #right .csc-textpic .csc-textpic-imagewrap,
                #right .csc-textpic .csc-textpic-equalheight .csc-textpic-imagerow {
                    width: auto !important;
                }
                
                /* remove css styled content bottom-margin */
                #imgbox .csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
                #right .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
                    margin-bottom: 0;
                }
                
                /* remove css styled content width and add serveral attributes to fix display in ie */
                #imgbox .csc-textpic-image {
                    height: 111px;
                    margin: 0;
                    overflow: hidden;
                    position: relative;
                    width: 116px !important;
                }
                
                /* float and clear to fix display in ie */
                #imgbox .csc-textpic-imagerow,
                #imgbox .csc-textpic-imagewrap {
                    float: left;
                    clear: none;
                }
            
        #footer {
            background-color: #b70a07;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            line-height: 13px;
            width: 936px;
        }
        
            /* Footermenu */
            #footmenu {
                float: right;
                padding: 5px 15px 5px 5px;
            }
            
                #footmenu li {
                    float: left;
                    margin-left: 15px;
                }
                
                    #footmenu li a {
                        color: #fff;
                    }
                    
                    #footmenu li a:hover {
                        text-decoration: underline;
                    }
    
    #bottom {
        /*display: block;*/
        margin: 0 auto;
		display: none;
    }
    

/********************************************************
**  Menu
********************************************************/
    
    #menu {
        border-color: #b70a07;
        border-style: solid;
        border-width: 0 0 1px 0;
        bottom: 1px;
        color: #fff;
        float: right;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0; /* reset superfish.css */
        position: absolute;
        right: 0;
		border: 0;
		bottom: 0;
    }
    
        #menu li {
            background: none; /* reset superfish.css */
            float: left;
        }
        
        /* Last-Minute */
        #menu li.lastminute {
            border-right: 10px solid #fff;
        }
        
            #menu a {
                background-color: #b70a07;
                border-color: #b70a07;
                border-style: solid;
                border-width: 1px 0 0 1px;
                color: #fff;
                display: block;
                padding: 5px 10px;
				border: 0;
            }
            
                /* Last-Minute */
                #menu li.lastminute a {
                    /*background-color: #FDC301;*/
					background: #69aa00;
                    border-color: #FDC301;
                    border-width: 0 0 1px 0;
                }
            
            #menu a:hover,
            #menu li:hover a,
            #menu a.hover,
            #menu li:hover a.hover {
                background-color: #fff;
                color: #b70a07;
            }
            
                /* Last-Minute */
                #menu li.lastminute a:hover,
                #menu li.lastminute:hover a,
                #menu li.lastminute a.hover,
                #menu li.lastminute:hover a.hover {
                    background-color: #FDC301;
                }
            
                #menu .submenu {
                    background: transparent url(../../layout/2009/submenu-bg.png) repeat scroll top left;
                    border-top: 1px solid #b70a07;
                    margin-left: 1px;
                    margin-top: -10px;
                    padding: 5px;
                        /* set up min-width for pretty display */
                        width: auto !important; /* even for ie6 */  
                        min-width: 160px; 
                        width: 160px; /* even for ie6 */
                }
                
                    /* Last-Minute */
                    #menu li.lastminute .submenu {
                        margin-left: 0;
                        margin-top: -10px;
                    }
                
                    #menu .submenu li {
                        display: block;
                        float: none;
                        white-space: nowrap; /* reset superfish.css */
                        width: auto; /* reset superfish.css */
                    }
                    
                    /* ie6 fix */
                    * html #menu .submenu li {
                        height: 1%;
                        width: 1%;
                    }
                
                    #menu .submenu a {
                        border: 0;
                        color: #b70a07;
                        font-size: 12px;
                        font-weight: normal;
                        padding: 3px;
                    }
                    
                        /* Last-Minute */
                        #menu li.lastminute .submenu a {
                            background-color: #fff;
                            border-bottom-width: 0;
                        }
                
                    #menu .submenu a,
                    #menu li:hover .submenu a {
                        background: none;
                    }
                    
                    #menu li:hover .submenu a:hover,
                    #menu .submenu a:hover {
                        background-color: #b70a07;
                        color: #fff;
                    }
                    
                        /* Last-Minute */
                        #menu li.lastminute:hover .submenu a:hover,
                        #menu li.lastminute .submenu a:hover {
                            background-color: #FDC301;
                            color: #b70a07;
                        }
    
    
/********************************************************
**  Breadcrumb
********************************************************/
    
    #breadcrumb {
        color: #9c9d9d;
        float: left;
        font-size: 12px;
        font-style: italic;
        margin: 13px 0;
    }
    
        #breadcrumb li {
            float: left;
            margin-right: 5px;
        }
        
            #breadcrumb li a {
                color: #9c9d9d;
                border-bottom: 1px solid #9c9d9d;
            }
            
            #breadcrumb li a:hover {
                color: #b70a07;
                border-bottom-color: #b70a07;
            }
    

/********************************************************
**  Teaser
********************************************************/
    
    .teaser {
        color: #fff;
        margin-left: 4px;
    }
        
        .teaser .content {
            background: #b70a07;
            margin: 0 21px 0 15px;
            padding: 0 5px 5px;
            position: relative;
        }


/********************************************************
**  Anfrage
********************************************************/
    
    .anfrage {
        background-color: #b70a07;
        color: #fff;
        margin: 15px 21px 0 19px;
    }
    
        .anfrage h1 {
            color: #fff !important;
            font-size: 14px !important;
            line-height: 14px !important;
            margin-bottom: 0 !important;
        }
        
        .anfrage .row {
            clear: both;
                /* set up min-height for correct display */
                height: auto !important; /* even for ie6 */  
                min-height: 20px; 
                height: 20px; /* even for ie6 */
            padding: 5px 5px 0;
        }
        
            .anfrage .row .row {
                padding: 0 0 5px;
            }
        
            .anfrage label {
                float: left;
                display: block;
                font-size: 12px;
                line-height: 20px;
                margin-left: 5px;
            }
            
                .anfrage .labelFloat {
                    margin-left: 0;
                    width: 55px;
                }
            
            .anfrage select {
                background-color: #fff;
                border: 0;
                color: #b70a07;
                cursor: pointer;
                float: left;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                height: 20px;
                padding: 1px;
                width: 94px;
            }
            
                .anfrage select.short {
                    width: 45px;
                }
            
            .anfrage .button {
                background-color: #fff;
                border: 1px solid #fff;
                color: #b70a07;
                cursor: pointer;
                font-weight: bold;
                margin: -5px 0 5px;
                width: 152px;
            }
            
                .anfrage .button:hover {
                    background-color: #b70a07;
                    color: #fff;
                }


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

    div.content h1 {
        color: #b70a07;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 16px;
    }
    
    div.content h2 {
        color: #b70a07;
        font-size: 16px;
        font-weight: bold;
        line-height: 16x;
        margin-bottom: 14px;
    }
    
        /* invert color for right col */
        #right .teaser h2 {
            background-color: #B70A07;
            color: #fff;
            font-size: 14px;
            line-height: 14px;
            margin: 0 16px 0 9px;
            padding: 5px 0 5px 5px;
        }
    
    div.content h3 {
        color: #b70a07;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        margin-bottom: 12px;
    }
    
    div.content p {
        font-size: 12px;
        line-height: 16px;
    }
    
    div.content a {
        color: #b70a07;
        text-decoration: underline;
    }
    
        div.content a:hover {
            text-decoration: none;
        }
        
        /* invert color for right col */
        #right .teaser div.content a {
            color: #fff;
        }
    
    div.content ul,
    div.content ol {
        padding-left: 18px;
    }
    
    div.content ol {
        margin-left: 9px;
    }
    
        div.content ul li,
        div.content ol li {
            list-style: outside disc;
            line-height: 16px;
        }
        
    /* <hr /> for regular browsers */
    div.content hr {
        background: url(../../layout/2009/hr.gif) 50% 0 repeat-x;
        border: 0;
        height: 16px;
        margin: 0;
    }
    
    /* <hr /> for Internet Explorer 6 */
    * html div.content hr {
        display: list-item;
        filter: alpha(opacity=0);
        list-style: url(../../layout/2009/hr.gif) inside;
        margin: 0;
        width: 0;
    }
    
    /* <hr /> for Internet Explorer 7 */
    *+html div.content hr {
        display: list-item;
        filter: alpha(opacity=0);
        list-style: url(../../layout/2009/hr.gif) inside;
        margin: 0;
        width: 0;
    }
        
    div.content div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
        border: 2px solid #b70a07;
    }
    
        #right .teaser h2 img {
            border: 0;
            margin: -5px 0 -5px -10px;
        }
        
    div.content td {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 9px;
        position: relative;
        vertical-align: top;
        z-index: 1;
    }
    
    
/********************************************************
**  Contact Form / Buchungsanfrage
********************************************************/
    
    #kontakt,
    #buchungsanfrage {
        width: 450px;
        font-size: 12px;
        float:left;
    }
    
    #kontakt #formErrorMsg,
    #buchungsanfrage #formErrorMsg {
        color: #ca262d;
        margin-bottom: 15px;
    }
    
    #kontakt span.error,
    #buchungsanfrage span.error {
        color: #ca262d;
    }
    
    #kontakt fieldset,
    #buchungsanfrage fieldset {
        border-width: 0px;
    }
    
    #kontakt div.row {
        clear: both;
        line-height: 15px;
        padding-top: 2px;
    }
    
    #buchungsanfrage div.row {
        clear: both;
        line-height: 20px;
        padding-top: 2px;
    }
    
    #kontakt div.left,
    #buchungsanfrage div.left {
        float: left;
        margin-right: 15px;
    }
    
    #kontakt div.right,
    #kontakt div.submit,
    #adresse,
    #buchungsanfrage div.right,
    #buchungsanfrage div.submit {
        float: left;
    }
    
    #kontakt div.label,
    #kontakt label {
        display: block;
        width: 90px;
    }
    
    #buchungsanfrage div.label,
    #buchungsanfrage label {
        float: left;
        width: 150px;
    }
    
    #kontakt label.short,
    #buchungsanfrage label.short {
        width: 40px;
    }
    
    #kontakt label.required,
    #buchungsanfrage label.required {
        font-weight: bold;
    }
    
    #kontakt label.checkbox,
    #buchungsanfrage label.checkbox {
        width: 410px;
    }
    
    #kontakt label.singleline,
    #buchungsanfrage label.singleline {
        clear: both;
        width: 100%;
    }
    
    #kontakt input,
    #kontakt textarea,
    #kontakt select,
    #buchungsanfrage input,
    #buchungsanfrage textarea,
    #buchungsanfrage select {
        border: 1px solid #B70A07;
        display: block;
        float: left;
        margin-bottom: 10px;
        padding: 1px;
    }
    
    #kontakt input,
    #kontakt textarea,
    #buchungsanfrage input,
    #buchungsanfrage textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }
    
    #kontakt input.error,
    #kontakt textarea.error,
    #kontakt select.error,
    #buchungsanfrage input.error,
    #buchungsanfrage textarea.error,
    #buchungsanfrage select.error {
        border: 2px solid red;
    }
    
    #kontakt input.checkbox,
    #buchungsanfrage input.checkbox {
        border-width: 0px;
        display: block;
        float: left;
        width: 20px;
    }
    
    #kontakt textarea,
    #buchungsanfrage textarea {
        width: 400px;
    }
    
    #kontakt input.button,
    #buchungsanfrage input.button {
        background-color: #B70A07;
        border: 1px solid #fff;
        color: #fff;
        font-weight: bold;
    }
    
    #kontakt div.submit input:hover,
    #buchungsanfrage div.submit input:hover {
        cursor: pointer;
    }
    
    #kontakt input,
    #buchungsanfrage input {
        width: 180px;
    }
    
    #kontakt textarea,
    #buchungsanfrage textarea {
        width: 379px;
    }
    
    #buchungsanfrage {
        border-bottom: 1px solid #B70A07;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    #kontakt input.radio {
        width: auto;
        clear: left;
    }
    
    #kontakt label.radio {
        float: left;
        line-height: 19px;
        width: 65px;
    }
    
    #buchungsanfrage input#dauer,
    #buchungsanfrage input#anreise {
        margin-right: 5px;
    }
    
    #buchungsanfrage label,
    #buchungsanfrage .radio-desc {
        font-weight: bold;
    }
    
    #buchungsanfrage .radio-desc {
        float: left;
    }
    
    #buchungsanfrage .radio-buttons {
        margin-left: 145px;
    }
    
    #buchungsanfrage .radio-container input,
    #buchungsanfrage .radio-container label {
        width: auto;
    }
    
    #buchungsanfrage .radio-container {
        float: left;
        width: 100px;
    }
    
    #buchungsanfrage span.label-description {
        font-weight: normal;
        margin-top: -3px;
    }
    
    #buchungsanfrage #minis,
    #buchungsanfrage #junior {
        margin-right: 55px;
    }


/********************************************************
**  Hoverbox
********************************************************/
    
    .hoverbox {
        cursor: help;
        position: relative;
    }
    
    div.content a.hoverbox {
        display: block;
        text-decoration: none;
    }
    
        .hoverbox span {
            padding-right: 5px;
            position: relative;
            text-decoration: underline;
            z-index: 5;
        }
        
        .hoverbox .icon {
            border: 0;
            margin-bottom: -5px;
        }
        
        /* remove negative margin-bottom for ie6 */
        * html .hoverbox .icon {
            margin-bottom: 0;
        }
        
        .hoverbox .original {
            background-color: #fff;
            border: 1px solid #B70A07;
            bottom: 20px;
            display: none;
            left: 0;
            padding: 2px;
            position: absolute;
            z-index: 5;
        }
        
            .hoverbox .original.hover {
                display: block;
            }


/********************************************************
**  Extension:  2 Col
********************************************************/

    .twoCol-float {
        position: relative;
        width: 100%;
        z-index: 5;
    }
    
        .twoCol-float .left,
        .twoCol-float .right {
            float: left;
            margin-right: 4%;
            position: relative;
            width: 47%;
            z-index: 5;
        }
        
        .twoCol-float .right {
            margin-right: 2%;
        }
    
    
/********************************************************
**  Extension:  GoogleMaps
********************************************************/

    .tx_lumogooglemaps_pi1_sidebar {
        display: none;
    }
    
    div.content .tx-lumogooglemaps-pi1 a {
        font-weight: normal;
    }
    
    
/********************************************************
**  Extension:  jqLightbox
********************************************************/

    #prevLink:hover,
    #prevLink:visited:hover {
        background: transparent url(../../layout/2009/lightbox-arrow-left.png) no-repeat scroll left 50% !important;
    }
    
    #nextLink:hover,
    #nextLink:visited:hover {
        background: transparent url(../../layout/2009/lightbox-arrow-right.png) no-repeat scroll right 50% !important;
    }
    
    #bottomNavClose {
        background: transparent url(../../layout/2009/lightbox-cancle.png) no-repeat scroll right bottom;
        height: 22px;
    }
    
        #bottomNavClose img {
            display: none;
        }
        
    #numberDisplay {
        color: #B70A07;
    }
    
    #nextLinkText,
    #prevLinkText {
        color: #FDC301 !important;
    }
    
    #loadingLink {
        background: transparent url(../../layout/2009/lightbox-loading.gif) no-repeat scroll center center;
        padding: 20px;
    }
    
        #loadingLink img {
            display: none;
        }

    
#top #familotel {
	display: block;
	width: 96px;
	height: 28px;
	margin: 0 0 0 418px;
	}
