/*
Modul   : kontaktformular.php
Template    : kontaktformular.htm
Description : Kontaktformular
*/

    #contact_form .text {
    width: 300px;
    border: 1px solid #757575;
    }

    #form #special {
    width: 300px;
    border: 1px solid #757575;
    background: #AFAFAF;
    }

    #contact_form  label {
    float: left;
    display:block;
    width: 100px;
    }

    #contact_form  input {
    padding: 3px;
    }

    #contact_form textarea {
    padding: 4px;
    width: 300px;
    height: 150px;
    }

    #contact_form p {
    clear:both;
    margin: 5px 0 5px 0;
    }

    #contact_form .submit {
    width: 120px;
    margin: 0 0 0 100px;
    color: #000;
    background: #FFF;
    }

    #contact_form .captcha {
    margin: 0 0 0 100px;
    }

    ul#error_registration {
    border: 1px solid #d4d4d4;
    background: #ededed url(../img/icons/icon_information.gif) 10px 6px no-repeat;
    color: #a6a6a6;
    font-size: 11px;
    margin: 20px 0 20px 0;
    padding: 8px 8px 8px 36px;
    }

    #contact_form input.texterror, #contact_form .textareaerror {
        border: 1px solid #9F0000;
    }

/*
Modul   : reservierungsformular.php
Template    : reservierungsformular.htm
Description : Reservierungsformular
*/

.zeitraum {margin: 20px 0 20px 0;}

.zimmer table {margin: 20px 0 20px 0;}

/*
Modul   : news.php
Template    : news.htm
Description : News Modul
*/

    #contentarea .content_news {
    float: left;
    width: 270px;
    height: 100%;
    padding: 10px 5px 10px 0;
    }

    #contentarea .content_news .news_container li {
    background: none;
    }
    
    #contentarea .content_news .news_container li a {
    list-style:none;
    padding: 0;
    }

    #contentarea .news_container {
    float: left;
    width: 270px;
    }

    #contentarea .news_container ul li {
    list-style-type: none;
    margin: 0px;
    padding: 10px 0 10px 0;
    height: 100%;
    border-bottom: 1px solid #f5edd7;
    }

    /* Pagination */
    #contentarea .news_container .pagination {
    padding: 10px 0 0 0;
    }

    #contentarea .news_container .pagination a {
    color: #AA3028;
    }

    /* Datum Container */
    #contentarea .news_date {
    float: left;
    width: 25px;
    }

    #contentarea .news_date_days {
    color: #aa3028;
    font-size: 20px;
    font-weight: bold;
    }

    #contentarea .news_date_months {
    text-align: center;
    }

    /* Text Container*/
    #contentarea .news_text {
    float: left;
    width: 230px;
    margin: 0 0 0 10px;
    }

    #contentarea .news_text h3 a {
    font-weight: bold;
    color: #AA3028;
    }

    #contentarea .news_text a {
    color: #AA3028;
    }

    #contentarea .news_keywords {
    float: left;
    width: 225px;
    }

/*  Modul   : specials.php
Template    : specials.htm
CCS-Author  : Tobias Gräber, Open New Media GmbH
Description : Veranstaltungskalender
Addons      : hCalendar / Content-Type-Header in .htaccess
*/

    /* Tabelle */
    table.termine {
    height: 100%;
    }

    /* Headline */
    th.vevent-headline {
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    color: #000;
    padding: 1px 2px 1px 2px;
    background: #EFEFEF;
    }

    /* Datum */
    .vevent-date {
    width: 110px;
    padding: 2px 0 20px 2px;
    }

    .vevent-date .dtend,
    .vevent-date .dtstart {
    color: #000;
    }

    /* Event Beschreibung */
    .vevent-description {
    width: 300px;
    vertical-align: top;
    font-size: 13px;
    padding: 2px 0 20px 2px;
    }

    .vevent-description a {
    font-size: 13px;
    color: #ffac5e;
    }

    .vevent-description a.description_headline  {
    color: #9F1713;
    }

    .vevent-description a.highlight {
    font-weight: bold;
    color: #9F1713;
    }

    .vevent-options {
    width: 115px;
    vertical-align: top;
    padding: 2px 0 0 2px;
    text-align: right;
    }

    .vevent a {
    color: #000;
    }

    span.uid {
    position: absolute;
    top: -8000px;
    left: -8000px;
    }

    /* Buttons */
    #content .sitebrowsing {
    float: left;
    }

    #content .archivbuttons {
    float: right;
    }

/* Gutschein Service allgemein */
    #content .gutscheinservice {
    margin: 15px 0 0 0;
    }

/*  Modul   : coupon.php
Template    : coupon.order.htm
CSS Author  : Tobias Gräber, Open New Media GmbH
Description : Gutschein-Service
*/

    #content .coupon_detail label {
    display: block;
    float: left;
    width: 100px;
    }

    #content input#gutschein_text {
        width: 200px;
    }

    #content .price {
    float: right;
    color: #757575;
    background: #F5EDD7;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 0 0 10px 0;
    }

    #content .billing_process_formdata_bottom input {
    margin: 0 5px 0 0;
    }

    #content .billing_process strong {
    display: block;
    float: left;
    width: 100px;
    }

    #content .coupon_detail textarea {
    width: 300px;
    height: 100px;
    }

    #content .coupon_detail select {
    margin: 2px;
    }

/*  Modul   : billing.php
Template    : billing.htm
CSS Author  : Tobias Gräber, Open New Media GmbH
Description : Gutschein-Service
*/

    #content .basket.mini {
    float: right;
    background: #F5EDD7;
    padding: 10px;
    width: 215px;
    margin: 0 0 15px 0;
    }

    #basket-items {
    border-bottom: 1px solid #757575;
    }

    /*
    * Warenkorb
    */

    div.basket {
    padding: 5px 10px;
    }

    div.basket table {
    width: 100%;
    }

    div.basket td.no-border-bottom {
        border-bottom: 0;
    }

    div.basket td.no-border-top {
        border-top: 0;
    }

    div.basket td {
    border-bottom: 1px #CFCFCF solid;
    }

    div.basket .buy_button {
        float: right;
    }

/*  Modul       : benutzer_login.php
    Template    : benutzer_login.htm,benutzer_login.links.htm, benutzer_login.loginform.htm, benutzer_login.registerform.htm
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Frontend-Benutzerverwaltung
*/

    #sidebar_login {
    height: 21px;
    background: url(../img/sidebar_extras_bg_trans.png);
    margin: 5px 0 15px 0;
    width: 300px;
    }

    #sidebar_login p {
    color: #FFF;
    padding: 4px 0 0 4px;
    }

    #sidebar_login p a {
    color: #ffac5e;
    padding: 4px 0 0 0;
    }

    div.loginform p {
    margin: 5px 0;
    }

    div.loginform label {
    display: block;
    width: 150px;
    float: left;
    }
    div.loginform input,
    div.loginform label {
    margin: 0 0 4px 0;
    }

    div.loginform {
    clear: both;
    }

    div.hinweise .send_password {
    margin: 10px 0 10px 0;
    padding: 5px;
    background: #F5EDD7;
    border: 1px solid #757575;
    }

    div.hinweise .register {
    margin: 10px 0 10px 0;
    padding: 5px;
    background: #F5EDD7;
    border: 1px solid #757575;
    }

    .send_password div p a {
    color: #757575;
    }

    .register div p a {
    color: #757575;
    }
    
/*  Modul       : bildgalerie.php
    Template    : bildgalerie.htm
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Bildergalerie mit unterschiedlichen Auswahlmoeglichkeiten
    Addons      : Flash-Slideshow inklusive
*/

#xmlslideshow {
    width: 524px;
    height: 300px;
}

.imagegal-galerie {
    margin: 10px 0 0 0;
}
.imagegal-imagecontainer {
	float: left;
	width: 115px;
	height: 110px;
	padding: 5px;
	margin: 2px;
	text-align: center;
	line-height: 1.1em;
	border: 1px #CECECE solid;
	background: #FFFFFF url(../img/bg_imagegal_layout2.gif) bottom no-repeat;
}
.imagegal-imagecontainer p {
	margin-top: 3px;
	color: #666666;
}
.imagegal-bildbeschreibung {}

.imagegal-thumb_small {
    margin: 2px;
}

/* Typ 4 */

.imagegal-imagecontainer_big{
	margin: 20px 0 20px 0;
}

.imagegal-imagecontainer_big img{
	float: left;
	padding: 8px;
	border: 1px #DEDEDE solid;
}

.imagegal-imagecontainer_big .imagegal-text {
	margin: 0 0 0 50px;
	float: left;
	width: 200px;
}
.imagegal-imagecontainer_big .imagegal-text h3 {
    font-weight: bold;
}

/* Typ 5 */

.imagegal-galerie-sidebar {
    margin: 10px;
}

/* Typ 7 */

.imagegal-galerie dl{
	width: 300px;
}

.imagegal-galerie dt{
	width: 90px;
	float: left;
    padding: 2px;
    border-bottom: 1px solid #C0C0C0;
}

.imagegal-galerie dd{
	width: 140px;
	float: left;
    padding: 2px;
    border-bottom: 1px solid #C0C0C0;
}

.imagegal-downloadlink {
    display: block;
    height: 16px;
    margin: 5px 0 0 0;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor: pointer
}

#loader {
	background-image: url(../img/lightbox/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px;
	float: left;
}

#thumbs {
	margin: 5px;
	float: left;
}

#hover_preview {
	position: relative;
	overflow: hidden;
}