/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for nassfeld

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    background: #e1eff6;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed, table {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

h1 {
    color: #000;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
}

h2 {
    color: #000;
    font-weight: bold;
}

h3 {
    color: #000;
    font-weight: bold;
}

h4 {
    color: #000;
    font-weight: bold;
}

object {
    display: block;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.clear {
    clear: both !important;
}

.debug {
    border: 1px solid #000;
}

/* general site elements
--------------------------------------------------------------------- */

#background {
    width: 100%;
    min-width: 980px;
    overflow: visible;
    position: relative;
}

#background .leftgradient {
    width: 50%;
    overflow: hidden;
}

#background_image {
    width: 100%;
    overflow: visible;
    position: relative;
}

#sitecontainer {
    width: 100%;
    overflow: visible;
    position: relative;
}

#site {
    width: 980px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

/* general elements (logo, language, season...)
--------------------------------------------------------------------- */
#logo {
    width: 195px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 765px;
    top: 20px;
    z-index: 100;
}

#logo img {
    behavior: url(/static/source/js/iepngfix.htc);
}

#site_elements {
    height: 21px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 100;
}

#site_elements #season {
    background: #20689b;
    height: 21px;
    overflow: hidden;
    padding: 0 0 0 20px;
    float: left;
}

#site_elements #season a {
    display: block;
    height: 14px;
    overflow: hidden;
    padding: 3px 4px 4px 30px;
    color: #c5e1eb;
    text-decoration: none;
    float: left;
}

#site_elements #season a.summer {
    background: url(/static/source/img/summer.gif) left top no-repeat;
}

#site_elements #season a.winter {
    background: url(/static/source/img/winter.gif) left top no-repeat;
}

#site_elements #languages {
    background: #20689b;
    height: 21px;
    overflow: hidden;
    padding: 0 3px 0 7px;
    float: left;
}

#site_elements #languages .button {
    background: url(/static/source/img/arrow_lang.png) right 4px no-repeat;
    height: 14px;
    overflow: hidden;
    padding: 3px 15px 4px 5px;
    color: #c5e1eb;
    cursor: pointer;
    float: left;
}

#site_elements #languages .options {
    height: 14px;
    overflow: hidden;
    padding: 3px 0 4px 20px;
    float: left;
}

#site_elements #languages .options a {
    overflow: hidden;
    margin: 0 15px 0 0;
    color: #c5e1eb;
    text-decoration: none;
}

#site_elements .finish {
    behavior: url(/static/source/js/iepngfix.htc);
    background: url(/static/source/img/finish.png) left top no-repeat;
    width: 9px;
    height: 21px;
    overflow: hidden;
    float: left;
}

#site_elements .start {
    behavior: url(/static/source/js/iepngfix.htc);
    background: url(/static/source/img/start.png) left top no-repeat;
    width: 9px;
    height: 21px;
    overflow: hidden;
    float: left;
}

#site_elements .search {
    background: #20689B;
    height: 21px;
    overflow: hidden;
    color: #c5e1eb;
    cursor: pointer;
    float: left;
}

#site_elements .search input {
    background: none;
    border: none;
    margin: 3px 0 4px 0;
    float: left;
    color: #C5E1EB;
}

#site_elements .search input.submit {
    margin: 0;
    cursor: pointer;
}

/* main navigation 
--------------------------------------------------------------------- */
#main_nav {
    background: url(/static/source/img/main_nav_bg.png) right top no-repeat;
    height: 38px;
    overflow: visible;
    padding: 3px 30px 0 15px;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 2000;
}

* html #main_nav {
    background: url(/static/source/img/main_nav_bg.gif) right top no-repeat;
}

#main_nav ul {
    height: 33px;
    list-style: none;
    overflow: visible;
    float: left;
}

#main_nav ul li {
    background: none;
    display: block;
    width: auto;
    height: 26px;
    overflow: visible;
    padding: 7px 10px 0 10px;
    position: relative;
    float: left;
}

#main_nav ul li.sfhover {
    background: #e1243d;
}

#main_nav ul li a {
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

#main_nav ul li a em {
    display: block;
    float: left;
    height: 20px;
    padding: 1px 0 0 0;
    font-style: normal;
    font-size: 14px;
    color: #666;
}

#main_nav ul li a:hover em {
    color: #fff;
}

#main_nav ul li img {
    behavior: url(/static/source/js/iepngfix.htc);
}

#main_nav ul li img.normal {
    display: block;
}

#main_nav ul li img.hover {
    display: none;
}

#main_nav ul li.sfhover img.normal {
    display: none;
}

#main_nav ul li.sfhover img.hover {
    display: block;
}

/* Ebene 2 */
#main_nav ul li.sfhover ul {
    left: 0;
}

#main_nav ul li ul {
    background: #e1243d !important;
    position: absolute;
    top: 33px;
    left: -9999em;
    overflow: visible;
    width: 150px;
    height: auto;
    padding: 7px 0 5px 0;
}

#main_nav ul li ul li {
    overflow: hidden;
    width: 150px;
    height: auto;
    padding: 0;
    float: left;
}

#main_nav ul li.sfhover ul li a {
    display: block;
    background: url(/static/source/img/arrow_white.gif) 11px 5px no-repeat;
    width: 120px;
    overflow: hidden;
    padding: 2px 7px 2px 23px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#main_nav ul li.sfhover ul li a:hover {
    background: #b41d31 url(/static/source/img/arrow_white.gif) 11px 5px no-repeat;
}

#main_nav ul li.sfhover .quicklinks {
    left: 150px;
}

#main_nav ul li .quicklinks {
    background: #b41d31 url(/static/source/img/quicklinks_bg.gif) left top repeat-y;
    width: 145px;
    overflow: hidden;
    padding: 0 0 6px 0;
    position: absolute;
    left: -9999em;
    top: 33px;
    z-index: 1;
}

#main_nav ul li .quicklinks .head {
    width: 115px;
    height: 17px;
    overflow: hidden;
    padding: 8px 10px 0 20px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    font-size: 11px;
}

#main_nav ul li .quicklinks .quick_link {
    width: 145px;
    overflow: hidden;
}

#main_nav ul li .quicklinks .quick_link a {
    display: block;
    background: url(/static/source/img/arrow_white.gif) 11px 5px no-repeat;
    width: 115px;
    overflow: hidden;
    padding: 2px 7px 2px 23px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#main_nav ul li .quicklinks .quick_link a:hover {
    background: #b41d31 url(/static/source/img/arrow_white.gif) 11px 5px no-repeat;
}

/* vacancybox 
--------------------------------------------------------------------- */
#vacancybox {
    width: 165px;
    height: 160px;
    overflow: hidden;
}

#vacancybox h3 {
    width: 150px;
    height: 20px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
	padding: 0 0 2px 0;
}

#vacancybox form {
    width: 165px;
    height: 140px;
    overflow: hidden;
}

#vacancybox p {
    width: 165px;
    overflow: hidden;
    margin: 0 0 2px 0;
}

#vacancybox p label {
    display: block;
    width: 42px;
    padding: 0 3px 0 0;
    overflow: hidden;
    color: #fff;
    float: left;
	font-size: 11px;
}

#vacancybox p.booking {
    padding: 2px 0 0 0;
}

#vacancybox p.booking input {
    margin:  0;
    border: 0 none;
    width: 13px;
    height: 13px;

}

#vacancybox p.booking label {
    width: auto;
    padding-left:5px;
}

#vacancybox p label.two {
    width: 81px;
    padding: 0 0 0 5px;
}

#vacancybox form input {
    background: #fff;
    border: 1px solid #fff;
    padding: 1px 4px 1px 4px;
    line-height: 13px;
    overflow: hidden;
    color: #666;
    float: left;
	height: 12px;
	font-size: 11px;
}

#vacancybox form input.daymonth {
    width: 15px;
    margin: 0 1px 0 0;
    padding: 1px 3px 1px 3px;
}

#vacancybox form input.year {
    width: 32px;
}

#vacancybox form input.person {
    width: 24px;
}

#vacancybox form select {
    width: 111px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0;
    overflow: hidden;
    color: #666;
    float: left;
	height: 16px;
	font-size: 11px;
}

#vacancybox form .calendarIcon {
    display: block;
    background: url(/static/source/img/calendar_icon_blue.gif) left -2px no-repeat;
    width: 21px;
    height: 16px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

#vacancybox form .submit_line {
    width: 151px;
    height: 24px;
    overflow: hidden;
    padding: 5px 0 0 0;
}

#vacancybox form .submit_line input.submit {
    background: url(/static/source/img/submit_blue_new.gif) left top no-repeat;
    width: auto;
    border: none;
    padding: 1px 7px 4px 20px;
    overflow: visible;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    float: right;
    height: 24px;
}

* html #vacancybox form .submit_line input.submit {
    padding: 2px 7px 0 18px;
}

/* Linkbox
--------------------------------------------------------------------- */
#linkbox {
    width: 180px;
    height: 80px;
    overflow: hidden;
}

#linkbox h3 {
    width: 180px;
    overflow: hidden;
    color: #666;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-style: italic;
}

#linkbox .lb_links {
    width: 190px;
    height: 55px;
    overflow: hidden;
    padding: 4px 0 0 0;
}

#linkbox .lb_links .lb_link {
    width: 90px;
    height: 16px;
    overflow: hidden;
    margin: 2px 0 0 0;
    padding: 0 5px 0 0;
    float: left;
}

#linkbox .lb_links .lb_link a {
    background: url(/static/source/img/arrow_white.png) left center no-repeat;
    display: block;
    overflow: hidden;
    padding: 1px 0 0 16px;
    color: #ff0000;
    float: left;
	height: 16px;
}

/* hotline  */
#hotline {
    width: 210px;
    height: 20px;
    overflow: hidden;
    padding: 0 0 0 40px;
}

#hotline h3 {
    width: 210px;
    overflow: hidden;
    color: #666;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-style: italic;
}

/* footer 
--------------------------------------------------------------------- */

#footer {
    width: 980px;
    overflow: hidden;
}

#footer .footer_elements {
    width: 932px;
    overflow: hidden;
    padding: 0 23px 0 25px;
}

#footer .footer_elements .copy {
    width: 205px;
    height: 45px;
    overflow: hidden;
    padding: 13px 10px 0 0;
    color: #828282;
    float: left;
}

#footer .footer_elements .copy a {
    color: #828282;
    text-decoration: none;
}

#footer .footer_elements .f_category_links {
    width: 290px;
    height: 16px;
    overflow: hidden;
    padding: 27px 10px 0 0;
    float: left;
}

#footer .footer_elements .f_category_links a {
    color: #828282;
    text-decoration: none;
    font-weight: bold;
    margin: 0 22px 0 0;
}

#footer .footer_elements .joblink {
    height: 16px;
    overflow: hidden;
    padding: 27px 10px 0 20px;
    float: left;
}

#footer .footer_elements .joblink a {
    color: #828282;
    text-decoration: none;
    font-weight: bold;
    margin: 0 22px 0 0;
}

#footer .footer_elements .bookmark {
    width: 120px;
    height: 50px;
    overflow: hidden;
    padding: 11px 0 0 0;
    float: left;
}

#footer .footer_elements .bookmark label {
    display: block;
    width: 120px;
    height: 14px;
    overflow: hidden;
    color: #828282;
    margin: 0 0 8px 0;
}

#footer .footer_elements .bookmark .bookmark_link {
    width: 120px;
    height: 18px;
    overflow: hidden;
}

#footer .footer_elements .f_links {
    width: 95px;
    height: 45px;
    overflow: hidden;
    padding: 13px 4px 0 0;
    float: right;
}

#footer .footer_elements .f_links a {
    color: #828282;
    text-decoration: none;
}

#footer .footer_elements .carinthia {
    width: 78px;
    overflow: hidden;
    padding: 6px 0 0 0;
    float: right;
}

#footer .eufg {
    width: 965px;
    overflow: hidden;
    text-align: right;
    padding: 15px 15px 15px 0;
}


