/* Colors
 Rot: #AC2B31
 Gruen: #BBC285
 Gruen Schrift: #979D77
 hellgruen: #EBEBDA
 Hintergrund: #FFFDED
 */
body {
    background-color: #BBC285;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    overflow: auto;
    scrollbar-base-color: #BBC285;
    scrollbar-track-color: #FFFDED;
    scrollbar-arrow-color: white;
    background-attachment: fixed;
    background-image: url(../images/background02.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

h1, h2 {
    /* font-family: "Times New Roman", Times, serif; */
    font-size: 20px;
    color: #979D77;
    font-weight: normal;
    /* font-variant: small-caps; */
}

h3 {
    /* font-family: "Times New Roman", Times, serif; */
    font-size: 17px;
    color: #979D77;
    font-weight: normal;
    /* font-variant: small-caps; */
}

a {
    color: #AC2B31;
} .highlight {
    background-color: #8A0000;
    color: #FFFFFF !important;
    padding: 2px;
    border: 1px solid #ffffff;
    text-decoration: none !important;
    font-weight: bold;
} 
#holder {
    width: 980px;
    /* height:1500px; */
    margin: 0px auto 1px;
    padding: 0;
    position: relative;
    text-align: left;
    /* border-left: 2px solid #FFFDED;
     border-right: 2px solid #FFFDED; */
}
#header, #navcontainer, #contentHolder {
    width: 100%;
    /* border-left: 1px solid #FFFDED;
     border-right: 1px solid #FFFDED; */
}
#header {
    background-image: url(../images/header_03.jpg);
    height: 131px;
    border-bottom: 2px solid #FFFDED;
}
#utilityNav {
    background-color: #BBC285;
    border-left: 2px solid #FFFDED;
    border-bottom: 2px solid #FFFDED;
    width: 330px;
    height: 20px;
    color: #FFFDED;
    float: right;
    overflow: hidden;
    position: relative;
}
* html #utilityNav {
	height: 22px;
}
#utilityNav a {
    color: #FFFDED;
    text-decoration: none;
}
#utilityNav a:hover {
    color:#ffffff;
}
#metaNav {
    padding: 3px 4px 1px 4px;
    float: left;
}
#searchElem {
    padding: 1px;
    float: left;
    position: absolute;
    top: 0px;
    right: 0px;
}
.searchElem-text {
    width: 100px;
    border: 1px solid #000000;
    padding: 1px;
    margin: 0;
    height: 14px;
	position:absolute;
	top:1px;
	right:52px;
	font-size:11px;
} 
.searchElem-submitButton {
    width: 50px;
    border: 1px solid #000000;
    padding: 0;
    margin: 0;
    height: 18px;
	position:absolute;
	top:1px;
	right:1px;
	font-size:11px;
}
* html .searchElem-text {
	height:16px;
}
* html .searchElem-submitButton {
	height:20px;
}

/* Navigation Start */
#navcontainer {
    margin: 0 auto;
    background-color: #BCC284;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
    content: ".";
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

ul#navlist {
    list-style: none;
    padding: 0;
    margin: 0 auto 0 0;
    width: 100%;
    text-align: center;
}

ul#navlist li {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

ul#navlist li a {
    display: block;
    width: 100%;
    padding: 0.5em 1em 0.5em 1em;
    border-right: 2px solid #FFFDED;
    text-decoration: none;
    color: #FFFDED;
} * html ul#navlist li a {
    width: auto;
} #navcontainer > ul#navlist li a {
    width: auto;
}

ul#navlist li#active a, ul#navlist li:hover {
    background: #979D77;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
    color: #ffffff;
}

/* Navigation End */
/* Content Start */ #contentHolder {
    position: relative;
    float: left;
    border-top: 2px solid #FFFDED;
} #contentHolderHomeOs {
    position: relative;
    background-color: #FFFDED;
    float: left;
    background-repeat: repeat-y;
    background-position: left top;
    border-bottom: 2px solid #FFFDED;
    border-top: 2px solid #FFFDED;
} #newsTeaserHome {
    position: relative;
    width: 534px;
    height: 195px;
    top: 60px;
    background-color: #979D77;
    float: right;
    background-image: url(../images/contentpics/weinmann_04.jpg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
} #newsTeaserContent {
    position: relative;
    width: 320px;
    height: 175px;
    top: 10px;
    left: 195px;
    overflow: auto;
    color: #FFFFFF;
} #leftColumn {
    position: relative;
    float: left;
    width: 192px;
} #subNav {
    padding: 15px;
    /*line-height: 25px;*/
} #subNav a {
    display: block;
    text-decoration: none;
    color: #757A5D;
    margin-bottom: 10px;
} #subNav a:hover, #subNavItemAct a {
    color: #AC2B31;
} #leftFooter {
    height: 110px;
    background-image: url(../images/weinparadies.jpg);
    background-repeat: no-repeat;
    background-position: center 10px;
} #rightColumn {
    position: relative;
    float: left;
    width: 784px;
} #rightColumn a:visited {
    color: #979D77;
} #contentWrapper {
    position: relative;
    float: left;
    width: 530px;
} #content {
    padding: 13px 15px 15px 15px;
    line-height: 18px;
    text-align: justify;
    /*  margin: 15px; */
} #content a {
    color: #000000;
} #content a:hover {
    color: #979D77;
} #content a:visited {
    color: #979D77;
} #content tbody img {
    /* border: 10px solid #BBC285; */
} #content hr {
    height: 1px;
    color: #979D77;
    font-size: 1px;
    border: 0px;
    border-bottom: 1px solid #979D77;
    margin-top: 20px;
    margin-bottom: 20px;
} #contentRightWrapper {
    position: relative;
    float: right;
    width: 250px;
    padding-top: 13px;
    overflow: hidden;
    line-height: 18px;
} #contentRight {
} #contentRight a {
    color: #000000;
} #contentRight a:hover {
    color: #979D77;
} #contentRight a:visited {
    color: #979D77;
}

/* Content End */
/* Typo3 Stuff */ .sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5, .sitemap6 {
    padding: 2px;
    border-bottom: 1px solid #FFFDED;
} .sitemap1 {
    background-color: #BBC285;
} .sitemap2 {
    padding-left: 30px;
    background-color: #C8CE99;
} .sitemap3 {
    padding-left: 60px;
    background-color: #D3D8AF;
} .sitemap4 {
    padding-left: 90px;
    background-color: #DFE2C5;
} .sitemap5 {
    padding-left: 120px;
    background-color: #EAECD9;
} .sitemap6 {
    padding-left: 150px;
    background-color: #F6F7EE;
}

input, textarea {
    background-color: #FFFDED;
    border: 1px solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
    background-color: #FFFDED;
    border: 1px solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
} .caption {
    font-style: italic;
    font-size: 11px;
} .imgtext-table img {
    /*margin-left: 10px;*/
}

/* ------------ calendar upcoming ----------------- */ .calendar_upcoming {
    font-family: Arial, Helvetica, sans-serif !important;
} .calendar_upcoming .upcoming_title {
    font-size: 16px !important;
    color: #979D77 !important;
    margin-top: 10px;
} .calendar_upcoming .single_event {
    font-size: 10pt;
    margin: 5px;
} .calendar_upcoming .single_event .event_title A {
    color: #979D77 !important;
    text-decoration: none;
} .calendar_upcoming .single_event .event_time {
} .calendar_upcoming .single_event .event_series {
} .calendar_upcoming .single_event .event_teaser {
    padding-left: 25px;
}

/* ------------ calendar single ----------------- */ .single_event {
    border: none !important;;
    font-family: Arial, Helvetica, sans-serif !important;
} .single_event .event_title {
    color: #979D77 !important;
    text-align: left !important;
} .single_event .event_category {
    text-align: center;
} .single_event .event_targetgroup {
    text-align: center;
} .single_event .question {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #979D77 !important;
}

/* ----------------- month view ------------------- */
TABLE.monthview {
    background-color: #979D77 !important;
} .calendar-month .the_month {
    color: #B3BB8D !important;
} .calendar-month .the_month A {
    color: #B3BB8D !important;
} .calendar-month .p_y_1 A, .calendar-month .n_y_1 A {
    color: #B3BB8D !important;
} .calendar-month .p_m_1, .calendar-month .p_m_2, .calendar-month .p_m_3, .calendar-month .n_m_1, .calendar-month .n_m_2, .calendar-month .n_m_3 {
    color: #B3BB8D !important;
} .calendar-month .p_m_1 A, .calendar-month .p_m_2 A, .calendar-month .p_m_3 A, .calendar-month .n_m_1 A, .calendar-month .n_m_2 A, .calendar-month .n_m_3 A {
    color: #B3BB8D !important;
} .monthview .top_header .dayheader {
    color: #BBBBAD !important;
    color: #B3BB8D !important;
    border: 1px solid #EBEBDA !important;
} .monthview .weeknum {
    border: 1px solid #EBEBDA !important;
} .monthview .weeknum .week_short {
    color: #B3BB8D !important;
    color: #BBBBAD !important;
} .monthview .weeknum .week_header {
    color: #B3BB8D !important;
} .monthview .weeknum .week_header A {
    color: #B3BB8D !important;
}

TABLE.monthview TR TD.day {
    border: 1px solid #EBEBDA !important;
}

TABLE.monthview TR TD.weekend {
    background-color: #FFFDED !important;
}

TABLE.monthview TR TD.not_in_month {
    background-color: #979D77 !important;
}

TABLE.monthview TR TD.day DIV.event_today {
    border-color: #BBBBAD !important;
} .monthview .event_not_today {
    border-top-color: #BBBBAD !important;
}

/* Typo3 Stuff End */