/******************* General styles *********************/
body {
    background-image: url(images/page_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #669FF9;
}

body, th, td, div, .normal, .Normal, h1, h2, h3, h4, .SkinObject, .NormalBold, .h1, .h2, .h3, .h4, .head, .Head {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #24557f;
    font-weight: normal;
    line-height: 17px;
}

#outerPage > table > tbody > tr:nth-child(odd) td {
    line-height: 0px;
}

.normal li {
    line-height: 17px;
}

.normal P {
    line-height: 17px;
    /* margin: 3px 0 6px 0; */
}

.Pager span {
    color: white;
    font-size: 18px;
    font-weight: Bold;
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Small, .small td, .small select, .small input {
    font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

h1, .h1, h1 .Head {
    font-size: 24px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    margin: 12px 0 6px 0;
    letter-spacing: 0.02em;
}

#dnn_ctr_dnnTITLE_lblTitle {
    display: none;
}

h2, .h2, h2 .Head, h2.dnnFormSectionHead {
    font-size: 18px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    letter-spacing: 0.03em;
}
h2.dnnFormSectionHead {
    cursor: pointer;
}
.dnnFormSectionHead  a span.Head {
  
    line-height:35px;
    margin-bottom:0px;

}

h3, .h3, h3 .Head {
    font-size: 14px;
    font-weight: Bold;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    letter-spacing: 0.02em;
}

h4, .h4, h4 .Head {
    font-size: 12px;
    font-weight: Bold;
    letter-spacing: 0.01em;
}

.ColouredTitle {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 5px 10px 15px;
}

.NormalBold, tr.NormalBold td {
    font-weight: bold;
}

.White {
    color: #FFFFFF;
}

.UDT_Table_AlternateItem {
    background-color: #ecf3fd;
}

A, A:link, A:visited, A:active {
    color: #00969b;
    text-decoration: underline;
}

    A:visited {
        color: #00969b;
        text-decoration: none;
    }

    A:hover {
        color: #00969B;
        text-decoration: none;
        text-decoration: underline;
    }


/******************* other styles *********************/
#outerPage {
    height: 100%;
    margin: 25px 50px;
}

/******************* Control Panel styles *********************/
.controlpanel {
    background: #ffd;
    border: #bbb solid;
    border-width: 0px 0px 1px;
}

    .controlpanel #dnn_IconBar\.ascx_rowControlPanel {
        background: #eed;
    }



/******************* Search styles *********************/
#SearchContainer input {
    margin: 5px 0 5px 2px;
    _margin: 0 0 1px 0;
    padding-left: 4px;
    border: 1px solid #99D5D7;
    font-size: 12px;
    color: #000000;
    background: #FFFFFF;
    width: 100px;
    height: 16px;
}

.search, a.search:link, a.search:active, a.search:visited {
    color: #1072C8;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    padding-left: 2px;
}

a.search:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding-left: 2px;
}

a.search img {
    margin-bottom: 1px;
    margin-left: -2px;
}
/*
.search_sty
{
	margin: 10px;
	padding-bottom:auto ;
    padding-left:4px ;
    padding-right:10px ;
    padding-top: auto ;

	background-image: url(images/search_bg.jpg);
	background-position: top left;
	background-repeat:repeat
}*/

/******************* Language styles *********************/
#LanguageContainer select {
    margin: 0px;
    vertical-align: top;
    border: 1px #5A5A5A solid;
    font-size: 9px;
    color: #FFFFFF;
    background: #5A5A5A;
    width: 130px;
    height: 16px;
}

/******************* Content Pane styles *********************/
.TopPane {
    padding: 0px 0px 8px 0px;
}

.ContentPane {
    padding: 0px 0px 0px 0px;
}

.RightPane {
    padding: 0px 0px 0px 10px;
}

.BottomPane {
    padding: 0px 0px 0px 0px;
}

.LeftPane {
    padding: 10px 0px 0px 0px;
}

.DNNEmptyPane {
    padding: 0px;
}
/******************* Container styles *********************/
#quickstart a.Normal {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
}

#quickstart table {
    padding: 0;
}
/******************* User styles *********************/
.user {
    padding: 0;
}

.esslink {
    padding: 0px 3px 0px 3px;
}

.esslink, a.esslink:link, a.esslink:active, a.esslink:visited, .user, a.user:link, a.user:active, a.user:visited {
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    color: #24557F;
    text-decoration: none;
    white-space: nowrap;
}

a.esslink:hover, a.user:hover {
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    color: #04949F;
    text-decoration: none;
    white-space: nowrap;
}


/******************* Footer styles *********************/
.footer, a.footer:link, a.footer:active, a.footer:visited {
    font-size: 11px;
    font-family: Verdana;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.footer:hover {
    font-size: 11px;
    font-family: Verdana;
    color: #C4C1AC;
    text-decoration: none;
    font-weight: normal;
}
/*  Footer BG  Style   */
.footer_sty {
    background-image: url(images/footer_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.footer_address {
    font-size: 10px;
    font-family: Tahoma;
    padding: 20px 10px;
    font-weight: bold;
}
/*  Footer Text Padding  */
#footer_pad {
    padding: 2px 10px;
}

/******************* Links styles *********************/
.links, a.links:link, a.links:active, a.links:visited {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.links:hover {
    font-size: 11px;
    color: #595959;
    text-decoration: none;
    font-weight: normal;
}


/******************* Breadcrumb styles *********************/
.Breadcrumb, span.Breadcrump, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited, .breadCrump a, .breadCrump a:link, .breadCrump a:active, .breadCrump a:visited {
    color: #24557F;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
}

    a.Breadcrumb:hover, .breadCrump a:hover {
        color: #04949F;
        text-decoration: none;
        font-family: Tahoma;
        font-weight: bold;
        font-size: 12px;
    }


/******************* Date styles *********************/
.date, a.date:link, a.date:active, a.date:visited {
    color: #919191;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

a.date:hover {
    color: #919191;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.kalender, a.kalender:link, a.kalender:active, a.kalender:visited, a.kalender:hover {
    color: #FFFFFF;
}


/****************************************************************/
/******************* Custom Template styles *********************/
/*  Box Structure Style   */
/* box_top  Style */
.box_12 {
    background-image: url(images/box12.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

/* box_bottom  Style  */
.box_34 {
    background-image: url(images/box34.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

/* box_left  Style  */
.box_41 {
    background-image: url(images/box41.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

/* box_right  Style  */
.box_23 {
    background-image: url(images/box23.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

/*  BreadCrumb Area BG Style  */
#bread_sty {
    background-image: url(images/bread_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 5px 0 25px 2px;
}

#bread_sty_admin {
    background-image: url(images/bread_bg_admin.png);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 00px 0px 0px 2px;
}


/* White BakGround */
.bgwhite_sty {
    background-color: #FFFFFF;
}

/*  Box Inner Style  */
.inner_sty {
    background-color: #FFFFFF;
    padding: 20px;
}




/*  Menu Area Style  */
.menu_sty {
    background-image: url(images/menu_bg.png);
    background-position: top left;
    background-repeat: repeat-y;
    padding-left: 10px;
}

.menu_sty_blue {
    background: none repeat scroll left top #EEF2FB;
    /*background-image: url(images/menu_bg_blue.png);
	background-position: top left;
	background-repeat: repeat-y;*/
    padding-left: 10px;
}

.menu_sty_warenkorb {
    background-image: url(images/menu_bg_blue_warenkorb.png);
    background-position: top left;
    background-repeat: repeat-y;
    padding-left: 10px;
}
/*  Middle Area Padding  */
.mid_pad {
    padding-left: 20px;
}





/* Admin Page Padding Style  */
.admin_pad {
    padding: 10px 10px 0px 20px;
}


/*  User Login Area Padding Style  */
#user_pad {
    padding: 0px 7px 3px 7px;
    _padding: 0px 7px 0px 7px;
}

#user_pad1 {
    padding: 0px 3px 0px 7px;
}

/*  Link Control Style  */



/******************* Link styles *********************/
.link1, a.link1:link, a.link1:active, a.link1:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-image: url(images/link_green.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 6px 5px 10px 45px;
}

a.link1:hover {
    color: #000000;
}


.link_button, a.link_button:link, a.link_button:active, a.link_button:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

a.link_button:hover {
    color: #000000;
}


.link_ausbildung, a.link_ausbildung:link, a.link_ausbildung:active, a.link_ausbildung:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-image: url(images/link_ausbildung.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 6px 5px 10px 45px;
}

a.link_ausbildung:hover {
    color: #000000;
}

.link_info, a.link_info:link, a.link_info:active, a.link_info:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-image: url(images/link_Info.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 6px 5px 10px 45px;
}

a.link_info:hover {
    color: #000000;
}

.link_service, a.link_service:link, a.link_service:active, a.link_service:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-image: url(images/link_Service.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 6px 5px 10px 45px;
}

a.link_service:hover {
    color: #000000;
}

.link_termin, a.link_termin:link, a.link_termin:active, a.link_termin:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-image: url(images/link_termin.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 6px 5px 10px 45px;
}

a.link_termin:hover {
    color: #000000;
}


.dnntree div {
    padding: 0px 0 1px 0;
}


.x1, .x2, .x3, .x4, .x5, .x6, .x7 {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 1px 10px 1px 15px;
    margin-top: 22px;
}

.x2, .x5, .x6 {
    font-weight: bold;
}

.x5, .x6 {
    background-color: #FFffCC;
    line-height: 120%;
}

.x7 {
    color: #04949F;
}


/*---------------During Print ------------------------ */
@media all {
    .OnlyPrint {
        display: none;
    }
}

@media print {
    body {
        background: #ffffff;
    }
	
	#ControlBar_ControlPanel{
		display: none;
	}

    .DontPrint {
        display: none;
    }

    #dnnCPWrap {
        display: none;
    }

    #outerPage table {
        width: 100%;
    }

    #outerPage {
        background-image: none;
        background-color: white;
        vertical-align: top;
    }

    table {
        vertical-align: top;
    }

    body, th, td, div, .normal, h1, h2, h3, h4, .SkinObject, .NormalBold, .h1, .h2, .h3, .h4, .head {
        color: black;
    }

    .inner_sty {
        background-color: none;
        padding: 20px;
    }

    .OnlyPrint {
        display: inline;
    }

    .footer_sty {
        background-image: none;
    }

    #bread_sty {
        background-image: none;
    }
}

/*-------------AusbildungsAnmeldung----------------*/
a.AnmeldungNavigationGray {
    background: transparent url(../../../../images/tablogin_gray.gif) repeat top left;
    border: 1px solid #25569A;
    color: #FFFFFF;
    margin: 0pt 3px 3px 0pt;
    padding: 5px 5px 4px;
    text-decoration: none;
}

a.AnmeldungNavigationSelected {
    background: transparent url(../../../../images/tablogin_blue.gif) repeat scroll 0% -41px;
    border: 1px solid #25569A;
    color: #FFFFFF;
    margin: 0pt 3px 3px 0pt;
    padding: 5px 5px 4px;
    text-decoration: none;
    font-weight: bold;
}

a.AnmeldungNavigation {
    background: transparent url(../../../../images/tablogin_blue.gif) repeat top left;
    border: 1px solid #25569A;
    color: #FFFFFF;
    margin: 0pt 3px 3px 0pt;
    padding: 5px 5px 4px;
    text-decoration: none;
}

    A.AnmeldungNavigation:link, A.AnmeldungNavigation:visited, A.AnmeldungNavigation:active, A.AnmeldungNavigationGray:link, A.AnmeldungNavigationGray:visited, A.AnmeldungNavigationGray:active, A.AnmeldungNavigationGray:hover, A.AnmeldungNavigationSelected:link, A.AnmeldungNavigationSelected:visited, A.AnmeldungNavigationSelected:active {
        color: #FFFFFF;
        text-decoration: none;
    }

    A.AnmeldungNavigation:hover, A.AnmeldungNavigationSelected:hover {
        background: transparent url(../../../../images/tablogin_blue.gif) repeat scroll 0% -41px;
        text-decoration: none;
    }

/*--------------Table Styles-----------------------*/
.TableHeadGreen, .TableHeadGreen th {
    background-color: #08b1b7;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

    .TableHeadGreen a, .TableHeadGreen a:visited {
        color: #ffffff;
        font-weight: bold;
        text-align: left;
        text-decoration: underline;
    }

.TableHeadBlue, .TableHeadBlue th {
    background-color: #3c89c4;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.TableItemGreen {
    background-color: #e6f4f4;
}

.TableItemBlue {
    background-color: #e5ebf6;
}

.TableAlternateItemGreen {
    background-color: #d0e5e2;
}

.TableAlternateItemBlue {
    background-color: #cdd8e9;
}


/*--- Login Form ---*/
.dnnLoginService {
    padding-top: 45px;
}

.dnnLogin input[type="text"], .dnnLogin input[type="password"] {
    width: 170px;
    min-width: 170px;
}

.dnnLoginRememberMe {
    margin-top: -75px;
}

.dnnForm.dnnLogin.dnnClear, .dnnForm.dnnLoginService {
    margin: 0;
    width: 200px;
    min-width: 180px;
}

.dnnLoginService a.dnnPrimaryAction {
    margin-top: 25px;
    margin-left: 5px;
}

.dnnLoginActions .dnnActions {
    margin-top: -25px;
}


div.dnnLoginService .dnnFormItem:nth-child(4) label.dnnFormLabel {
    display: none;
}

#dnn_ctr3849_Login_Login_DNN_liRegister, #dnn_ctr_dnnTITLE_titleLabel, #dnn_ctr_dnntitle_lbltitle {
    display: none;
}
/* Kennwort zurücksetzen zu einem normalen Link ändern*/
#dnn_ctr3849_Login_Login_DNN_passwordLink {
    background: none;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-decoration: underline;
    font-weight: normal;
    color: #00969b;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 697px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 697px;
    height: 255px;
}
#exampleSmall {
    position: relative;
    width: 697px;
    height: 127px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 697px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 697px;
        height: 255px;
    }

        .slides_container a img {
            display: block;
        }


/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }


.dnnForm input.dnnFormRequired, p.dnnFormRequired span {
    border-left: 5px #F00 solid;
    padding-left: 0.5em;
}

.Head, .head {
    display: block;
}

ul {
    margin-left: 30px;
    list-style-type: square;
}
td > ul{
	margin-left: 18px;
}

ol {
    margin-left: 30px;
}

p {
    margin: 18px 0 8px 0;
}

h2.dnnFormSectionHead {

}

.dnnFormSectionHead span {
    font-size: 18px;
    color: #24557f;
}

span.dnnFormRadioButtons {
    background: none;
    margin: 0;
    padding: 0;
}

fieldset {
  
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

ul.dnnAdminTabNav {
    border-bottom: 1px solid #246A96;
}

    ul.dnnAdminTabNav li a {
        background: #80abde;
        background: -moz-linear-gradient(top, #80abde 0%, #0e7eb2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80abde), color-stop(100%,#0e7eb2));
        background: -webkit-linear-gradient(top, #80abde 0%,#0e7eb2 100%);
        background: -o-linear-gradient(top, #80abde 0%,#0e7eb2 100%);
        background: -ms-linear-gradient(top, #80abde 0%,#0e7eb2 100%);
        background: linear-gradient(top, #80abde 0%,#0e7eb2 100%);
        background: -webkit-linear-gradient(top, #80abde 0%,#0e7eb2 100%);
        border: 1px solid #246A96;
        color: #efefef;
        min-width: 45px;
        text-shadow: none;
        border-bottom: 0;
        padding-bottom: 10px;
    }

        ul.dnnAdminTabNav li a:hover {
            background: #94B6DD;
            background: -moz-linear-gradient(top, #94B6DD 0%, #3294C1 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94B6DD), color-stop(100%,#3294C1));
            background: -webkit-linear-gradient(top, #94B6DD 0%,#3294C1 100%);
            background: -o-linear-gradient(top, #94B6DD 0%,#3294C1 100%);
            background: -ms-linear-gradient(top, #94B6DD 0%,#3294C1 100%);
            background: linear-gradient(top, #94B6DD 0%,#3294C1 100%);
            background: -webkit-linear-gradient(top, #94B6DD 0%,#3294C1 100%);
            color: #efefef;
            text-shadow: none;
        }

    ul.dnnAdminTabNav li.ui-state-active a {
        background: #007ece;
        background: #256FC6;
        background: -moz-linear-gradient(top, #88B0E1 0%, #256FC6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88B0E1), color-stop(100%,#256FC6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #88B0E1 0%,#256FC6 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #88B0E1 0%,#256FC6 100%); /* W3C */
        color: #efefef;
        text-shadow: none;
    }

.dnnForm .ui-corner-all {
    border-radius: 0;
}

/*stop fading on hover in edit mode*/
.dnnEditState .DnnModule {
    opacity: 1.0;
}

ol.alpha li {
    list-style-type: lower-alpha;
}

    ol.alpha li ul li {
        list-style-type: square;
    }

form .dnn_mact > li > a {
    background-color: #256FC6;
}

form .dnn_mact > li.actionMenuAdmin > a {
    background-position: -48px 0px;
}

form .dnn_mact > li.actionMenuMove > a {
    background-position: -99px 0px;
}

form .dnn_mact > li.actionMenuEdit > a {
    background-position: 2px 0px;
}

#dnn_dnnSEARCH_ClassicSearch ul.searchSkinObjectPreview {
    width: 550px;
    z-index: 2000;
}




.dnn_mact > li ul {
    width: 210px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
a.dnnPrimaryAction, a.dnnSecondaryAction {
    text-decoration: none;
}
/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #0D569E; /*dark blue*/
    background: #256FC6;
    background: -moz-linear-gradient(top, #88B0E1 0%, #256FC6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88B0E1), color-stop(100%,#256FC6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #88B0E1 0%,#256FC6 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #88B0E1 0%,#256FC6 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #0D569E;
        background: #6cb6f3; /* Old browsers */
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
        color: #fff;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        border-color: #0D569E;
        background: #1f66be; /* Old browsers */
        background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;
    }





/* Secondary Action */

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
.dnnLogin .LoginTabGroup span {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;
}


    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    .dnnLogin .LoginTabGroup span:hover {
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
        color: #555;
    }


    .dnnFormItem button:active,
    .dnnFormItem input[type="button"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    ul.dnnAdminTabNav li a:active {
        border-color: #999;
        background: #c6c6c6; /* Old browsers */
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
        background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    }

button.aspNetDisabled.dnnPrimaryAction,
a.aspNetDisabled.dnnPrimaryAction, .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
    background: #ccc !important;
    border-color: #ccc !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #aaa !important;
    text-shadow: none;
    cursor: not-allowed;
}

button.aspNetDisabled.dnnSecondaryAction,
a.aspNetDisabled.dnnSecondaryAction, .dnnSecondaryAction[disabled], .dnnSecondaryAction[disabled]:hover, .dnnSecondaryAction[disabled]:active {
    background: #ddd !important;
    border-color: #ddd !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #aaa !important;
    text-shadow: none;
    cursor: not-allowed;
}

.commandButton, A.commandButton:link, A.commandButton:visited, A.commandButton:active, .commandButton:link A, .commandButton:visited A, .commandButton:active A,
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active, .CommandButton:link A, .CommandButton:visited A, .CommandButton:active A {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #256FC6;
}

A.commandButton:hover,
A.CommandButton:hover {
    color: #00969b;
    text-decoration: underline;
    font-weight: bold;
}

/** "DGZFP-Tabelle **/
 .dgzfp-table {
   width: 100%;
 }

 .dgzfp-table td {
   padding: 0.2rem 0.3rem;
   white-space: nowrap;
 }

 .dgzfp-table thead tr td {
   color: #fff;
   font-weight: 600;
   text-align: center;
 }

 .dgzfp-table thead tr td.green {
   background-color: #08b1b7;
 }

 .dgzfp-table thead tr td.blue {
   background-color: #3c89c4;
 }

 .dgzfp-table tbody tr:nth-of-type(odd) td.green {
   background-color: #d0e5e2;
 }

 .dgzfp-table tbody tr:nth-of-type(even) td.green {
   background-color: #e6f4f4;
 }

 .dgzfp-table tbody tr:nth-of-type(odd) td.blue {
   background-color: #cdd8e9;
 }

 .dgzfp-table tbody tr:nth-of-type(even) td.blue {
   background-color: #e5ebf6;
 }
