/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 10px 0;
    color: #333333;
    text-align: center;
	background: #fcf6e6 url(../images/hausamsee_bg_header.jpg) repeat-x;
}
ul {
    list-style: disc;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #a81235;
    text-decoration: none;
}
a:hover {
    color: #a81235;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background: white url('http://www.hotel-hausamsee.at/themes/hausamsee/images/hausamsee_ornament.jpg') right bottom no-repeat;
}
#banner {
    position: absolute;
    top: 10px;
    width: 900px;
}
#header {
    position: relative;
    height: 130px;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 896px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
    margin-top: 155px;
}
#footer {
    border: 2px solid black;
    border-top: 0;
    width: 896px;
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    height: 380px; /* Sets min height for IE */
    margin-left: 180px;
    }
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}
#middleCol .inner {
    padding: 5px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 534px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 714px;
}
#layout-rightCol #middleCol {
    width: 714px;
}
#layout-noCols #middleCol {
    width: 894px;
}
#leftCol {
    float: left;
    width: 180px;
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#layout-3Cols #leftCol {
    margin-left: -714px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #leftCol {
    margin-left: -894px;
    /* 6 is for borders width : (2+1) x 2 */
}
#rightCol {
    float: right;
    width: 180px;
    }
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
    border: 1px solid #BBBBBB;
}

/*
=========================Header===============================*/
#header {
    background: #fcdf9d url(../images/hausamsee_bg.jpg) repeat-x;
}
#header .wrap {
    position: relative;
    margin: 0;
}
#header #logo img {
    position: relative;
    top: 7px;
    float: left;
}
#header h1 {
    padding: 10px 0;
    color: #ffc76a;
}
#header h2 {
    padding: 10px 0;
    color: #fbe4ac;
}

#header_gallery_wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

#header #header_gallery {
    float: right;
    width: 575px;
    height: 127px;
    overflow: hidden;
}
#header #header_gallery img {
    border: 1px solid black;
}

#header #header_gallery ul {
    list-style-image:none;
    padding: 0;
}
#header #header_gallery ul li{
    list-style-image:none;
    display: inline;
    margin-left: 1px;
}

#address {
    font-weight: bold;
}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    border: 2px solid black;
    border-top: none;
    border-bottom: none;
}
#inner-wrapper .inner-container {
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs, #address {
    background: #FFFFFF;
    border: 2px solid black;
    border-bottom: 1px solid black;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner,
#address .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid white;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #a81235;
}

/*
======================Main Content============================*/
#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a81235;
    /*color: #333333;*/
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: outside;
    list-style-image: url('http://www.hotel-hausamsee.at/themes/hausamsee/images/lampe.gif');
}
#content li {
}
/*
#content a {
    color: #a81235;
}
*/
#content img {
    border: 1px solid black;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: arial, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/


/*
=========================Footer===============================*/
#footer .wrap {
    position: relative;
    margin: 0;
    padding: 10px 0 5px 50px;
    text-align: center;
    width: 600px;
}
#footer p {
    margin-bottom: 0.1em;
    font-size: 0.8em;
}
#footer a {
    color: #a81235;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #a81235;
    color: #ffc76a;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}
/*
=======CUSTOM==============
*/
img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}

.bigpic a:hover,
.bigText a:hover {
    color:black;
    text-decoration:none;
  }
.bigpic a,
.bigText a {
    color:black;
    text-decoration:none;
  }


.bigpic a span {
    display:none;
  }


.bigpic a:hover span {
    width: 300px;
    margin-top: -150px;
    padding: 10px;
    color:black;
    background: white;
    border:1px solid black;
    position: absolute;
    display: block;
    z-index: 10;
  }


.bigpic a span image {
    margin: 10px auto;
  }

div.bigText {
    display: block;
}

.bigText span{
    display: block;
    margin-left: 160px;
    min-height: 120px;
}
/********** custom css **********/
.highlight {
    background-color: #fbe4ac;
}
table.preisliste {
    border: 0;
    width: 400px;
    margin: 10px auto;
}
table.preisliste td, table.preisliste.th {
    padding: 0;
}
td.preis, th.preis {
    background-color: #e4e4e4;
    text-align: right;
}
#sgl #middleCol img  img {
    border:  solid 1px black;
}

#sgl img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

#sgl img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

#sgl img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

#sgl img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}
/** jquery tooltip **/
#tooltip {
        position: absolute;
        z-index: 3000;
        border: 1px solid #ffc76a;
        background-color: #fcf6e6;
        padding: 5px;
        opacity: 0.98;
}
#tooltip h3, #tooltip div { margin: 0; }
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header,
.options-block .header,
.block .content .blockTitle {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #a81235;
    color: #333333;
    font-weight: bold;
}
.block .header h2,
.options-block .header h2,
.block .content h2.blockTitle
{
    font-size: 1.1em;
    font-family: arial;
}
.block .content,
.options-block .content {
    padding: 0.4em;
    font-size: 0.9em;
}
.block .content a {
    color: #a81235;
}

#leftCol .content a {
    color: #a81235;
}

.block .noTitle {
    display: none;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    background: #fbe4ac;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
/*    padding-left: 180px;*/
    border: 1px solid #BBBBBB;
}
#top-nav ul {

}
#top-nav li {
    float: left;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #a81235;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #ffc76a;
    color: #FFFFFF;
    text-decoration: none;
}

.wetter img {
    border: 1px solid #BBBBBB;
}
#nav{
    font-size: 1.2em;
    margin: 2px 0 2px 2px;
}
#nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;

}

#nav ul li{
    margin: 1px 0 0;
}

#nav a{
    display: block;
    border: 1px solid black;
    background: #ffc76a;
    padding: 5px 10px;
    width: 156px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
}
#nav ul li a:hover, #nav ul li.current a,
#nav ul li.current li a:hover, #nav ul li.current li.current a

{
    color: #a81235;
    background: #ffc76a url('../images/hausamsee_bg_ornament_klein_r.jpg') right bottom no-repeat;
}


#nav ul li.current ul a{
    display: block;
    padding: 5px 5px 5px 25px;
    width: 146px;
    font-weight: normal;
    color: #333333;
    background:  #ffc76a;
}
#options {
    float: right;
    width: 188px;
}

.options-block {
    margin: 10px 0 10px 8px;
}

#articlePreview h2 {
    margin: 0;
    padding: 0;
}

#articlePreview hr {
    margin: 5px;
}
#articlePreview .previewText {
    display: block;
    margin: 5px 0 5px 0;
    height: 110px;
}

#articlePreview .previewText .text {
    display: block;
    margin-left: 157px;
}

#articlePreview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#articlePreview li, #articlePreview li.banner {
    margin: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #BBBBBB;
}

#articlePreview li {
    min-height: 110px;
}

#articlePreview li.banner {
    min-height: 60px;
    margin: 0 auto;
}

#articlePreview ul img {
    position: absolute;
    clear: left;
}

#articlePreview li.banner img{
    position: relative;
}


