@import url(https://fonts.verwaltungsportal.de/import/?family=Open+Sans:400,300,600);
@import url('https://fonts.verwaltungsportal.de/import/?family=Dancing+Script:400,700');

body {
    font-family: Open Sans, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: #343434;
    background: #ffffff;
}

a {
    color: #cc6600;
}

a:hover {
    color: #cc6600;
}

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

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

#fix1 {
    background: url('../img/bg_fix.png') top center repeat-y;
}

/* headerhoehe */
#header {
    height: 491px;
    background: url('../img/bg_header.png') top left no-repeat;
    margin-top: -77px;
}

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

#left {
    width: 250px;
}

#left_indent {
    margin: 0 0px 0 6px;
}

#left-top {
    height: 400px;
}

#vernetzt {
    margin: 63px 0 0 10px;
    text-align: left;
    float: left;
}

#middle {
    width: 700px;
}

#content {
    width: 593px;
    min-height: 400px;
}

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

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

#right-top {
    height: 400px;
}

#footer {
    height: 111px;
    color: #ffffff;
    font-size: 15px;
    background: url('../img/bg_footer.png') top no-repeat;
}

#innerfooter {
    padding-top: 56px;
    line-height: 55px;
    color: #ffffff;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0px;
    text-align: right;
    float: right;
}

#innerfooter a {
    color: #ffffff;
}

#innerfooter a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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

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


#search {
    width: 240px;
    height: 47px;
    margin-bottom: 20px;
}

#search_form{
    width: 240px;
    height: 47px;
    background: url('../img/bg_search.png') top left no-repeat;
}

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

#search_input {
    width: 200px;
    color: #7a7a7a;
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 5px;
    padding: 0;
    border: 0;
}

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


#bg_top {
    background: url('../img/bg_top.png') top center no-repeat;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    z-index: 51;
    height: 77px;
    position: relative;
}

#body_pattern {
    background: #fffbd0 url('../img/bg_body.png') top center repeat-x;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 6;
}

#footer_pattern {
    background: url('../img/footer_pattern.png') scroll center bottom repeat-x;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
}

#headerpic {
    height: 850px;
    max-width: 2000px;
    min-width: 1200px;
    width: 100%;
    position: absolute;
    top: 0px;
}

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

#slider, .slider-wrapper {
    height: 100%;
}

#body {
    position: relative;
    z-index: 7;
    width: 1200px;
    margin: 0 auto;
}

#toplevel {
    height: 55px;
    width: 1200px;
    margin: 0 auto;
}

#toplevel_pos {
    margin: 0 0px 0 0px;
    width: 1200px;
}

#content_spacer {
    height: 12px;
    line-height: 1px;
    font-size: 1px;
}

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

#style {
    height: 19px;
    margin-left: 508px;
    position: absolute;
    top: 474px;
}

#switch {
    width: 75px;
    font-size: 1px;
    line-height: 1px;
}

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

.box {
    width: 244px;
}

.box * {
    max-width: 100%;
}

.boxtop {
    background: url('../img/bg_boxtop.png') top no-repeat;
    height: 51px;
    color: #ffffff;
    line-height: 51px;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.boxbody {
    background: url('../img/bg_boxbody.png') top repeat-y;
    color: #343434;
}

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

.boxbottom {
    background: url('../img/bg_boxbottom.png') top no-repeat;
    height: 26px;
    line-height: 1px;
    font-size: 1px;
}

.box2 {
    width: 244px;
}

.box2 * {
    max-width: 100%;
}

.boxtop2 {
    background: url('../img/bg_boxtop2.png') top no-repeat;
    height: 51px;
    color: #ffffff;
    text-align: center;
    line-height: 51px;
    font-weight: normal;
    font-size: 20px;
    text-decoration: underline;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.boxbody2 {
    background: url('../img/bg_boxbody2.png') top repeat-y;
    color: #343434;
}

.boxindent2 {
    width: 210px;
    margin: 0 auto;
}

.boxbottom2 {
    background: url('../img/bg_boxbottom2.png') top no-repeat;
    height: 26px;
    line-height: 1px;
    font-size: 1px;
}

.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 {
    color: #343434;
    font-weight: normal;
    line-height: 1.2em;
    font-family: Open Sans, Verdana, Helvetica, sans-serif;
}

.h4link a:link, .h4link a:hover, .h4link a:visited, h1, #content .legacy_h1, .legacy_h1 {
    color: #343434;
    font-weight: normal;
    line-height: 1.2em;
    font-family: Open Sans;
}

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

/* 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 {
    color: #7c7c7c;
    font-weight: normal;
}

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

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

.tab_link {
    color: #343434;
}

.tab_link_mehr {
    color: #343434;
}

.tab_link_mehr a {
    color: #cc6600;
}

.tab_link_mandat a {
    color: #cc6600;
}

/* Tabschriften Ende */

/* Veranstaltung 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: #343434;
}

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

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

/* ****************************** RESET DEFAULT CSS ********************************************/
.menue_point_toplevel_1374, .menue_list_toplevel_1374,
.menue_point_secondlevel_1374, .menue_group_1374,
.menue_point_thirdlevel_1374, .menue_list_thirdlevel_1374 {
    margin: 0px;
    padding: 0px;
}

a.navpoint_toplevel_1374:link, a.navpoint_toplevel_1374:visited, a.navpoint_toplevel_1374:active,
a.navpoint_secondlevel_1374:link, a.navpoint_secondlevel_1374:visited, a.navpoint_secondlevel_1374:active,
a.navpoint_thirdlevel_1374:link, a.navpoint_thirdlevel_1374:visited, a.navpoint_thirdlevel_1374:active {
    text-decoration: none;
    display: block;
}

.toplevel_1374_over,
.secondlevel_1374_over,
.thirdlevel_1374_over {
    text-decoration: none;
    display: block;
}

.menue_list_toplevel_1374 li,
.menue_group_1374 li,
.menue_list_thirdlevel_1374 li {
    list-style-type: none;
}

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

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

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_1374, a.navpoint_toplevel_1374:link, a.navpoint_toplevel_1374:visited, a.navpoint_toplevel_1374:active, .menue_point_toplevel_1374_over, a.navpoint_toplevel_1374:hover {
    width: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

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

/* color, weight, size from menuepoint */
.menue_point_toplevel_1374 a {
    color: #ffffff;
    font-weight: normal;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_1374:hover, .menue_point_toplevel_1374_over, .menue_point_toplevel_1374_over a, .menue_point_toplevel_1374:hover > a {
    color: #ffffff;
    font-weight: normal;
}

/* menuepoint over background */
a.navpoint_toplevel_1374:hover, .menue_point_toplevel_1374_over, .menue_point_toplevel_1374:hover {
    background: url('../img/toplevel_over.png') top left repeat-x;
}

.menue_point_toplevel_1374, .menue_point_toplevel_1374_over {
    margin-top: 0;
}

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

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

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

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

/* height, width, align, indent for undermenuepoint */
.menue_point_secondlevel_1374, .navpoint_secondlevel_1374:link, a.navpoint_secondlevel_1374:visited, a.navpoint_secondlevel_1374:active, a.navpoint_secondlevel_1374:hover, .menue_point_secondlevel_1374_over {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    text-indent: 16px;
    text-align: left;
    text-shadow: none;
}

/* undermenuepoint background */
.menue_point_secondlevel_1374 {
    background: url('../img/secondlevel.png') top left repeat-y;
}

/* undermenuepoint color, weight, size */
.menue_point_secondlevel_1374 a {
    color: #343434;
    font-weight: normal;
}

/* undermenuepoint over color weight size */
a.navpoint_secondlevel_1374:hover, .menue_point_secondlevel_1374_over, .menue_point_secondlevel_1374_over a, .menue_point_secondlevel_1374:hover > a {
    color: #ffffff;
    font-weight: normal;
}

/* undermenue over background */
.menue_point_secondlevel_1374_over, .menue_point_secondlevel_1374:hover {
    background: url('../img/secondlevel_over.png') top left repeat-y;
}

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

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

.menue_list_thirdlevel_1374_start {
    height: 13px;
    font-size: 1px;
    line-height: 1px;
    background: url('../img/thirdlevel_start.png') top left no-repeat;
}

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

/* height, width, align, indent for undermenuepoint */
.menue_point_thirdlevel_1374, .navpoint_thirdlevel_1374:link, a.navpoint_thirdlevel_1374:visited, a.navpoint_thirdlevel_1374:active, a.navpoint_thirdlevel_1374:hover, .menue_point_thirdlevel_1374 {
    width: 100%;
    line-height: 30px;
    text-indent: 16px;
    text-align: left;
}

/* undermenuepoint background */
.menue_point_thirdlevel_1374 {
    background: url('../img/secondlevel.png') top left repeat-y;
}

/* undermenuepoint color, weight, size */
.menue_point_thirdlevel_1374 a {
    color: #343434;
    font-weight: normal;
}

/* undermenuepoint over color weight size */
a.navpoint_thirdlevel_1374:hover, .menue_point_thirdlevel_1374_over, .menue_point_thirdlevel_1374_over a {
    color: #ffffff;
    font-weight: normal;
}

/* undermenue over background */
.menue_point_thirdlevel_1374_over, .menue_point_thirdlevel_1374:hover {
    background: url('../img/secondlevel_over.png') top left repeat-y;
}

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

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

/**** / SECONDLEVEL / ****/
.menue_group_1374 {
    position: absolute;
    top: 55px;
    left: 0;
    width: 245px;
    display: none;
    display: none !important;
}

.menue_point_toplevel_1374:hover .menue_group_1374, .menue_point_toplevel_1374_over:hover .menue_group_1374 {
    display: block;
    display: block !important;
    z-index: 80;
}

.menue_group_1374 .menue_point_secondlevel_1374, .menue_group_1374 .menue_point_secondlevel_1374_over {
    position: relative;
}

/**** / THIRDLEVEL / ****/
.menue_list_thirdlevel_1374 {
    position: absolute;
    top: -13px;
    left: 245px;
    width: 245px;
    display: none;
    display: none !important;
}

.menue_point_secondlevel_1374:hover .menue_list_thirdlevel_1374, .menue_point_secondlevel_1374_over:hover .menue_list_thirdlevel_1374 {
    display: block;
    display: block !important;
    z-index: 60;
}

.menue_group_1374 .menue_point_thirdlevel_1374, .menue_group_1374 .menue_point_thirdlevel_1374_over {
    position: relative;
}

/* *********************** menue 1374 ende ************************ */

