body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #3b3b3b;
    background: #f4da68;
}

a {
    color: #9cc215;
}

/* seitenbreite */
#fix2, #header, #maindiv, #footer {
    width: 1000px;
}

#fix2 {
    background: url('../img/bg_fix2.jpg') top center no-repeat;
}

/*#fix1 {
    background: url('../img/bg_fix.jpg') bottom center no-repeat;
}*/

/* headerhoehe */
#header {
    height: 252px;
    background: url('../img/bg_header.jpg') top center no-repeat;
}

#maindiv {
    background: url('../img/bg_main.jpg') top center repeat-y;
}

#left {
    width: 223px;
}

#left_indent {
    margin: 47px 0px 0 25px;
}

#vernetzt {
    margin: 30px 0 0 0px;
    text-align: center;
}

#middle {
    width: 555px;
}

#content{
    width: 500px;
    line-height: 18px;
    min-height: 550px;
}

#right {
    width: 222px;
    text-align: left;
}

#right_indent {
    margin: 47px 24px 0 0px;
}

#footer {
    height: 70px;
    color: #3b3b3b;
    font-size: 12px;
    background: url('../img/bg_footer.jpg') top no-repeat;
}

#footer-spacer {
    height: 45px;
}

#footer-pattern {
    background: url('../img/footer_pattern.jpg') bottom repeat-x;
}

#innerfooter {
    color: #3b3b3b;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

#innerfooter a {
    color: #3b3b3b;
    font-size: 12px;
}

#innerfooter a:hover {
    color: #3b3b3b;
    font-weight: bold;
}

/* **************************** INDIVIDUELLES ******************************************/

#body {
    background: #ffffff url('../img/bg_body.jpg') top center repeat-x;
}

#headerpic {
    width: 952px;
    height: 210px;
    padding-left: 25px;
}

.slider-mask{
    display: block;
    background: url('../img/slider_mask.png') top left no-repeat;
}


#menue-end-l { 
   background: url('../img/toplevel1.jpg') top left no-repeat;
   height: 10px;
}

#menue-end-r {
   background: url('../img/toplevel2.jpg') top left no-repeat;
   height: 10px;
}

#left-top, #right-top  {
    margin: 0 0 0 13px;
    height: 41px;
    line-height: 20px;
}

#bg_toplevel {
	height: 42px;
        width: 1000px;
}
#toplevel_indent {
	margin: 0 25px;
        width: 950px;
}

/***************************** STYLER *****************************/

#style {
    height: 20px;
    float: right;
    margin-top: -18px;
    font-size: 12px;
}

#switch {
    width: 332px;
}

.a, .aa, .aaa {
    display: block;
    width: 27px;
    height: 20px;
    float: left;
    padding: 0;
    margin: 0 0 0 0px;
    font-size: 1px;
    line-height: 1px;
}

.a {
    background: url('../img/a.png') top center no-repeat;
}

.a:hover {
    background: url('../img/a_over.png') top center no-repeat;
}

.aa {
    background: url('../img/aa.png') top center no-repeat;
}

.aa:hover {
    background: url('../img/aa_over.png') top center no-repeat;
}

.aaa {
    background: url('../img/aaa.png') top center no-repeat;
}

.aaa:hover {
    background: url('../img/aaa_over.png') top center no-repeat;
}

#top {
    height: 35px;
    padding-top: 10px;
}

/***************************** SEARCH *****************************/


#search {
    width: 217px;
    height: 20px;
    float: left;
}

#search_form{
    width: 217px;
    height: 20px;
    background: url('../img/bg_search.jpg') top left no-repeat;
}

#search_spacer {
    height: 3px;
    line-height: 1px;
    font-size: 1px;
}

#search_input {
    width: 130px;
    color: #9e9e9e;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 67px;
    padding: 0;
    border: 0;
}

#search_submit {
    width: 20px;
    height: 15px;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 0px;
    padding: 0;
    border: 0;
    cursor: pointer;
}

/***************************** BOXES *****************************/

#box-r-o  {
    margin: -29px 23px 0 0;
    float: right;
    text-align: left;
}

#box-l-o .boxbody {
    background: none;
    font-size: 12px;
    min-height: 0px;
}

#box-r-o .boxbody {
    background: none;
    font-size: 12px;
    min-height: 0px;
}

#box-l .boxtop {
    background: url('../img/bg_boxtop_links.jpg') top no-repeat;
}

#box-l .boxbody {
    background: url('../img/bg_boxbody_links.jpg') top repeat-y;
}

#box-l .boxbottom {
    background: url('../img/bg_boxbottom_links.jpg') bottom no-repeat;
}



#box-r .boxtop {
    background: url('../img/bg_boxtop_rechts.jpg') top no-repeat;
}

#box-r .boxbody {
    background: url('../img/bg_boxbody_rechts.jpg') top repeat-y;
}

#box-r .boxbottom {
    background: url('../img/bg_boxbottom_rechts.jpg') bottom no-repeat;
}


.box {
    width: 198px;
    margin-top: 40px;
}

.boxtop {
    height: 80px;
    color: #ffffff;
    font-family: arial, verdana;
    text-indent: 13px;
    line-height: 80px;
    font-weight: normal;
    font-size: 20px;
    padding-top: 20px;
}

.boxbody {
    color: #3b3b3b;
    min-height: 60px;
}

.boxindent {
    width: 162px;
    margin: 0 auto;
}

.boxbottom {
    height: 12px;
    line-height:1px;
    font-size: 1px;
}

/***************************** NEWSLETTER *****************************/

#newsletter {
    width: 257px;
    height: 20px;
    float: left;
    padding-left: 7px;
}

#newsletter_form {
    width: 244px;
    height: 20px;
    background: url('../img/bg_newsletter.jpg') top left no-repeat;
}

#newsletter_spacer {
    height: 3px;
    font-size: 1px;
    line-height: 1px;
}

#newsletter_input {
    width: 129px;
    color: #9e9e9e;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: transparent;
    vertical-align: top;
    margin: 0 0px 0 95px;
    padding: 0;
    border: 0;
}

#newsletter_submit{
    width: 20px;
    height: 12px;
    background: transparent;
    vertical-align: top;
    margin: 2px 0 0 0px;
    padding: 0;
    border: 0;
    cursor: pointer;
}



.h4link a:link, .h4link a:hover, .h4link a:visited, h6, #content .legacy_h6, .legacy_h6, h5, #content .legacy_h5, .legacy_h5, h4, #content .legacy_h4, .legacy_h4, h3, #content .legacy_h3, .legacy_h3, h2, #content .legacy_h2, .legacy_h2, h1, #content .legacy_h1, .legacy_h1 {
    color: #9cc215;
    font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#newslinks, #newsmandate {
    border: 1px solid #9cc215;
}

/* Dieser Bereich muss bearbeitet werden wenn die Seite dunkel ist.
.vorschau, .description{
    color: #FFFFFF;
}

.immo-tab{
    color: #000000;
}
*/


/* nicht aendern wenn weisser hintergrund */
#startseite_news ul a{
    font-size: 12px;
    color: #7C7C7C;
    font-weight: normal;
}

.spacer {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

/* Tabschriften (classen) */
.tab_link_title a {
    color: #ffffff;
    font-weight: bold;
}

.tab_link {
    color: #3b3b3b;
}

.tab_link_mehr {
    color: #3b3b3b;
}

.tab_link_mehr a {
    color: #9cc215;
}

.tab_link_mandat a {
    color: #9cc215;
}

/* Tabschriften Ende */

/* Verstaltung optimiert fuer weissen Hintergrund */
.weekdays, .weekdays a:link a:visited a:active a:hover, .weekdays_active {
    color: #cccccc;
}

.weekdays_active a:link a:visited a:active a:hover {
    color: #F7911E;
}

.events-header-heute {
    color: #ffffff;
    background-color: #4C4C4C;
}
.events-header {
    color: #5B5B5B;
    background-color: #E3E3E3;
}

.events-title a {
    color: #3b3b3b;
}

.event-ort, .event-info {
    color: #4C4C4C;
}







/* ****************************** MENUE 12732 CSS ***************************************/

/* ****************************** RESET DEFAULT CSS ********************************************/
.menue_point_toplevel_12732, .menue_list_toplevel_12732,
.menue_point_secondlevel_12732, .menue_group_12732,
.menue_point_thirdlevel_12732, .menue_list_thirdlevel_12732 {
    margin: 0px;
    padding: 0px;
}

a.navpoint_toplevel_12732:link, a.navpoint_toplevel_12732:visited, a.navpoint_toplevel_12732:active,
a.navpoint_secondlevel_12732:link, a.navpoint_secondlevel_12732:visited, a.navpoint_secondlevel_12732:active,
a.navpoint_thirdlevel_12732:link, a.navpoint_thirdlevel_12732:visited, a.navpoint_thirdlevel_12732:active {
    text-decoration: none;
    display:block;
}

.toplevel_12732_over,
.secondlevel_12732_over,
.thirdlevel_12732_over {
    text-decoration: none;
    display:block;
}

.menue_list_toplevel_12732 li,
.menue_group_12732 li,
.menue_list_thirdlevel_12732 li {
    list-style-type: none;
}

/*+-----------------------------------------------------------------------------------+*/


/* ****************************** MENUE CSS ********************************************/

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_12732, a.navpoint_toplevel_12732:link, a.navpoint_toplevel_12732:visited, a.navpoint_toplevel_12732:active, .menue_point_toplevel_12732_over, a.navpoint_toplevel_12732:hover {
    width: 100%;
    line-height: 30px;
    text-indent: 14px;
    text-align: left;
}

/* menuepoint background */
.menue_point_toplevel_12732 {
    background: url('../img/toplevel1.jpg') top left no-repeat;
}

/* color, weight, size from menuepoint */
.menue_point_toplevel_12732 a {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 13px;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_12732:hover, .menue_point_toplevel_12732_over, .menue_point_toplevel_12732_over a, .menue_point_toplevel_12732:hover > a {
    color: #a80414;
    font-weight: bold;
    font-size: 13px;
}

/* menuepoint over background */
a.navpoint_toplevel_12732:hover, .menue_point_toplevel_12732_over, .menue_point_toplevel_12732:hover {
    background: url('../img/toplevel1.jpg') top left no-repeat;
}

.menue_point_toplevel_12732, .menue_point_toplevel_12732_over{
    margin-top: 0px;
}


/* ****************************** UNDERMENUE CSS ***************************************/

.menue_group_12732 {
    margin: 0px 0 0px 0;
}
.menue_group_12732_start{
    background: #ffeef0;
    height: 8px;
    line-height: 1px;
    font-size: 1px;
}

.menue_group_12732_end{
    background: #ffeef0;
    height: 3px;
    line-height: 1px;
    font-size: 1px;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_secondlevel_12732, .navpoint_secondlevel_12732:link, a.navpoint_secondlevel_12732:visited, a.navpoint_secondlevel_12732:active, a.navpoint_secondlevel_12732:hover, .menue_point_secondlevel_12732_over {
    width: 100%;
    line-height: 20px;
    text-indent: 33px;
    text-align: left;
}

/* undermenuepoint background */
.menue_point_secondlevel_12732 {
    background: url('../img/secondlevel1.jpg') top left no-repeat;
}

/* undermenuepoint color, weight, size */
.menue_point_secondlevel_12732 a {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 12px;
}

/* undermenuepoint over color weight size */
a.navpoint_secondlevel_12732:hover, .menue_point_secondlevel_12732_over, .menue_point_secondlevel_12732_over a{
    color: #a80414;
    font-weight: bold;
    font-size: 12px;
}

/* undermenue over background */
.menue_point_secondlevel_12732_over, a.navpoint_secondlevel_12732:hover{
    background: url('../img/secondlevel_over1.jpg') top left no-repeat;
}

/* ****************************** THIRDLEVEL CSS ***************************************/

.menue_list_thirdlevel_12732 {
    margin: 0px 0 0px 0;
}

.menue_list_thirdlevel_12732_start{
    display: none;
}

.menue_list_thirdlevel_12732_end{
    display: none;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_thirdlevel_12732, .navpoint_thirdlevel_12732:link, a.navpoint_thirdlevel_12732:visited, a.navpoint_thirdlevel_12732:active, a.navpoint_thirdlevel_12732:hover, .menue_point_thirdlevel_12732 {
    width: 100%;
    line-height: 20px;
    text-indent: 63px;
    text-align: left;
}

/* undermenuepoint background */
.menue_point_thirdlevel_12732 {
    background: url('../img/secondlevel1.jpg') top left no-repeat;
}

/* undermenuepoint color, weight, size */
.menue_point_thirdlevel_12732 a {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 12px;
}

/* undermenuepoint over color weight size */
a.navpoint_thirdlevel_12732:hover, .menue_point_thirdlevel_12732_over, .menue_point_thirdlevel_12732_over a{
    color: #a80414;
    font-weight: bold;
    font-size: 12px;
}

/* undermenue over background */
.menue_point_thirdlevel_12732_over, a.navpoint_thirdlevel_12732:hover{
    background: url('../img/secondlevel1.jpg') top left no-repeat;
}



/* *********************** menue 12732 ende ************************ */







/* ****************************** MENUE 12736 CSS ***************************************/

/* ****************************** RESET DEFAULT CSS ********************************************/
.menue_point_toplevel_12736, .menue_list_toplevel_12736,
.menue_point_secondlevel_12736, .menue_group_12736,
.menue_point_thirdlevel_12736, .menue_list_thirdlevel_12736 {
    margin: 0px;
    padding: 0px;
}

a.navpoint_toplevel_12736:link, a.navpoint_toplevel_12736:visited, a.navpoint_toplevel_12736:active,
a.navpoint_secondlevel_12736:link, a.navpoint_secondlevel_12736:visited, a.navpoint_secondlevel_12736:active,
a.navpoint_thirdlevel_12736:link, a.navpoint_thirdlevel_12736:visited, a.navpoint_thirdlevel_12736:active {
    text-decoration: none;
    display:block;
}

.toplevel_12736_over,
.secondlevel_12736_over,
.thirdlevel_12736_over {
    text-decoration: none;
    display:block;
}

.menue_list_toplevel_12736 li,
.menue_group_12736 li,
.menue_list_thirdlevel_12736 li {
    list-style-type: none;
}

/*+-----------------------------------------------------------------------------------+*/


/* ****************************** MENUE CSS ********************************************/

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_12736, a.navpoint_toplevel_12736:link, a.navpoint_toplevel_12736:visited, a.navpoint_toplevel_12736:active, .menue_point_toplevel_12736_over, a.navpoint_toplevel_12736:hover {
    width: 100%;
    line-height: 30px;
    text-indent: 14px;
    text-align: left;
}

/* menuepoint background */
.menue_point_toplevel_12736 {
    background: url('../img/toplevel2.jpg') top left no-repeat;
}

/* color, weight, size from menuepoint */
.menue_point_toplevel_12736 a {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 13px;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_12736:hover, .menue_point_toplevel_12736_over, .menue_point_toplevel_12736_over a, .menue_point_toplevel_12736:hover > a {
    color: #f1a046;
    font-weight: bold;
    font-size: 13px;
}

/* menuepoint over background */
a.navpoint_toplevel_12736:hover, .menue_point_toplevel_12736_over, .menue_point_toplevel_12736:hover {
    background: url('../img/toplevel2.jpg') top left no-repeat;
}

.menue_point_toplevel_12736, .menue_point_toplevel_12736_over{
    margin-top: 0px;
}


/* ****************************** UNDERMENUE CSS ***************************************/

.menue_group_12736 {
    margin: 3px 0 0px 0;
}
.menue_group_12736_start{
    background: #fef9e1;
    height: 8px;
    line-height: 1px;
    font-size: 1px;
}

.menue_group_12736_end{
    background: #fef9e1;
    height: 3px;
    line-height: 1px;
    font-size: 1px;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_secondlevel_12736, .navpoint_secondlevel_12736:link, a.navpoint_secondlevel_12736:visited, a.navpoint_secondlevel_12736:active, a.navpoint_secondlevel_12736:hover, .menue_point_secondlevel_12736_over {
    width: 100%;
    line-height: 20px;
    text-indent: 33px;
    text-align: left;
}

/* undermenuepoint background */
.menue_point_secondlevel_12736 {
    background: url('../img/secondlevel2.jpg') top left no-repeat;
}

/* undermenuepoint color, weight, size */
.menue_point_secondlevel_12736 a {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 12px;
}

/* undermenuepoint over color weight size */
a.navpoint_secondlevel_12736:hover, .menue_point_secondlevel_12736_over, .menue_point_secondlevel_12736_over a{
    color: #f1a046;
    font-weight: bold;
    font-size: 12px;
}

/* undermenue over background */
.menue_point_secondlevel_12736_over, a.navpoint_secondlevel_12736:hover{
    background: url('../img/secondlevel_over2.jpg') top left no-repeat;
}

/* ****************************** THIRDLEVEL CSS ***************************************/

.menue_list_thirdlevel_12736 {
    margin: 0px 0 0px 0;
}

.menue_list_thirdlevel_12736_start{
    display: none;
}

.menue_list_thirdlevel_12736_end{
    display: none;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_thirdlevel_12736, .navpoint_thirdlevel_12736:link, a.navpoint_thirdlevel_12736:visited, a.navpoint_thirdlevel_12736:active, a.navpoint_thirdlevel_12736:hover, .menue_point_thirdlevel_12736 {
    width: 100%;
    line-height: 20px;
    text-indent: 63px;
    text-align: left;
}

/* undermenuepoint background */
.menue_point_thirdlevel_12736 {
    background: url('../img/secondlevel2.jpg') top left no-repeat;
}

/* undermenuepoint color, weight, size */
.menue_point_thirdlevel_12736 a {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 12px;
}

/* undermenuepoint over color weight size */
a.navpoint_thirdlevel_12736:hover, .menue_point_thirdlevel_12736_over, .menue_point_thirdlevel_12736_over a{
    color: #f1a046;
    font-weight: bold;
    font-size: 12px;
}

/* undermenue over background */
.menue_point_thirdlevel_12736_over, a.navpoint_thirdlevel_12736:hover{
    background: url('../img/secondlevel2.jpg') top left no-repeat;
}



/* *********************** menue 12736 ende ************************ */










/* ****************************** MENUE 13522 CSS ***************************************/

/* ****************************** RESET DEFAULT CSS *******************************************/
.menue_point_toplevel_13522, .menue_list_toplevel_13522,
.menue_point_secondlevel_13522, .menue_group_13522,
.menue_point_thirdlevel_13522, .menue_list_thirdlevel_13522 {
	margin: 0px;
	padding: 0px;
}

a.navpoint_toplevel_13522:link, a.navpoint_toplevel_13522:visited, a.navpoint_toplevel_13522:active,
a.navpoint_secondlevel_13522:link, a.navpoint_secondlevel_13522:visited, a.navpoint_secondlevel_13522:active,
a.navpoint_thirdlevel_13522:link, a.navpoint_thirdlevel_13522:visited, a.navpoint_thirdlevel_13522:active {
	text-decoration: none;
	display:block;
}

.toplevel_13522_over,
.secondlevel_13522_over,
.thirdlevel_13522_over {
	text-decoration: none;
	display:block;
}

.menue_list_toplevel_13522 li,
.menue_group_13522 li,
.menue_list_thirdlevel_13522 li {
    list-style: none outside none;
    text-align: left;
}

/*+-----------------------------------------------------------------------------------+*/


/* ****************************** MENUE CSS ********************************************/

.menue_list_toplevel_13522 {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_13522, a.navpoint_toplevel_13522:link, a.navpoint_toplevel_13522:visited, a.navpoint_toplevel_13522:active, .menue_point_toplevel_13522_over, a.navpoint_toplevel_13522:hover {
	line-height: 42px;
	text-align: center;
	width: 100%;
}
/* menuepoint background */
.menue_point_toplevel_13522 {
	background: url('../img/toplevel3.jpg') top left no-repeat;
}

/* color, weight, size from menuepoint */
.menue_point_toplevel_13522 a {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_13522:hover, .menue_point_toplevel_13522_over, .menue_point_toplevel_13522_over a, .menue_point_toplevel_13522:hover > a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

/* menuepoint over background */
a.navpoint_toplevel_13522:hover, .menue_point_toplevel_13522_over, .menue_point_toplevel_13522:hover {
	background: url('../img/toplevel3.jpg') top left no-repeat, url('../img/toplevel_over3.jpg') top left repeat-x;
}

/* ****************************** UNDERMENUE CSS ***************************************/

.menue_group_13522 {
	margin-bottom: 0;
	margin-top: 0;
}

.menue_group_13522_start{
        height: 5px;
        font-size: 1px;
	line-height: 1px;
        background: url('../img/mg_start.jpg') top left no-repeat;
}

.menue_group_13522_end{
        height: 10px;
        font-size: 1px;
	line-height: 1px;
        background: url('../img/mg_end.jpg') top left no-repeat;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_secondlevel_13522, .navpoint_secondlevel_13522:link, a.navpoint_secondlevel_13522:visited, a.navpoint_secondlevel_13522:active, a.navpoint_secondlevel_13522:hover, .menue_point_secondlevel_13522_over {
	width: 100%;
	line-height: 30px;
	text-indent: 35px;
	text-align: left;
}

/* undermenuepoint background */
.menue_point_secondlevel_13522 {
	background: url('../img/secondlevel3.jpg') top left no-repeat;
}

/* undermenuepoint color, weight, size */
.menue_point_secondlevel_13522 a {
	color: #3c3c3c;
	font-weight: normal;
	font-size: 12px;
}

/* undermenuepoint over color weight size */
a.navpoint_secondlevel_13522:hover, .menue_point_secondlevel_13522_over, .menue_point_secondlevel_13522_over a{
	color: #82b72e;
	font-weight: bold;
	font-size: 12px;
}

/* undermenue over background */
.menue_point_secondlevel_13522_over, a.navpoint_secondlevel_13522:hover{
	background: url('../img/secondlevel_over3.jpg') top left no-repeat;
}

/* ****************************** UNDERMENUE CSS ***************************************/

.menue_list_thirdlevel_13522 {
	margin-bottom: 0;
	margin-top: 0;
}
.menue_list_thirdlevel_13522_start{
        height: 5px;
        font-size: 1px;
	line-height: 1px;
        background: url('../img/mg_start.jpg') top left no-repeat;
}

.menue_list_thirdlevel_13522_end{
        height: 10px;
        font-size: 1px;
	line-height: 1px;
        background: url('../img/mg_end.jpg') top left no-repeat;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_thirdlevel_13522, .navpoint_thirdlevel_13522:link, a.navpoint_thirdlevel_13522:visited, a.navpoint_thirdlevel_13522:active, a.navpoint_thirdlevel_13522:hover, .menue_point_thirdlevel_13522_over {
	width: 100%;
	line-height: 30px;
	text-indent: 35px;
	text-align: left;
}

/* undermenuepoint background */
.menue_point_thirdlevel_13522 {
	background: url('../img/secondlevel3.jpg') top left no-repeat;
}

/* undermenuepoint color, weight, size */
.menue_point_thirdlevel_13522 a {
	color: #3c3c3c;
	font-weight: normal;
	font-size: 12px;
}

/* undermenuepoint over color weight size */
a.navpoint_thirdlevel_13522:hover, .menue_point_thirdlevel_13522_over, .menue_point_thirdlevel_13522_over a{
	color: #82b72e;
	font-weight: bold;
	font-size: 12px;
}

/* undermenue over background */
.menue_point_thirdlevel_13522_over, a.navpoint_thirdlevel_13522:hover{
	background: url('../img/secondlevel_over3.jpg') top left no-repeat;
}


/**** / PATCH DROPDOWN  / ****/

/**** / TOPLEVEL  / ****/
.menue_point_toplevel_13522, .menue_point_toplevel_13522_over {
	padding: 0 0;
	position: relative;
	margin: 0 0px;
	display: table-cell !important;
        zoom: 1;
        *display: inline;
}

/**** / SECONDLEVEL / ****/
.menue_group_13522 {
	position: absolute;
	top: 42px;
	width: 189px;
	display: none;
	display: none !important;
}

.menue_point_toplevel_13522:hover .menue_group_13522, .menue_point_toplevel_13522_over:hover .menue_group_13522 {
	display: block;
	display: block !important;
	z-index: 80;
}

.menue_group_13522 .menue_point_secondlevel_13522, .menue_group_13522 .menue_point_secondlevel_13522_over {
	position: relative;
}

/**** / THIRDLEVEL / ****/
.menue_list_thirdlevel_13522 {
	position: absolute;
	top: -5px;
	left: 189px;
	width: 188px;
	display: none;
	display: none !important;
}

.menue_point_secondlevel_13522:hover .menue_list_thirdlevel_13522, .menue_point_secondlevel_13522_over:hover .menue_list_thirdlevel_13522 {
	display: block;
	display: block !important;
	z-index: 60;
}

.menue_group_13522 .menue_point_thirdlevel_13522, .menue_group_13522 .menue_point_thirdlevel_13522_over {
	position: relative;
}
/* *********************** menue 13522 ende ************************ */