/*
Document   : main.css
Created on : 11.02.2010, 16:59:35
Author     : Tobias Gräber, Open New Media GmbH
Description: Standard formatting
*/

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    min-width: 1000px;
    background: #000 url(../img/background_bottom.jpg) center bottom no-repeat;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    width: 100%;
    min-width: 1000px;
    background: url(../img/background_top.jpg) center top no-repeat;
}

input, p, td, tr, th, ul, dl, ol, fieldset {
    font-size: 1em;
}

/*[if EDITOR]

html,body {
    padding: 10px;
    background: #FFF;
    width: 460px;
}

.transtable, .transtable td {
background: none !important;
border: none !important;
}

.transtable ul {
float: left;
}
#content ul {
    margin: 5px 0 5px 5px;
    padding: 0;
}

#content ul li {
    padding: 6px 0 6px 25px;
    background: url(../img/checked.png) 0 bottom no-repeat;
    color: #000000;
}

#content ol {
    padding-left: 17px;
    list-style: decimal;
    margin: 5px 0 5px 40px;
}

#content ol li {
    list-style:decimal;
    padding: 6px 0 6px 14px;
}

#content h1 {
    font-size: 40px;
    color: #666450;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 3px 0 10px 0;
}

#content h2 {
    font-size: 20px;
    color: #666450;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 3px 0 10px 0;
}

#content h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #bcb991;
    margin: 5px 0;
}

#content h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6e6e6e;
}

#content p {
    line-height: 160%;
    padding: 0;
}
#content p a {
    color: #961f26 !important;
    text-decoration: none;
}
[endif]*/

/* Text */

.transtable, .transtable td {
background: none !important;
border: none !important;
}

.transtable ul {
float: left;
}

p {
    line-height: 160%;
    padding: 0;
}

h1 {
    color: #fff;
    font-family:font_headlines,Georgia,Verdana,Arial,Helvetica,sans-serif;
    margin: 3px 0 0 0;
    line-height: 1.2em;
    letter-spacing: 1px;
}

h2 {
    color: #bcb991;
    font-size: 20px;
    font-weight: normal;
    font-family:font_headlines,Georgia,Verdana,Arial,Helvetica,sans-serif;
    margin: 3px 0 0 0;
}

h3 {
    font-size: 18px;
    color: #4F4A4A;
    font-weight: normal;
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    margin: 3px 0 10px 0;
}

h4 {
    font-size: 24px;
    color: #4F4A4A;
    font-weight: normal;
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    margin: 3px 0 10px 0;
}

img {
    border: none;
}


/* Links */

a {
    color: #961f26; text-decoration: none;
}
a:hover { color: #7F1F25; text-decoration: underline; }
a:focus {}
a:active {}

a.order-tickets-button {
    height: 34px;
    width: 109px;
    background: url(../img/event-ch.png) no-repeat 0px 0px;
    display: block;
}

a:hover.order-tickets-button {
    background-position: 0px -34px;
}

/* Tables */
table {
    width: 100%;
    border: 1px #C5C5C5 solid;
    padding: 2px;
}

td,
table tr td,
tbody td {
    background: #D3D3D3;
    border-bottom:1px solid #C5C5C5;
    padding:2px;
}

th,
table tr th,
table thead th {
    background: #C5C5C5;
    font-weight:bold;
    padding:2px;
    text-align:left;
}


/* Listings */
ul, p, table, ol, dl, h4, h5, h6 {
    margin: 0 0 10px 0;
}

ul {}
ul li {
    margin: 0;
    padding:0;
    color: #000000;
    list-style-type: none;
}

ul li a {
    color: #000000;
}
ul li strong a {
    font-weight: bold;
}
ol {
    list-style-type: decimal;
}

ol li {
    margin: 0;
    padding:0;
    list-style-type: decimal;
}

/* Form fields */

select {
    border: 2px solid #CCC;
    background: #FFF;
    padding: 2px;
    margin: 2px;
}
select:hover {
    border: 2px solid #AAA;
}
select:focus {
    border: 2px solid #AAA;
    background: #EDEDED;
}

input.text,
textarea,
input {
    border: 2px solid #CCC;
    background: #FFF;
    padding: 4px;
    margin: 2px;
}

input.text,
input[type="text"] {
    width: 130px;
}

input.long,
input[type="text"].long {
    width: 280px;
}

input.radio,
input[type="radio"],
input.checkbox,
input[type="checkbox"],
input.radio:hover,
input[type="radio"]:hover,
input.checkbox:hover,
input[type="checkbox"]:hover,
input.radio:focus,
input[type="radio"]:focus,
input.checkbox:focus,
input[type="checkbox"]:focus
{
    background: transparent;
    border: none;
}

input.text:hover,
textarea:hover,
input:hover {
    border: 2px solid #AAA;
}

input.text:focus,
textarea:focus,
input:focus {
    border: 2px solid #AAA;
    background: #EDEDED;
}
.button,
.submit,
input.submit,
input[type="submit"] {
    background: #B4B8B4 url(../img/bg_submitbutton.gif) repeat-x top;
    color: #444;
    border: 1px #999 solid;
    margin: 0;
    padding: 5px 10px;
    /*cursor: pointer;*/
    font-weight: bold;
    width: auto;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input.submit:hover,
input[type="submit"]:hover,
input.submit:focus,
input[type="submit"]:focus
{
    background: #a2a5a2;
    border: 1px #666 solid;
}

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

legend {
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

fieldset {
    border: none;
    border-top: 1px #C3C3C3 solid;
    padding: 10px;
}

strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

/* Additional - Global Classes */

.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}

/* Additional - Download-Icons */

.download_link_pdf {
    display: block;
    min-height: 16px;
    padding:0px 0 2px 20px;
    background: url(../img/icons/icon_download_pdf.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_doc {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_word.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_zip {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_zip.gif) 0 0px no-repeat;
    cursor:pointer
}
.download_link_jpg {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_png {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_gif {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_video {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_video.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_default {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_default.gif) 0 0 no-repeat;
    cursor:pointer
}

/* Shop basket */
#top-basket {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 265px;
    height: 20px;
}
#top-basket p {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#top-basket p.show_items {
    float: left;
}

#top-basket p.basket_title {
    float: right;
    background: url(../img/basket.png) no-repeat right;
}

#top-basket p.basket_title a {
    color: #450206;
    padding-right: 25px;
    display: block;
}

/* countdown */
#countdown_timer {
    /*min-width: 100px;*/
    position: absolute;
    height: 20px;
    right: 315px;
    bottom: 26px;
    z-index: 0;
    padding: 10px 5px 3px 0;
    background: #000;

    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

*+html #countdown_timer {
    width: 453px;
}

#countdown_timer p {
    float: right;
    margin: 0 0 0 5px;
    color: #fff;
}

#countdown_timer p a {
    color: red;
}

#countdown_timer #countdown {
    color: #FF6E1F;
    width: 50px;
    background: url(../img/icons/clock.png) 0px 1px no-repeat;
    text-align: right;
    vertical-align: middle;
    
}



/*  Template    : alle Templates
Author      : Gerold Hinzen, Open New Media GmbH
Description : Status-Boxen zum Anzeigen des Status (erfolgreich, fehler, geloescht)
*/

.warning_success {
    font-size: 11px;
    color: #a7ce17;
    border: 1px solid #a7ce17;
    padding: 10px;
}

.infobox_info,
.infobox_success,
.infobox_alert,
.infobox_error {
    font-size: 11px;
    margin: 0 0 10px 0;
    /*width: 450px;*/
    padding: 8px 8px 8px 40px;
}

.infobox_alert ul li {
    list-style: disc;
    background: none !important;
    padding: 5px 0 0 10px !important;
    margin-left: 20px;
}

.infobox_info {
    border: 1px solid #d6d6d6;
    background: #f8f8f8 url('../img/icons/icon_information.gif') 10px 6px no-repeat;
    color: #264a5a;
}

.infobox_success {
    border: 1px solid #d7f07f;
    background: #e7f6b2 url(../img/icons/icon_success.gif) 10px 6px no-repeat;
    color: #889a47;
}

.infobox_alert {
    border: 1px solid #f0d17f;
    background: #f6e7b2 url(../img/icons/icon_alert.gif) 10px 6px no-repeat;
    color: #cf8f54;
}
.infobox_error {
    border: 1px solid #d4d4d4;
    background: #ededed url(../img/icons/icon_error.gif) 10px 6px no-repeat;
    color: #a6a6a6;
}
.infobox_info li {
    color: #264a5a;
}
.infobox_success li {
    color: #889a47;
}
.infobox_alert li {
    color: #cf8f54;
}
.infobox_error li {
    color: #a6a6a6;
}

.infobox_alert a {
    color: #cf8f54 !important;
    text-decoration: none;
}
.infobox_alert a:hover {
    text-decoration: underline;
}
