html {
    margin-bottom: 1px;
    height: 100%;
}

form {
    padding:0px;
    margin:0px;
}

body {
    padding:0px;
    margin:0px;
    text-align:center;
    height:100%;
    position:relative;
    color:#323232;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    text-decoration:none;
    text-align:left;
    font-size:13px;
    background-color: #edeeeb;
    background-image: url('../images/lc-bg.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
}

h1 {
    padding:0px;
    margin-top:2px;
    font-size:17px;
}

h2 {
    padding:0px;
    margin-top:2px;
    font-size:14px;
}

h3 {
    padding:0px;
    margin-top:2px;
    font-size:12px;
}


a {
    color:#a39985;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

img {
    border: 0;
}


a img {
    text-decoration:none;
    vertical-align:middle;
}

/***************** aufbau *****************/

#wrapper {
    width:960px; 
    text-align: left;
    margin:auto;
    position:relative;     
}

#box_links {
    background-image:url(../images/navi_back.png);
    background-repeat:no-repeat;
    width:139px;
    height:623px;
    position:absolute;
    left:0;
    top:0;
}

#box_mitte {
    width:680px;
    margin-left: 139px; 
    position:relative;       
}

#box_rechts {
    background-image:url('../images/news_bg.png');
    background-repeat:no-repeat;    
    width:134px;
    height:633px;   
    position: absolute;
    right: 0;   
    top:0; 
    font-size: 11px;
}

/****************** header ***************/

#header {
    height:250px;
    width:680px;
    margin-top:10px;
    margin-bottom:10px;
}

/********* next event ********************/

#next_event {
    /*min-height:210px;*/
    background-color: white;
    color:#101010;
    width:680px;
    font-size:13px;    
}

#next_event h1 {
    font-size:20px;
    padding:0px;
    margin:0px;
    margin-top:8px;
}

#next_event h2 {
    font-size:16px;
}

#next_event a {
    color:#101010;    
}

#next_event_links {
    float:left;
    width:220px;
    /*min-height:210px;*/
    overflow:hidden;
}

#next_event_rechts{
    float:left;
    width:460px;
    /* overflow:hidden; */
}

#next_event_rechts_innen {
    padding:8px;
    padding-left: 10px;
}

table.next_event_infos {
    border-collapse:collapse;
    empty-cells:show;
    padding:0px;
    margin:0px; 
    width:100%;
    margin-top:10px;
    vertical-align:top;
}

table.next_event_infos td {
    vertical-align:top;
}

/********* end next event ********************/

div.upcoming_events,
div.upcoming_events_2 {
    float:left;
    width:220px;
    height:375px;
    background-color: #efefef;
    /* border:2px dotted #9A9A9A; 
    border: 2px dotted #a39985;*/
    margin-top:10px;
    cursor:pointer;
}

div.upcoming_events {
    margin-right:10px;
}

div.upcoming_events_2 {
    margin-right:0;
}

/*
div>div.upcoming_events_2 {
    margin-right:7px;
}
*/

div.upcoming_events_innen {
    padding:8px;
    margin:0px;
}

div.upcoming_events_thumb { 
    height:130px;
    width: 220px;
    overflow:hidden;
    position: relative;
}


div.upcoming_events_thumb img {
    vertical-align: middle;  
}

div.upcoming_events h2,
div.upcoming_events_2 h2,
div.upcoming_events_3 h2 {
    font-size:14px;
    font-weight:bold;
    padding:0px;
    margin:0px;
    margin-bottom:10px;       
}

table.upcoming_events_infos {
    border-collapse:collapse;
    empty-cells:show;
    padding:0px;
    margin:0px; 
    width:100%;
    height:66px;
    vertical-align:top;
}

table.upcoming_events_infos td {
    vertical-align:top;
}


div.upcoming_events a,
div.upcoming_events_2 a,
div.upcoming_events_3 a {
     color:#323232; 
}

/********* end upcoming events ********************/


#body {
    clear:both;
    min-height:444px;
    width:680px;
}

#body_innen {
    padding:15px;
    background-color:white;
}

#body_innen p {
    line-height: 20px;
}

#body_innen_body {
    margin-top: 2px;
    margin-bottom: 2px;
}

#body_links {
    float:left;
    width:220px;
    margin-right:10px;
    text-align:right;
}

#body_rechts {
    float:left;
    /* width:434px; */
}

#box_rechts_innen {
    padding-top:50px;
    padding-left:10px;
    padding-right:10px;
}

#box_rechts_innen a {
    color:#101010;
}


/**************** navi ************************/

#navi {
    width:139px;
    height:390px;   
}

#navi ul {
    position:relative;
    top:60px;
    padding:0px;
    margin:0px;
    list-style:none;
}

#navi li {
    padding:0px;
    margin:0px;
    margin-bottom:5px;
    margin-left:15px;
}

#navi a {
    color:#333333;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
}

#navi a.aktiv,
#navi a:hover {
    color:#626262;
}

/**************** end navi ************************/

/**************** newsletter ************************/

#newsletter { 
    width: 139px;
}


#newsletter a {
    color:#323232;
}


#newsletter-padding {
    padding-left:10px;
    padding-right:10px;    
}

#newsletter input,
#newsletter .input_newsletterselect {
    border:1px solid #555555;
    width: 112px;    
    margin-bottom:3px;
}

/**************** end newsletter ************************/

/*************** form ****************/

input.input-text,
.input-textarea {
    border:1px solid #555555;
    margin-bottom:3px;
}

/***************** terminuebersicht tabelle * ************************/

#terminuebersicht {
    width:680px;
    border-collapse:collapse;
    empty-cells:show;
    padding:0px;
    margin:0px;
    color:#101010; 
    background-color: transparent;   
}

#terminuebersicht tr {
    cursor:pointer;
    padding:0px;
    margin:0px;
    background-color: transparent;       
}

#terminuebersicht td {
    background-color:white;
    vertical-align:top;
    color:#101010;    
    padding:0px;
    margin:0px;
}

#terminuebersicht h1 {
    padding:0px;
    margin:0px;
    margin-top:8px;
    margin-bottom:8px;
}

.Startseite-team #terminuebersicht tr {
    cursor:auto;
}

.Startseite-team #terminuebersicht h1 {
    margin:0px;
    padding:0px;
    font-size:28px;
    color:#101010;
    margin-top:24px;
}

.Startseite-team #terminuebersicht h2 {
    margin:0px;
    padding:0px
    font-size:18px;
    color:#101010;
}

.Startseite-team #terminuebersicht h3 {
    margin:0px;
    padding:0px
    color:#101010;
    margin-top:52px;
}

.Startseite-team #terminuebersicht a {
    color:#a39985;
}

/***************** end terminuebersicht tabelle * ************************/


.edit {
    color:red;
    font-style:italic;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:3px;

}

#button_speichern {
    border:0px;
    padding:0px;
    width:84px;
    height:14px;
    background:none;
}

#footer {
        padding-top:20px;
        padding-bottom:10px;        
        clear:both;
        text-align:center;
        color:#666;
        font-size:10px;
}

#footer a {
        color:#666;
        font-size:10px;
        font-weight: normal;
}

.clearer {
    clear:both;
    padding:0px;
    margin:0px;
    height:1px;
    line-height:1px;
    font-size:1px;
}



.zero { 
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    height: 0;
}


/******* gästebuch *******/
/* Gästebuch 

div.vpgb_eintrag {
    padding-top: 10px;
    border-top:1px dashed #9a9a9a;
    padding-bottom: 10px;
    clear:both;
}
div.vpgb_fleft {
    float: left;
    text-align: center;
    width: 150px;
    margin-right: 30px;
    height: 100%;
}
div.vpgb_infos {
    margin-top: 10px;
    width: 150px;
    white-space: nowrap;
}
div.vpgb_entry {
    margin-top: 5px;
    margin-left: 150px;
    font-size: 100%;
}
div.vpgb_comment {
    margin-left: 160px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-style: italic;
}
div.vpgb_name {
    font-weight: bold;
}
.vpgb_datum {
    color: #323232;
    font-size: 10px;
    display: block;
    background: url(../images/speech_bubble_48.png) bottom left no-repeat;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    margin-left:50px;
}
.vpgb_datum .tag {
    padding-top:3px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #323232;
}
#vpgb_nav {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    line-height:200%;
}
#vpgb_nav a {
    border: 1px solid #cdcdcd;
    text-decoration: none;
    padding: 2px;
}
#vpgb_nav span.vpgb_punkte {
    border: 1px solid #cdcdcd;
    text-decoration: none;
    padding: 2px;
}
#vpgb_nav a:hover, #vpgb_nav a.vpgb_aktiv {
    background: #EEEEEE;
    color: #323232;
}

*/

#event-listing-header {
    background-color: black;
    color: white;
}

.header-event {

}

.event-description {
    width: 100%;
}    

.event-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    white-space: wrap;   
    line-height: 40px; 
}

.event-date {
    font-size: 18px;
    font-weight: normal; 
    font-family: Arial, Verdana, Helvetica, sans-serif;        
}

.event-location {
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;         
}

.image-rotation {}

.spacer {
    height: 1px;
    background-image: url('../images/spacer-bg.gif');
    background-repeat: repeat-x;
    margin-top:15px;
    margin-bottom:15px;    
    clear: both;
}

.centered {
    text-align: center;
}

.event-detail-head,
.event-listing-container {
    position: relative;
    padding-right: 90px;
}

.event-detail-titles {
    padding-top: 15px;
    font-size: 13px;
}


.event-listing-titles {
    padding-top: 8px;
    font-size: 13px;
}

.event-detail-title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;        
}

.event-listing-titles .event-detail-title {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px; 
    font-weight: bold;       
}

.date-container {
    background-color: #a39985;
    color: white; 
    font-weight: bold;    
    width: 82px;
    height: 82px;
    position: absolute; 
    right: 0px;
    top: 0px;
}

.date-container-padding {
    padding:8px;
    padding-top:12px;    
}

.wday {
    font-size: 12px;
}

.day-month {
    font-size: 24px;
}

.year {
    font-size: 14px;
}

.width-650 {
    width: 650px;
}

.event-details-container {
    font-size: 13px;    
    line-height: 22px;
    padding-bottom: 15px;
}

.event-details-container div {
    margin: auto;
    float: left;
    margin-right: 15px;    
    padding-bottom: 5px;
}

.location {
    background-image: url('../images/icon-location.png');
    padding-left: 28px;
    background-repeat: no-repeat;  
    font-size: 13px;    
    line-height: 22px;
    color: #666666;                      
}

.entry-start {
    background-image: url('../images/icon-time.png');
    padding-left: 28px;
    background-repeat: no-repeat;
    font-size: 13px;    
    line-height: 22px;
    color: #666666;                      
}

.event-tickets {
    background-image: url('../images/icon-tickets.png');
    padding-left: 28px;
    background-repeat: no-repeat;
    font-size: 13px;    
    line-height: 22px;    
    color: #666666;        
}

.event-tickets a {
    color: #666666;        
    font-weight: normal;
}

.event-text {
    font-size: 14px;
    line-height: 20px;
}

.event-links h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #a39985;        
}

.event-links a {
    text-decoration: underline;
    padding-left: 15px;
    display: block;
    background-image: url('../images/arrow-right.png');
    background-repeat: no-repeat;  
    background-position: 6px;
    font-size: 14px;      
}

.event-links-left,
.event-links-right {
    float: left;
    width: 50%;
}
.html-snippets iframe,
.html-snippets object {
    width: 100%;
}

.back-link {
    font-size: 14px;
    text-decoration: underline; 
    padding-left: 15px;
    display: block;
    background-image: url('../images/arrow-left.png');
    background-repeat: no-repeat;  
    background-position: 6px;             
}

.home-event-listing-date-location {
    /*font-size: 11px;*/
    color: #666;
}
