/* -- Init styles -- */
/* By http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
    outline: 0;
}

body 
{
    line-height: 1;
    color: black;
    background: white;
}

ol, ul 
{
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
    content: "";
}

blockquote, q 
{
    quotes: "" "";
} 

/* -- EOF: Init styles -- */

body, td, div, span, h1, th
{
    font-family: Verdana, sans-serif;
    font-size:10px;
    line-height:1.1;
    color:black;
}

body
{
    overflow:hidden;
}

strong
{
    font-weight:bold;
}

div#popOver
{
    position:absolute;
    left:50%;
    margin-left:-394px;
    top:3px;
    z-index:400;
}

div#menu_bg {
    position:absolute;
    width:100%;
    left:0;
    height:295px;
    top:0px;
    z-index:50;

    background-image:url(../media/base/images/bg_header.gif);
    background-attachment:fixed;
    background-repeat: repeat-x;
    background-position: center 0;
}

div#menu
{
    position:absolute;
    width:800px;
    left:50%;
    margin-left:-400px;
    height:268px;
    top:0px;
    z-index:100;
    border-style:solid;
}

div.mainmenu
{
    position:absolute;
    width:800px;
    left:50%;
    margin-left:-400px;
    height:32px;
    top:235px;
    z-index:100;

}

div#menu_search {
    position:absolute;
    top:215px;
    width:214px;
    height:21px;
    background-color:#E1A628;
}

div#menu_header {
    position:absolute;
    top:-22px;
    left:266px;
    height:237px;
}

div#menu_logo_scheiber {
    position:absolute;
    top:0;
}

div#menu_logo_tirol {
    position:absolute;
    top:0;
    margin-left:10px;
    margin-top:8px;
}

div#menu_logo_oetztal {
    position:absolute;
    top:0;
    margin-left:60px;
    margin-top:8px;
}

div#line_v {
    position:absolute;
    left:50%;
    margin-left:-200px;
    background-image:url(../media/base/images/line_submenu_v.gif);
    background-repeat:no-repeat;
    background-repeat:repeat-y;
    width:2px;
    height:200px;
    z-index:1000;
    top:295px;
}

div#contentScroller
{
    position:absolute;
    width:800px;
    left:50%;
    margin-left:-400px;
    top:268px;
    height:100px;
    overflow-y:auto;
    overflow-x:hidden;

    background-color:#FAEFD8;

}

div#content_border_left,
div#content_border_right
{
    position:absolute;
    width:29px;
    left:50%;
    margin-left:-429px;
    top:268px;
    height:100px;
    background-image:url(../media/base/images/bar_content_left.gif);
    background-repeat: repeat-y;
    background-positon:0 0;
}

div#content_border_right {
    background-image:url(../media/base/images/bar_content_right.gif);
    margin-left:400px;
}

div#content
{
    width:800px;
    margin:0;
    margin-left:4px;

}

div#bottomLine
{
    position:absolute;
    width:800px;
    left:50%;
    margin-left:-400px;
    height:1px;
    bottom:23px;
    border-top-width:1px;
    border-top-style:solid;
    border-color:#E1A628;

    line-height:0;
    font-size:0;
    padding:0;
}


td, th
{
    vertical-align:top;
    font-weight:normal;
}

table
{
    border-collapse:collapse;
}

a
{
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:left 4px;
    padding-left:9px;
    background-image:url(../media/base/images/link_icon_active.gif);
    color:#E1A628;
}

a:hover
{
/*    background-image:url(../media/base/images/dartRight_hover.gif); */
}

a.image, a.image:hover
{
    padding:0;
    background-image:none;
}

a.nolink, a.nolink:hover
{
    padding:0;
    background-image:none;
    background: transparent;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

a.nobold, a.nobold:hover {
    font-weight: normal;
}

a.download, a.download:hover
{
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:left 3px;
    background-image:url(../media/base/images/media_download.gif);
    padding-left:27px;
    padding-top:5px; 
    padding-bottom:0px; 
    line-height:14px;
    font-weight:bold;
    color: #E1A628;
}
a.download:hover
{
}

a.link, a.link:hover
{
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:left 3px;
    background-image:url(../media/base/images/media_link.gif);
    padding-left:27px;
    padding-top:5px; 
    padding-bottom:0px; 
    line-height:14px;
    font-weight:bold;
    color: #E1A628;
}
a.link:hover
{
}


h1, h2, h3, h4, h5
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    
    font-weight:bold;
    color:#E1A628;
    font-style:italic;
    padding-bottom:6px;
    font-size:10px;
}

h2 {
    font-weight:normal;
}

h3 {
    font-weight:normal;
    font-style:normal;
}

h4 {
    text-transform:uppercase;
    font-style:normal;
}

h5 {
    background-color:#E1A628;
    color:white;
    padding:4px;
    font-style:italic;
    font-size:10px;    
    margin-bottom:6px;    
}

input, textarea, select
{
    font-size:10px;
    border-width:1px;
    border-style:solid;
    border-color:#E1A628;
}


/* -- Default  -- */
div.default
{
    width:750px;
    margin-left:10px;
    padding-top:0px;
}

div.default div.right
{
    margin-top:20px;
    padding-top:0px;
    width:545px;
    float:right;
}

div.default div.left
{
    margin-top:18px;
    width:166px;
    float:left;
}

div.default div.left table
{
    width:166px;
}

div.default div.left table td.headline
{

    height:23px;
    padding-top:2px;
    padding-left:8px;

    text-transform:uppercase;
    color:white;
    font-weight:bold;
    background-image:url(../media/base/images/bg_submenu_headline.gif);
    background-repeat:no-repeat;
}

div.default div.left table td.content {
    padding-bottom:8px;
}

div.default div.left table td.content div.button
{
    background-image:url(../media/base/images/line_submenu_h.gif);
    background-repeat:no-repeat;
    background-position: 0 bottom;
    padding-top:3px;
    padding-bottom:5px;
}

div.default div.left table td.content a,
div.default div.left table td.content a:hover,
div.default div.left table td.content a.menuSelected,
div.default div.left table td.content a.menuSelected:hover
{
    display:block;
    color:black;
    width:148px;
    padding-top:2px;
    padding-left:10px;
    background-position:left 4px;
    background-image:url(../media/base/images/link_icon.gif);
    background-repeat:no-repeat;
    background-position: 0 6px;
    max-width: 156px;
    margin-left:8px;

}

div.default div.left table td.content a:hover,
div.default div.left table td.content a.menuSelected,
div.default div.left table td.content a.menuSelected:hover
{
    color:#E1A628;
    font-weight:bold;
    background-image:url(../media/base/images/link_icon_active.gif);
}

div.default div.left table td.bottom
{
    height:12px;
}

img.headline
{
margin-bottom:4px;
}

img.headlineLine
{
    margin-bottom:18px;
}

/* --- Home --- */
div.default div.homeLeft
{
    margin-top:20px;
    margin-left:20px;
    padding-top:0px;
    width:530px;
    float:left;
}

div.default div.homeRight
{
    margin-top:10px;
    width:171px;
    float:right;
    padding-right:10px;
}

/* --- Footer --- */

div#footer
{
    position:absolute;
    bottom:2px;
    width:800px;
    left:50%;
    margin-left:-400px;
    height:18px;
    border:1px solid #E1A628;
    border-left:0;
    border-right:0;
    background-color:white;
}

div#footer table
{
    width:796px;
    margin-left:2px;
    margin-right:2px;
    margin-top:1px;
}

div#footer table td
{
padding:2px;
    font-size:10px;
    vertical-align:middle;
    white-space:nowrap;
}

div#footer a
{

}

/* --- Default -- */
img.content
{
    border-width:1px;
    border-style:solid;
    border-color:#E1A628;
}



/* ++++++++ Teaser ++++++++ */
div.teaserBg
{
    background-repeat:no-repeat;
    width:231px;
    height:142px;
}

div.teaserHeadline
{
    position:absolute;
    color:white;
    margin-top:7px;
    margin-left:55px;
    margin-left:60px;
    width:231px;
    padding-top:3px;
    text-transform:uppercase;
    font-weight:bold;
}

div.teaserText
{
    position:absolute;
    margin-top:30px;
    margin-left:105px;
    width:114px;
    height:87px;
    overflow:hidden;
    text-align:left;
    font-size:10px;
}

div.teaserMore
{
    position:absolute;
    margin-top:118px;
    margin-left:105px;
    width:114px;
    text-align:right;
}

div.teaserMore a, a.button
{
    display:block;
    width:35px;
    background-color:#E1A628;    
    color:white;
    padding:2px;
    padding-right:10px;
    padding-left:3px;
    background-image:url(../media/base/images/dart_right.gif);
    background-repeat:no-repeat;
    background-position: right 5px;
    border-right:5px solid #E1A628;
    float:right;
}

a.button {
    width:auto;
    padding-top:4px;
    padding-bottom:4px;
    background-position: right 7px;
    float:left;
}

div.teaserImage
{
    margin:0;
    padding:0;
    position:absolute;
    margin-top:40px;
    margin-left:26px;
    width:60px;
    height:76px;
}

img.teaser
{
    border:0;
}

/* ++++++++ Gallery ++++++++ */
div.galleryHeadLine
{
    width:424px;
    border-left:4px solid #E1A628;
    background-color:#E1A628a;
}

table.gallery
{
    margin-top:4px;
}

table.gallery td
{
    padding:0;
    padding-right:8px;
    padding-bottom:4px;
}

/* ++++++++ Liste ++++++++ */

ol, ul {
    margin-left:20px;
    margin-top:8px;
    margin-bottom:8px;
    list-style-image:url('../media/base/images/list_icon.gif');
}

li
{
    margin-left:10px;
    margin-bottom:10px;
}

li ol, li ul {
    margin-top:4px;
    margin-bottom:4px;
}

li li
{
    margin-left:5px;
    margin-bottom:2px;
}

/* ++++++++ ImageView ++++++++ */

body.imageView
{
    margin:0;
}

/* ++++++++ Intro ++++++++ */
div#intro
{
    position:absolute;
    width:770px;
    height:510px;

    left:50%;
    margin-left:-385px;


    top:50%;
    margin-top:-255px;
    
}

body.intro
{
    background-image:none;
    background-image:url(../media/base/images/intro_bg.gif);
    background-repeat:repeat;
    background-position: center center;
    background-attachment:fixed;
}

div.errorMsg, div.errormsg
{
    width:180px;
    padding-top:4px;
    color:red;
    text-align:left;
}

div.errormsg
{
    width:300px;
}

div.siteMap
{
    border-width:0px;
    border-style:solid;
    padding:4px;
}

table.recommend
{
    width:450px;
}
table.recommend td
{
    padding:8px;
    padding-bottom:12px;
    padding-left:0px;
    vertical-align:middle;
}
table.recommend td input
{
    width:160px;
}

table.contact table td, table.contact table th
{
    padding:6px;
    padding-bottom:3px;
    vertical-align:middle;
}

table.contact table th
{
    padding-left:0;
    padding-top:7px;
    padding-right:10px;
}

select.contact, table.contact table input
{
    width:150px;
}

select.rent
{
    width:120px;
}

table.contact div.errorMsg
{
    width:150px;
}

table.contactAddress table td
{
    padding:3px;
    padding-left:0px;
}

textarea.contact
{
    height:115px;
}


table.snapShotGallery
{
    margin-top:10px;
    margin-left:12px;
}

table.snapShotGallery td
{
    padding:0;
    padding-right:3px;
    padding-bottom:3px;
}

table.snapShotView
{

    margin-top:6px;
}

table.snapShotView td
{
    padding:4px;
}

/* HTML menü Flash player Hinweis */
div.getFlashPlayer
{
    position:absolute; 
    top:35px; 
    right:10px; 
    z-index:4000; 
    background-color:white; 
    width:190px; 
    padding:2px; 
    text-align:center; 
    border-width:1px; 
    border-style:solid;
}


table.pricelist td {
    padding:4px;
    border:1px solid #E1A628;
    text-align:center;
}

table.pricelist tr th {
    border:1px solid #E1A628;

    text-align:left;
    padding:4px;
    color:white;
    background-color:#E1A628;
}

table.pricelist tr.zeile0 td {
    background-color:#FFF;
    font-weight:bold;
}

table.pricelist tr.zeile1 td {
    background-color:#FFF;
}

table.pricelist tr.zeile2 td {
    background-color:#F3DCAB;
}


table.menu_search {
    margin-left:4px;
}

table.menu_search td {
    padding-top:2px;
    padding-right:6px;
    padding-left:2px;
    vertical-align:middle;
}

table.contact td table.rent_persons td, 
table.contact td table.rent_persons th
{
    padding:3px;
    padding-left:0;
    padding-right:5px;
    vertical-align:middle;
}

table.home_newsletter td {
    padding-top:2px;
    padding-bottom:2px;
}

table.home_newsletter td input {
    color:#888;
    width:150px;
}

table.home_newsletter td select {
    width:152px;
}