/*============GENERAL INFO===============
 Site: baroniurlaub.de
 Version: 2.0
 Author: Syle Shehu
 Date: 22.03.08
 eMail: shehu.syl@gmx.de
 =========================================*/
/*==============>>Import<<===============*/@import url(subtemp.css);
@import url(menu.css);
@import url(bugs.css);
@import url(cal.css);
/*=======================================*/ * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
}

html {
    height: 100.01%;
}

body {
    background: #f3e59e url(../pix/bodybg.jpg) 0 0 repeat-x;
    font-family: "Lucida Grande", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    font-size: 0.750em;
    line-height: 160%;
    color: #664942;
    padding: 0 0 0 2em;
}
a { text-decoration: underline; color: #74564E }
a:active{ color: #666; }


h1, h2, h3 {
    font: 1.8em Georgia, Times, serif;
    margin-bottom: 0.5em;
}

h2 {
    background: url(../pix/dot.gif) left bottom repeat-x;
}

h3 {
    text-align: center;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

p.brown {
    border: 1px solid #ddba7e;
    padding: 5px;
    font-weight: bold;
    background: #f3edcf;
    font-size: 0.8em;
}

p {
    margin: 0 0 1em 0;
}

#wrapper {
    width: 830px;
    height: auto;
    z-index: 1;
}

#head {
    height: 131px;
    width: 830px;
    background: transparent url(../pix/head.jpg) top left no-repeat;
}

ul#langmenu li {
    margin: 0 5px 0 0;
    display: block;
    float: right;
}

ul#langmenu li a {
    font-size: 0.8em;
    color: #664942;
}

ul#langmenu li a:hover, ul#langmenu li a.langmenu_act {
    color: #e5ac1b;
}

#outfit {
    background: transparent url(../pix/blumenbg.jpg) top left no-repeat;
    width: 830px;
    padding: 35px 0 0 0;
    height: auto;
    min-height: 400px;
}

#content_elements {
    width: 650px;
    float: right;
    height: auto;
}

#content_elements a {
    font-style: italic;
}

#control {
    background: transparent url(../pix/navbg.gif) top left no-repeat;
    width: 170px;
    padding: 4px 0 0 0;
    height: 100%;
    height: 600px !important;
    float: left;
}

#footer {
    clear: both;
    height: 80px;
    width: 830px;
    background: transparent url(../pix/muschel.jpg) 160px bottom no-repeat;
}

#footer .smallinfo {
    font-size: 0.7em;
}

#footer .smallinfo a {
    font-style: kursiv;
    font-decoration: underline;
}

/*==============Tabellen-Design==============*/
table.full {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
    border: 0px solid #f3edcf;
}

table.fixed {
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 1em;
    border: 1px solid #f3edcf;
}

table.data {
    background: #f3edcf;
    color: #74564e;
}

table.full td p, table.fixed td p {
    margin: 0;
    padding: 5px 0;
}

table.full th, table.fixed td {
    padding: 3px;
    border: 0px solid #74564e;
    font-size: 0.9em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table td, table th {
    border: 1px solid #f3edcf;
}

table.full caption, table.fixed caption {
    background: #f3edcf;
    color: #74564e;
    text-align: center;
}

table.full thead th, table.fixed thead th {
    background: #f3edcf;
    color: #74564e;
}

table.full tbody th, table.fixed tbody th {
    background: #f3edcf;
    color: #74564e;
}

table.full tbody th.sub, table.fixed tbody th.sub {
    background: #f3edcf;
    color: #74564e;
}

/*============= Form ================*/
label {
    font-weight: normal;
    font-size: 0.9em;
    display: block;
    float: left;
    width: 230px;
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
    background-color: #f3edcf;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

input.text, input.title, textarea, select {
    margin: 0.1em 0;
    border: 1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
    border: 1px solid #666;
}

input.text, input.title {
    width: 300px;
    padding: 1px;
}

input.title {
    font-size: 1.3em;
}

textarea {
    width: 390px;
    height: 160px;
    padding: 5px;
}

.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}
