﻿/* CSS Document */

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.max {
    max-width: 100%;
    max-height: 100%;
}

.clearfix {
}

    .clearfix:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

html, body, p, td, li {
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

body {
    background-color: #F4F4F4;
    padding: 0;
    margin: 0;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    color: #0570BF;
    margin: 0.75em 0 0.75em 0;
}

p {
    margin: 0;
    color: #262626;
    /*font-size: 0.875rem;*/
}

img {
    border: 0 none;
}

iframe {
    max-width: 100%;
}

a {
    color: #0570BF;
    text-decoration: none;
}

    a img {
        border: none;
    }

    a:link {
        color: #414958;
        text-decoration: none;
    }

    a:visited {
        color: #4E5869;
        text-decoration: none;
    }

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

.error {
    color: #ff0000;
}

.success {
    color: #018301;
}

#brand-logo {
    padding-left: 48px;
    width: 480px;
    float: left;
    /*margin-bottom:30px;*/
}

#mobile-header {
    display: none;
}

#center {
    width: 1160px;
    padding: 0;
    margin: 0 auto;
}

#page {
    width: 1000px;
    float: left;
    max-width: 100%;
    /*margin: 0 auto;*/
}

#header {
    background: #f3f3f3;
    padding-top: 20px;
    height: 120px;
    float: left;
    width: 100%;
}

    #header > * {
        vertical-align: bottom;
    }
    /*#header :after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}*/

    #header a.mobile-magnifier {
        display: none;
        /*display: inline-block;*/
        /*position: absolute;
		right: 0;
		top: 0;*/
        float: right;
        padding: 0;
        /*text-indent: -9999px;*/
        width: 24px;
        height: 24px;
        max-width: 10%;
        background: url(images/sg/sg_lupe-inverse.svg);
        background-repeat: no-repeat;
        margin: 0 12px 0 0;
        cursor: pointer;
    }

    #header div.mobile-search-box {
        float: right;
        display: none;
        margin: 16px 0 16px 0;
        /*width: 100%;*/
    }

        #header div.mobile-search-box form {
            float: right;
        }

            #header div.mobile-search-box form input.button {
                float: right;
                /*margin-right: 10px;*/
                /*margin-left: -16px;*/
                margin: 2px 12px 0 8px;
                height: 25px;
            }

            #header div.mobile-search-box form input.textbox {
                border: 1px solid #C8CAC5;
                height: 30px;
                width: 300px;
                max-width: 100%;
                float: left;
                border-radius: 15px;
                padding-left: 8px;
                font-size: 16px;
            }

    #header a.nav-button-mobile, #header a.nav-button-mobile-close {
        float: left;
        /*display: inline-block;*/
        padding: 0;
        /*text-indent: -9999px;*/
        width: 32px;
        height: 32px;
        background: url(images/sg/nav-burger-inverse.svg);
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 12px 8px 0 12px;
        display: none;
    }

    #header a.nav-button-mobile-close {
        background: url(images/sg/nav-burger-close-inverse.svg);
    }

div.full-container {
    float: right;
    vertical-align: top;
    height: 68px;
    margin: 0;
    padding: 0;
    width: 500px;
    max-width: 100%;
}

    div.full-container img {
        max-width: 100%;
        height: auto !important;
    }

div.search-box {
    float: right;
    width: 490px;
    height: 23px;
    margin-right: 8px;
}

    div.search-box form {
        padding: 0;
    }

    div.search-box .auth {
        float: right;
        margin-right: 32px;
    }

        div.search-box .auth ul li a {
            color: #262626;
            /*font-size: 0.875em;*/
        }

    div.search-box form {
        float: right;
    }

        div.search-box form input.button {
            float: right;
            /*margin-right: 10px;*/
            margin-left: -16px;
            padding-top: 4px;
            width: 16px;
            height: 20px;
        }

        div.search-box form input.textbox {
            border: 1px solid #C8CAC5;
            height: 24px;
            width: 189px;
            float: left;
            padding-left: 8px;
            padding-right: 20px;
            border-radius: 10px;
        }




#navcontainer {
    width: 100%;
    background-color: #0570BF;
    /*background-image: url("images/nav/BGShadowBorderBGWhite.gif");
    background-repeat: repeat-y;*/
    height: 51px;
    float: left;
    overflow: hidden;
}

    #navcontainer div.auth {
        display: none;
    }

span.hlfeature {
    /*background-image: url("images/nav/HeadlineBrick.png");
	border-top:#c85d49 solid 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-left:15px;
	padding-right:15px;
	margin-left:-15px;
	padding-bottom: 1px;
	line-height:16px;
	padding-top: 0;*/
}

/*************** Navigation Styles **************/
a.nav-button, a.nav-button-close {
    float: left;
    display: inline-block;
    padding: 0;
    /*text-indent: -9999px;*/
    width: 32px;
    height: 32px;
    background: url(images/sg/nav-burger.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 16px;
}

a.nav-button-close {
    background: url(images/sg/nav-burger-close.svg);
    margin-top: 10px;
}

#servicenav {
    float: left;
    width: 90%;
    padding: 16px 8px 16px 0;
    overflow: hidden;
}

ul.nav {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 7px;
    padding-left: 0;
    white-space: nowrap;
    /*font-size: 12px;*/
    /*color:#0669cf;*/
    float: left;
    max-width: 100%;
}

    ul.nav li {
        display: inline;
        list-style-type: none;
        /*border-right: 1px solid #616161;*/
        padding-right: 4px;
    }

        ul.nav li.end {
            display: inline;
            list-style-type: none;
            border-right: 0 none;
            padding-right: 4px;
        }

    ul.nav a, ul.nav a:visited {
        padding: 0 5px 5px 5px;
        text-decoration: none;
        /*background: #f3f3f3;*/
        color: #ffffff;
    }

        ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
            /*background: #f3f3f3;
	color: #8bb9e7;*/
        }

/*************** MainNavigation Styles **************/

#mainnav {
    display: none;
    z-index: 1000;
    position: absolute;
    background-color: #ffffff;
    float: left;
    padding: 8px 16px 16px 24px;
    margin: 12px 0 0 60px;
    max-width: 900px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
    box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}

    #mainnav div.nav-container {
        display: inline-block;
        *display: inline;
        /*float: left;*/
        vertical-align: top;
        /*border: solid 1px grey;*/
        width: 100%;
        height: auto;
        padding-top: 8px;
    }

        #mainnav div.nav-container > a:first-child {
            display: inline-block;
            font-size: 22px;
            padding: 2px 4px 4px 0;
            color: #0570BF
        }

        #mainnav div.nav-container > a.current, #mainnav div.nav-container ul li a.current {
            font-weight: 600;
        }

        #mainnav div.nav-container ul li {
            margin: 0;
            padding: 0;
        }

        #mainnav div.nav-container ul {
            display: block;
            margin-left: 24px;
            padding-bottom: 8px;
            /*float: left;*/
            padding-left: 0;
            text-indent: -1em;
            list-style: none;
        }

            #mainnav div.nav-container ul li {
                width: 100%;
                list-style: none;
            }

                #mainnav div.nav-container ul li:before {
                    content: '-';
                    padding-right: 4px;
                }

                #mainnav div.nav-container ul li a {
                    background-color: #ffffff;
                    color: #606060;
                    /*font-size: 0.875em;*/
                    padding: 0;
                }


/*************** breadcrumb **************/

#breadcrumb {
    /*padding-top:7px;*/
    /*background: #ffffff;*/
    /*height: 23px;*/
    /*background-image: url("images/nav/BGShadowBorderBGWhite.gif");
    background-repeat: repeat-y;*/
    padding: 12px;
    float: left;
    overflow: hidden;
}
    /*#breadcrumb :after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}*/

    #breadcrumb:empty {
        display: none;
    }

    #breadcrumb span {
        /*padding-left:15px;*/
        /*font-size:11px;*/
        /*color:#000000;*/
        float: left;
    }

    #breadcrumb div.breadcrumbleft {
        font-size: 0.875em;
        float: left;
        /*margin-bottom: 12px;*/
        width: 100%;
        /*font-size:11px;*/
        /*color:#000000;*/
    }

        #breadcrumb div.breadcrumbleft span {
            padding-left: 0;
        }

        #breadcrumb div.breadcrumbleft a {
            text-decoration: none;
            color: #0570BF;
        }

            #breadcrumb div.breadcrumbleft a.bc-l-c {
                font-weight: bold;
            }

        #breadcrumb div.breadcrumbleft span.bc-l-l {
        }


/*#breadcrumb div.breadcrumbright
{
	float: right;
	margin-top:-2px;
	height:23px;

}
#breadcrumb div.breadcrumbright form input.button
{
	float: right;
	margin-right: 10px;
}
#breadcrumb div.breadcrumbright form input#query.textbox
{
	border-color: #C8CAC5;
    border-style: solid;
    border-width: 1px;
    height: 24px;
    width: 189px;
    float: left;
    padding-left:20px;
	border-radius: 8px;
}*/





.hlblue {
    color: #ffffff;
    background-color: #0570BF;
    padding: 2px 10px 2px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hlbluetop {
    color: #ffffff;
    background-color: #0570BF;
    padding: 2px 10px 2px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hlgrey {
    color: #ffffff;
    background-color: #909090;
    padding: 2px 10px 2px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hlbrick {
    color: #ffffff;
    background-color: #0570BF;
    padding: 2px 10px 2px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3.blue {
    color: #0570BF;
}

h3.bluecontent {
    color: #0570BF;
    width: 100%;
}

    h3.bluecontent a {
        color: #0570BF;
        text-decoration: none;
    }

.blue {
    color: #00669c;
    float: left;
}

.bluebackground {
    background: #00669c;
    color: #a6caee;
}

.greybackground {
    background: #e6e7e7;
    color: #828383;
}

.darkgrey {
    color: #575757;
    float: left;
}

.date {
    color: #A30000;
    float: left;
    /*padding-left: 17px;*/
    padding-bottom: 10px;
    display: block;
}

.imageleft {
    float: left;
    padding-left: 17px;
    padding-right: 10px;
}

/* ******************* teaser kasten *********************** */

.teaserkasten {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    padding: 8px;
    margin-top: 4px;
    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
	box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);*/
    float: left;
    text-align: left;
    vertical-align: top;
    max-width: 242px;
}

    .teaserkasten hr {
        float: left;
    }

/*.box {
	background-color: #ffffff;
	padding: 8px;
	margin: 2px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
	box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
}*/

.tktop {
    background-color: #0570BF;
    color: #ffffff;
}

.teaserkasten > strong:first-of-type {
    display: block;
    color: #ffffff;
    background-color: #0570BF;
    padding: 2px 5px 2px 5px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.teaserkasten strong.tktop {
    color: #0570BF;
    background-color: #ffffff;
}

.teaserkasten p {
    float: left;
    margin: 0.75em 0 0.75em 0;
    /*font-size: 12px;
    color: #575757;*/
}

    .teaserkasten p::after {
        content: "";
        display: block;
        clear: both;
    }

    .teaserkasten p a {
        text-decoration: none;
    }

.teaserkasten .date {
    width: 100%;
    margin-top: 0.5em;
    text-align: right;
    font-size: 0.875em;
}

.teaserkasten b.hl, .teaserkasten strong.hl {
    float: left;
    display: block;
    font-size: 17px;
    line-height: 1em;
    /*color: #0570BF;
	width: 210px;
	font-size: 16px;
	margin: 0 0 8px 0;
	padding-right: 15px;
	padding-left: 15px;
	background-image: none;
	background-color: transparent;*/
}

    .teaserkasten b.hl a, .teaserkasten strong.hl a {
        /*color:#0570BF;*/
        text-decoration: none;
        font-weight: 600;
    }


.teaserkasten img {
    float: left;
    padding-bottom: 5px;
    padding-right: 5px;
    max-width: 100%;
}

    .teaserkasten img.album {
        float: left;
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

.teaserkasten .voting {
    display: none;
    float: right;
    padding: 0 15px 0 0;
    margin: 0;
    font-size: 12px;
}

.teaserkasten table {
    margin: 5px 0 10px 0px;
    width: 225px;
}

    .teaserkasten table td {
        text-align: left;
        vertical-align: top;
        padding: 3px 0 0 0;
        color: #262626;
        font-size: 80%;
    }

        .teaserkasten table td a {
            text-decoration: none;
        }

        .teaserkasten table td img {
            float: unset;
            padding: 0;
        }

.teaserkasten div.advt {
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #262626;
    text-align: center;
}

    .teaserkasten div.advt p {
        color: #262626;
    }

        .teaserkasten div.advt p span {
            display: inline-block;
        }

    .teaserkasten div.advt img {
        margin: 5px 10px 5px 10px;
        padding: 15px 25px 15px 20px;
        background-color: #ffffff;
        float: none;
    }

.teaserkasten div.poweredby {
    float: left;
    background-color: #ffffff;
    width: 215px;
    /*border:1px solid #b5b5b5;*/
    /*margin: 5px 0 0 8px;*/
    /*padding: 10px 0 0 10px;*/
    color: #262626;
    text-align: center;
}

    .teaserkasten div.poweredby span {
        color: #262626;
        font-size: 0.875em;
    }

    .teaserkasten div.poweredby table {
        margin: 0;
        padding: 0;
    }

.teaserkasten ol {
    margin-top: 12px;
    /*padding-left: 16px;*/
    margin-bottom: 10px;
    height: 100%;
    /*float: left;*/
    max-width: 100%;
    counter-reset: teaser_kasten_ol;
    list-style: none;
}

    .teaserkasten ol li {
        color: #ffffff;
        /*line-height: 1.4;*/
        max-width: 100%;
        vertical-align: top;
        padding-top: 0;
        padding: 0;
    }

        .teaserkasten ol li a:before {
            counter-increment: teaser_kasten_ol;
            content: counter(teaser_kasten_ol)'.';
            display: inline-block;
            height: 0.75em;
            width: 0.75em;
            /*background-image: url(images/sg/dreieck-rot-rechts.svg);
			background-size: contain;
			background-repeat: no-repeat;*/
            padding: 0 4px 0 0;
            margin-top: 0;
        }

        .teaserkasten ol li a {
            max-width: 94%;
            color: #ffffff;
            text-decoration: none;
            /*font-size: 0.875em;*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            margin: 0;
            padding: 0;
            line-height: 1.5em;
        }

/* ******************* detail ****************************** */

div.detailheader, div.smalldetailheader {
    width: 100%;
    margin-bottom: 4px;
    /*background-image: url(images/nav/DetailHeadGrey.gif);
	background-repeat: repeat-x;
	margin-left:2px;
	margin-right:2px;
	width: 704px;*/
    /*height: 25px;*/
    /*padding: 8px 4px 4px 4px;*/
    color: #262626;
    /*font-size: 11px;*/
    font-size: 0.75em;
    /*border-left:#b5b5b5 solid 2px;
	border-right:#b5b5b5 solid 2px;*/
}

div#fullcontent div.detailheader {
    /*background-image: url(images/nav/DetailHeadGrey.gif);
	background-repeat: repeat-x;
	margin-left:3px;
	margin-right:3px;*/
    width: 100%;
    /*height: 25px;*/
    /*padding: 5px 15px 0 15px;*/
    color: #262626;
    /*font-size: 11px;*/
    font-size: 0.75em;
}

div.smalldetailheader {
    margin-left: 0;
    width: 470px;
}

    div.detailheader a, div.smalldetailheader a {
        float: right;
        margin-top: 0;
        margin-left: 15px;
    }

    div.detailheader span, div.smalldetailheader span {
        float: right;
        margin: 0;
    }

div.contentfooter, div.smallcontentfooter {
    width: 100%;
    float: left;
}

div#fullcontent div.contentfooter {
    width: 100%;
    float: left;
}

div.smallcontentfooter {
    margin-top: 15px;
    margin-left: 0;
}

    div.contentfooter a, div.smallcontentfooter a {
        float: left;
        margin-top: 0;
        color: transparent;
        /*margin-left: 10px;*/
    }

        div.contentfooter a.social, div.smallcontentfooter a.social {
            float: right;
            /*margin: -10px 10px 0 0;*/
        }

        div.contentfooter a img.print, div.smallcontentfooter a img.print {
            /*margin-top: -10px;*/
        }

h1.detail, h1.large-detail {
    margin: 0;
    padding: 0 0 16px 0;
    color: #0570BF;
    width: 100%;
}

    h1.detail em, h1.large-detail em {
        font-style: normal;
        color: #ffffff;
        background-color: #ff0000;
    }

    h1.detail a, h1.large-detail a {
        color: #0570BF;
        text-decoration: none;
    }

h2.detail, h2.large-detail {
    margin: 0;
    padding: 0 0 16px 0;
    color: #0570BF;
    width: 100%;
}

    h2.detail em, h2.large-detail em {
        font-style: normal;
        color: #ffffff;
        background-color: #ff0000;
    }

    h2.detail a, h2.large-detail a {
        color: #0570BF;
        text-decoration: none;
    }

div.detail, div.large-detail {
    width: 475px;
    text-align: left;
    float: right;
    /*margin: 0 15px -30px 0;*/
    margin: 0;
    line-height: 1.3;
    max-width: 100%;
}

    div.detail p, div.large-detail p {
        margin-bottom: 8px;
    }

div.large-detail {
    width: 100%;
    float: left;
    margin: 0 15px -30px 15px;
}



    div.large-detail iframe {
        margin-bottom: 15px;
    }

/*div#contentcontainer3Colum div#content div.detail
{
	width: 475px;
	text-align: left;
	float: right;
	margin: 0 15px 0 0;
}*/
iv#contentcontainer3Colum div#content div.large-detail {
    width: 100%;
    text-align: left;
    float: left;
    margin: 0 15px 0 15px;
}
/*div#contentcontainer div#detailcontent div.detail {
	float: right;
	margin: 0 15px 30px 0;
	text-align: left;
	width: 475px;
}*/

div#contentcontainer div#detailcontent div.large-detail {
    float: left;
    margin: 0 15px 30px 15px;
    text-align: left;
    width: 100%;
}

.detail h3, .large-detail h3 {
    color: #0570BF;
    text-align: left;
    margin: 5px 15px 5px 0;
    padding: 0;
}

    .detail h3 a, .large-detail h3 a {
        color: #0570BF;
        text-decoration: none;
    }

.detail h4, .large-detail h4 {
    margin: 0;
    color: #0570BF;
    width: 100%;
}

.detail p {
    text-align: left;
    padding: 0;
}

.large-detail p {
    text-align: left;
    padding: 0;
    padding-right: 20px;
}

    .detail p em, .large-detail p em {
        color: #515151;
    }

div.detail ul, div.large-detail ul {
    padding-left: 15px;
    padding-bottom: 8px;
}

    div.detail ul li, div.large-detail ul li {
        /*font-size: 0.875rem;*/
    }

div.detail ol, div.large-detail ol {
    padding-left: 15px;
}

div.detail dl, div.large-detail dl {
    padding-left: 15px;
}

div.detail a, div.large-detail a {
    color: #0570BF;
}

table.detail {
    width: 100%;
    /*max-width: 700px;*/
    text-align: left;
    /*margin: 0 0 20px 13px;*/
    margin-bottom: 16px;
}

    table.detail td {
        text-align: left;
        vertical-align: top;
        padding: 2px 10px 2px 10px;
        background-color: #f3f3f3;
    }

        table.detail td.caption {
            font-weight: bold;
        }

#detailcontent ul.index {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    /*border: 1px #909090 solid*/
    width: 212px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
    box-shadow: 0px 0px 4px 0px rgba(128,128,128,1);
}

    #detailcontent ul.index li {
        padding: 8px;
    }

        #detailcontent ul.index li:not(.header) {
            /*font-size: 0.875em;*/
            color: #0570BF;
        }

            #detailcontent ul.index li:not(.header):after {
                content: "\00a0";
                /*background-image: url('images/sg/dreieck-rot-rechts.svg');
				background-repeat: no-repeat;
				background-size: contain;*/
            }

        #detailcontent ul.index li a {
            text-decoration: none;
        }

        #detailcontent ul.index li.header {
            font-weight: bold;
            padding: 4px;
            margin: 4px;
            color: #ffffff;
            background-color: #0570BF;
        }

#article-pages {
    width: 464px;
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

    #article-pages table {
        width: 100%;
        margin-top: 6px;
    }

        #article-pages table a {
            cursor: pointer;
        }

        #article-pages table td.left {
            text-align: left;
            width: 33%;
        }

        #article-pages table td.center {
            text-align: center;
            width: 34%;
        }

        #article-pages table td.right {
            text-align: right;
            width: 33%;
        }

div.picLeft {
    float: left;
    margin-right: 10px;
}

div.picRight {
    float: right;
    margin-left: 10px;
}

img.picLeft {
    float: left;
    margin-right: 10px;
}

img.picRight {
    float: right;
    margin-left: 10px;
}


span.picLeft, span.picRight {
    max-width: 190px;
    display: block;
}

    span.picLeft a, span.picRight a, a.picLeft, a.picRight {
        display: block;
    }

        span.picLeft img, span.picRight img, a.picLeft img, a.picRight img {
            border: none;
        }

    span.picLeft .bu, span.picRight .bu, p span.bu {
        font-size: 0.875rem;
        display: block;
        color: #858585;
        margin-top: 4px;
    }

span.picLeft, a.picLeft {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

span.picRight, a.picRight {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}


div.bu {
    font-size: 11px;
    text-align: left;
}

div.kastenBox {
    margin: 10px 0 0 0;
    border: 1px solid #0570BF;
    background-color: #ffffff;
}

div.kastenHead {
    padding-left: 10px;
    background-color: #0570BF;
    color: #ffffff;
}

div.kastenInnerBox {
    margin: 10px 15px 10px 15px;
    padding: 0 10px 0 10px;
}

    div.kastenInnerBox a {
        text-decoration: none;
        color: #0570BF;
    }

div.kastenlaufText {
}

    div.kastenlaufText ul {
        padding-left: 0;
    }

div.kastenBoxAdv {
    margin: 10px 0 30px 0;
    border: 1px solid #0570BF;
    background: #ffffff;
}

div.kastenHeadAdv {
    padding-left: 10px;
    background-color: #0570BF;
    color: #ffffff;
}

div.kastenInnerBoxAdv {
    margin: 10px 15px 10px 15px;
    padding: 0 10px 0 10px;
}

    div.kastenInnerBoxAdv a {
        text-decoration: none;
        color: #0570BF;
    }

.detail span.hl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #0570BF;
    width: 100%;
}

div.comment {
    margin: 0;
    border: 1px solid #b5b5b5;
    float: left;
    width: 100%;
}

    div.comment p {
        margin: 10px;
    }

    div.comment form {
        text-align: center;
    }

textarea.comment-text {
    padding: 3px 0 3px 0;
    border: #a6a5a6 solid 1px;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 4px;
}

.comment-submit {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .comment-submit .button, .comment-submit input[type=button] {
        /*padding: 3px 5px 3px 5px;*/
        height: 2em;
        border: #a6a5a6 solid 1px;
        background-color: #f3f3f3;
        margin-right: 25px;
        border-radius: 4px;
    }

div.commentHead {
    padding-left: 10px;
    /*background-image: url("images/nav/HeadlineGreyContent.png");
	background-repeat: repeat-x;*/
    background-color: #909090;
    color: #ffffff;
    display: block;
    font-weight: normal;
    /*font-size: 13px;*/
}

    div.commentHead a {
        color: #ffffff !important;
        text-decoration: none;
    }

div.comment textarea.comment-text {
    min-height: 100px;
    height: 180px;
    /*width:447px;*/
    width: 97%;
    max-width: 100%;
    border: 1px solid #919191;
    resize: vertical;
    margin: 10px auto 10px auto;
}

div.comment div.comment-submit {
    /*height:40px;*/
}

    div.comment div.comment-submit div.comment-message {
        margin: 8px 0 0 10px;
        /*width:375px;*/
        float: left;
        font-size: 12px;
    }

p.vorspann {
    color: #000000;
}

p.question {
    font-style: italic;
    color: #000000;
    list-style: square inside url('images/square.gif'); /* type position image*/
    display: list-item;
    margin-bottom: 6px;
}

p.answer {
}

    p.answer span.b {
        font-weight: bold;
    }

p.iFrage, div.iFrage {
    font-style: italic;
    font-weight: 600;
    color: #5e5e5e;
    /*color: #000000;*/
}

div.iFrage {
    margin-bottom: 5px;
}

p.iAntwort, div.iAntwort {
}

div.embInterviewPic, div.embPicLeft {
    float: left;
}

div.iAntwort {
    margin-bottom: 10px;
}

div.advertorial {
    font-size: 85%;
    width: 99%;
    text-align: right;
    height: 15px;
    overflow: hidden;
    margin: -18px 0 3px 0;
    padding: 0;
    vertical-align: top;
    background-color: transparent;
}

div.adv {
    border: 1px solid #a5a5a5;
    padding: 10px;
    background: linear-gradient(to right, #ffffff, rgb(200, 200, 200));
    /*background-image: url("images/nav/Advertorial.gif");
	background-repeat: repeat-y;*/
}

div#detailcontent div.detail div.adv ul {
    padding-left: 20px;
}

div#detailcontent div.detail div.adv ol {
    padding-left: 20px;
}

div#detailcontent div.detail div.adv dl {
    padding-left: 20px;
}

/* ******************* list ******************************** */

div.list {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

    div.list span.hl {
        background-color: #909090;
        color: #ffffff;
        /*padding-left: 12px;*/
        display: block;
        /*font-weight: bold;
    height: 18px;*/
        /*line-height: 16px;*/
        padding: 2px 10px 2px 10px;
    }

h2.list {
    margin: 0.5em 0 0.5em 0;
    /*font-size: 18px;
	margin: 0 0 8px 0;
	padding-right: 0;
	padding-left: 15px;
	color: #0570BF;
	width: 95%;*/
}

    h2.list em {
        font-style: normal;
        color: #ffffff;
        background-color: #ff0000;
    }

    h2.list a {
        color: #0570BF;
        text-decoration: none;
    }

h3.list {
    margin: 0.5em 0 0.5em 0;
    /*margin: 0 0 8px 0;
	padding-right: 0;
	padding-left: 15px;
	color:#0570BF;
	width:472px;*/
}

    h3.list a {
        color: #0570BF;
        text-decoration: none;
    }

    h3.list em {
        font-style: normal;
        color: #ffffff;
        background-color: #ff0000;
    }

h4.list {
    margin: 0.5em 0 0.5em 0;
    /*margin: 8px 0 0 0;
	padding-right: 0;
	padding-left: 15px;
	color:#0570BF;
	width:472px;*/
}

    h4.list em {
        font-style: normal;
        color: #ffffff;
        background-color: #ff0000;
    }

    h4.list a {
        color: #0570BF;
        text-decoration: none;
    }

span.list {
    color: #909090;
    /*font-size: 11px;
	
	margin: 0 15px 0 0;*/
    padding: 0;
    float: left;
    font-size: 0.875em;
    margin: 0;
}

p.list {
    margin-top: 0;
    /*padding-right: 15px;
	padding-left: 15px;*/
}

.list:after {
    content: "";
    display: block;
    clear: both;
}

p.list em {
    color: #262626;
}

p.list img {
    float: left;
    padding-right: 8px;
    padding-bottom: 8px;
    border-style: none;
    border-width: 0;
}

p.list a {
    text-decoration: none;
    color: #262626;
}

table.list {
    margin: 0 0 20px 15px;
}

    table.list td {
        vertical-align: top;
        text-align: left;
        padding-right: 10px;
        font-size: 0.875em;
    }

        table.list td.teaser {
            min-width: 100px;
        }

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

#contentcontainer {
    width: 100%;
    float: left;
    /*background-image: url("images/nav/BGShadow2Colum.gif");
    background-repeat: repeat-y;
	padding-left:2px;
	border-bottom:#c5c5c5 solid 1px;*/
    background-color: #0570BF;
}

#contentcontainer3Colum {
    width: 100%;
    float: left;
    background-color: #0570BF;
    /*padding-left:2px*/
}
/*#contentcontainer3Colum :after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}*/
#contentcontainerfullcontent {
    float: left;
    /*background-image: url("images/nav/BGShadowBorderBGWhite.gif");
    background-repeat: repeat-y;
	padding-left:2px;
	border-bottom:#c5c5c5 solid 1px;*/
    padding: 4px;
    width: 100%;
    background-color: #0570BF;
}

#sidebarleft {
    float: left;
    width: 25%;
    /*background: #e6e7e7;*/
    max-width: 250px;
    padding: 0 4px 4px 4px;
    margin: 0;
    /*border-top:#9f9f9f solid 1px;
	border-left:#9f9f9f solid 1px;
	border-bottom:#9f9f9f solid 1px;*/
}

#content {
    padding: 8px 16px 8px 16px;
    width: 500px;
    max-width: 100%;
    float: left;
    background-color: #ffffff;
    /*border:#b9b9b9 solid 1px;*/
    margin: 4px 0 4px 0;
}

#detailcontent {
    margin: 4px 0 0 4px;
    padding: 16px 24px 16px 16px;
    width: 746px;
    max-width: 100%;
    float: left;
    background-color: #ffffff;
    /*margin-left: 10px;
    margin-right: 10px;*/
    /*border-top:#b9b9b9 solid 1px;
	border-bottom:#b9b9b9 solid 1px;
	background-image: url("images/nav/formTableBG2.gif");
    background-repeat: repeat-y;*/
}

#fullcontent {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 0 4px 0 4px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    /*border-top:#b9b9b9 solid 1px;
	border-bottom:#b9b9b9 solid 1px;*/
    /*background-image: url("images/nav/BGShadowFullContent.gif");*/
    /*background-repeat: repeat-y;*/
}

#sidebarright {
    float: right;
    width: 25%;
    /*background: #e6e7e7;*/
    max-width: 250px;
    padding: 0 4px 4px 4px;
    margin: 0;
}

#sky {
    /*position: absolute;
    top: 0;
    left:1030px;*/
}

hr {
    background-color: #909090;
    border: none;
    width: 100%;
    height: 1px;
}

#content ul, #content ol {
    padding: 0 15px 0 40px;
}

.detail #content ul, .detail #content ol {
    padding: 0 15px 0 60px;
}

.mainrubmarginright {
    margin-right: 6px;
}

.mainrubcontentwrapper {
    background-color: #FFFFFF;
}

.mainrubcontentwrapperlogin {
    background-color: #f3f3f3;
}

.shadowwrapper {
    background-color: #f3f3f3;
}

#content div.top {
    border: 1px solid #0570BF;
    padding: 0 10px 10px 10px;
    width: 100%;
    /*float: left;
	margin-bottom: 25px;*/
}

    #content div.top::after {
        content: "";
        display: block;
        clear: both;
    }

/*************** Path Styles **************/

ul.path {
    margin-left: 14px;
    margin-top: 13px;
    margin-bottom: 8px;
    padding-left: 0;
    white-space: nowrap;
    font-size: 90%;
}

    ul.path li {
        display: inline;
        list-style-type: none;
        background: #f3f3f3;
    }

    ul.path a, ul.path a:visited {
        padding: 0;
        text-decoration: none;
        background: #f3f3f3;
        color: #414958;
    }

        ul.path a:hover, ul.path a:active, ul.path a:focus {
            background: #f3f3f3;
            color: #8bb9e7;
        }

/*************** Vote Styles **************/

ul.vote {
    float: right;
    padding-right: 17px;
    white-space: nowrap;
}

    ul.vote li {
        display: inline;
        list-style-type: none;
    }

/*************** Sidebar2 Styles **************/

ul.sidebar2blue {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    margin-top: 0;
}

    ul.sidebar2blue li {
        list-style-type: none;
    }
/*************** Sidebar2last Styles **************/

ul.sidebar2bluelast {
    white-space: nowrap;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 8px;
}

    ul.sidebar2bluelast li {
        list-style-type: none;
    }

/*************** Archiv Styles **************/

ul.archiv {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 17px;
    width: 210px;
}

    ul.archiv li {
        list-style-type: none;
    }

    ul.archiv a, ul.archiv a:visited {
        text-decoration: none;
        background: #e6e7e7;
        color: #414958;
    }

        ul.archiv a:hover, ul.archiv a:active, ul.archiv a:focus {
            background: #e6e7e7;
            color: #8bb9e7;
        }

/*************** Product Styles **************/
ul.product {
    margin-top: 12px;
    padding-left: 2px;
    margin-bottom: 10px;
    height: 100%;
    float: left;
    width: 100%;
}

    ul.product li {
        /*list-style-image: url(images/sg/dreieck-rot-rechts.svg);*/
        list-style: none;
        color: #828383;
        /*line-height: 1.4;*/
        width: 98%;
        max-width: 98%;
        vertical-align: middle;
    }

        ul.product li a:before {
            content: '';
            display: inline-block;
            height: 0.75em;
            width: 0.75em;
            background-image: url(images/sg/dreieck-rot-rechts.svg);
            background-size: contain;
            background-repeat: no-repeat;
            /*padding-left: 2em;*/
            /*padding-right: 2px;*/
            padding-top: 0;
            margin-top: 0;
            /*font-size: 0.875em;*/
        }

        ul.product li a {
            max-width: 98%;
            color: #828383;
            text-decoration: none;
            /*font-size: 0.875em;*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            margin: 0;
            padding: 0;
            /*line-height: 1.5em;*/
        }

/*************** Markuebersicht Glossar Styles **************/

ul.marketreport {
    padding-top: 5px;
    /*margin-left: -25px;*/
    padding-bottom: 20px;
}

    ul.marketreport li {
        list-style-type: none;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    /*div#contentcontainer3Colum  div#content ul a, ul.archiv a:visited 
{
	text-decoration: none;
	color: #5b9ddd;
}*/
    ul.marketreport a:hover, ul.archiv a:active, ul.archiv a:focus {
        background: #b5b5b5;
        color: #ffffff;
    }

    ul.marketreport li a {
        color: #8bb9e7;
        font-size: 90%;
    }

    ul.marketreport li em {
        color: #e95f12;
        font-size: 90%;
    }


/*************** Markuebersicht Glossar Styles **************/

/* **************** footer ****************** */

#footer {
    width: 1000px;
    float: left;
    max-width: 100%;
    background-color: #0570BF;
    color: #ffffff;
    position: relative;
    clear: both;
    text-align: left;
    padding: 16px 16px 8px 16px;
    margin-bottom: 8px;
}

    #footer a {
        text-decoration: none;
    }

    #footer ul.nav {
        white-space: normal;
    }

        #footer ul.nav li {
            /*font-size: 0.875em;*/
            color: #ffffff;
        }

    #footer span.copyright {
        float: right;
        display: inline-block;
        margin: 0 4px 0 0;
        /*font-size: 0.875em;*/
        /*font-size: 12px;
	color:#0669cf;*/
    }

.fltrt {
    float: right;
    margin-left: 8px;
}

.fltlft {
    float: left;
    margin-right: 8px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* ******************** banners ********************* */

div.bn_leaderboard {
    margin-left: 0;
}

div.bn_leaderboard_wall {
    margin-left: 462px;
}

div.bn_leaderboard_wall_b {
    margin-left: 302px;
}

div.bn_leaderboard_wall_right {
    margin-left: 272px;
}

div.bn_full {
    float: right;
}

div.bn_half_left, div.bn_half_right, div.bn_special_right {
    width: 100%;
    float: left;
    /*background-color: #ffffff;*/
    max-width: 242px;
    padding-top: 8px;
    padding-bottom: 4px;
    text-align: center;
}

div.bn_special_right {
    float: left;
    text-align: left;
}

div#sidebarright div.bn_half_left a img {
    float: left;
}

div.bn_sky {
    padding-top: 120px;
}

div.bn_sky_wall {
    padding-top: 90px;
}

div.bn_sky_wall_b {
    padding-top: 0;
}

div.bn_sky_wall_top {
    margin-top: -90px;
}

div#content div.contentad {
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    width: 80%;
    margin: 15px 0 20px 50px;
    max-width: 80%;
}

div#detailcontent div.contentad {
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    width: 80%;
    margin: 15px 0 20px 50px;
    max-width: 80%;
}




/*div.leaderboardtop
{
    margin-left:23px;
}

div.fullhead
{
    float:right;
}

div.halfright, div.halfleft
{
    float: left;
    background-color: #ffffff;
    width: 240px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
}
  
div#sidebarright div.halfright a img
{
    float: left;
}

.skysky
{
    margin-top: 123px;
}
.skywallpapersky
{
    margin-top: 0;
}

div#content div.contentad
{
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    width: 80%;
    margin: 15px 0 20px 50px;
}

div#detailcontent div.contentad
{
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    width: 80%;
    margin: 15px 0 20px 50px;
}*/

/* ****************** index (z.B. Glossar) ***************************** */

div.index {
    /*background-image: url("images/nav/HeadlineBlue.png");
    background-repeat: repeat-x;*/
    background-color: #0570BF;
    width: 100%;
    padding: 2px 10px 2px 10px;
    margin: 0;
    margin-bottom: 20px;
}

    div.index a {
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: -1px;
    }

/* ****************** formular (z.B. Login) ************************ */

p.errmsg, span.errmsg {
    font-weight: bold;
    color: #ff0000;
    padding-left: 15px;
}

p.msge, span.msge {
    font-weight: normal;
    color: #026a02;
    /*padding-left: 15px;*/
}

    p.msge a, span.msge a, p.errmsg a, span.errmsg a {
        color: #0570BF;
    }

form {
    margin: 0;
    padding-top: 8px;
}

input.radio {
    border: #a6a5a6 solid 1px;
    background-color: #f3f3f3;
}

form p {
    /*padding-top: 15px;*/
    /*font-size: 95%;*/
}

div#detailcontent form p a {
    color: #0570BF;
    text-decoration: none;
}

table.formtable img.form-captcha {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

table.formtable {
    border-style: none;
    width: 100%;
    padding: 16px 0 0 0;
    /*padding:24px 4px 8px 4px;*/
    /*background-image: url("images/nav/formTableBG3.gif");*/
    /*background-repeat: repeat-y;*/
    /*border-top:#B5B5B5 solid 2px;*/
}

    table.formtable td.caption {
        /*font-size: 110%;*/
        color: #7f7f7f;
        /*height: 28px;*/
        vertical-align: top
    }

    table.formtable td.arrow {
        /*height:25px;
    background-image: url("images/nav/formTableArrow.gif");
    background-repeat: no-repeat;*/
    }

    table.formtable td.bottom {
        /*height:25px;
    background-image: url("images/nav/formTableBottom.gif");
    background-repeat: no-repeat;*/
    }

    table.formtable td.clearbg {
        background-color: #ffffff;
    }

    table.formtable input.text-box {
        width: 100%;
        height: 2em;
        border: #a6a5a6 solid 1px;
        background-color: #f3f3f3;
        border-radius: 4px;
        margin-bottom: 4px;
    }

    /*table.formtable select#Detail_Subject {
		padding: 3px 5px 3px 5px;
		border: #a6a5a6 solid 1px;
		background-color: #f3f3f3;
		height: 22px;
		width: 202px;
		padding-top: 1px;
	}*/
    table.formtable textarea.text-box {
        padding: 3px 0 3px 0;
        border: #a6a5a6 solid 1px;
        background-color: #f3f3f3;
        height: 80px;
        width: 100%;
        /*width: 94%;
		margin-right: 25px;*/
        float: right;
        border-radius: 4px;
        margin-bottom: 4px;
    }

    /*table.formtable select
{
    padding: 3px 5px 3px 5px;
	border:#a6a5a6 solid 1px;
	background-color:#f3f3f3;
	height:22px;
	padding-top:1px;
}*/
    table.formtable select {
        width: 100%;
        /*padding: 3px 5px 3px 5px;*/
        height: 2em;
        border: #a6a5a6 solid 1px;
        background-color: #f3f3f3;
        border-radius: 4px;
        margin-bottom: 4px;
    }

    table.formtable input.button, table.formtable button {
        /*padding: 3px 5px 3px 5px;*/
        height: 2em;
        border: #a6a5a6 solid 1px;
        background-color: #f3f3f3;
        margin-right: 25px;
        border-radius: 4px;
    }

    table.formtable tr.button {
        height: 215px;
    }

    table.formtable em {
        color: #ff0000;
    }

    table.formtable td.colum1 {
        width: 250px;
        color: #ff0000;
        font-size: 90%;
    }

    table.formtable td.colum1nl, table.formtable td.colum1nlopt {
        width: 265px;
        color: #ff0000;
        font-size: 90%;
    }

    table.formtable span.field-validation-error {
        color: #ff0000;
        font-size: 80%;
        padding-left: 0;
        padding-right: 4px;
        display: inline-block;
    }

    table.formtable input.input-validation-error {
        border: 1px solid #ff0000;
    }

    table.formtable td.colum2, table.formtable td.colum2nl {
        width: 200px;
    }

    table.formtable td.colum3 {
        width: 200px;
        padding-left: 15px;
    }

    table.formtable td.colum3nl {
        width: 200px;
        padding-right: 15px;
    }

    table.formtable td.colum2nlopt, table.formtable td.colum3nlopt {
        width: 220px;
    }

table.nlopt-table {
    width: 100%;
    margin: 0;
}

p.formtable {
    padding-top: 15px;
}

    p.formtable a {
        text-decoration: none;
        color: #00669C;
    }

p em {
    color: #ff0000;
}

/* ****************** glossar ************************ */

ul.glossar {
}

    ul.glossar li {
        list-style-type: none;
        margin-bottom: 8px;
    }

    ul.glossar a:hover, ul.archiv a:active, ul.archiv a:focus {
        background: #b5b5b5;
        color: #ffffff;
    }

    ul.glossar li div.framed {
        border: 1px solid #0570BF;
        width: 435px;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
    }

    ul.glossar li a {
        text-decoration: none;
        color: #0570BF;
    }

a.back {
    color: #0570BF;
    text-decoration: none;
}

span.source {
    font-size: 10px;
    color: #0570BF;
    padding-left: 15px;
}

/* ****************** blog ************************ */

div.blogcorner {
    /*background: url("images/nav/blogcorner.gif") no-repeat scroll 0 0 transparent;
    height: 160px;
    left: 260px;
    margin-top: -10px;
    position: absolute;
    width: 20px;
    z-index: 1;*/
}

div.teaserkasten div.current-blog {
    background-color: #ffffff;
    float: left;
    /*margin-top: -10px;*/
    padding-top: 10px;
    min-height: 150px;
}

div.teaserkasten div.blog {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*deprecated */
div.teaserkasten div.top {
    background-color: #ffffff;
    float: left;
    margin-top: -10px;
    padding-top: 10px;
    height: 200px;
}


/* ****************** schedule ************************ */

.event-tabs {
    width: 100%;
    /*float: left;*/
    height: auto;
    margin: 10px 0 1rem 0;
    padding: 0;
    background: none;
    border-style: none;
}

    .event-tabs ul {
        background: none;
        border-style: none;
        margin:0;
        padding:0!important;
    }

        .event-tabs ul li {
            display: inline-block;
            margin: 0 0 2px 0;
            padding: 0;
        }

            .event-tabs ul li a {
                display: inline-block;
                background-color: #e6e6e6;
                color: #666565;
                padding: 10px;
                margin: 0;
            }

                .event-tabs ul li a.current {
                    background-color: #666565;
                    color: #ffffff;
                }


/*.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	background: none repeat scroll 0 0 #066ACC !important;
	border: none !important;
	margin-bottom: 2px !important;
	margin-left: 2px !important;
	color: #ffffff !important;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer !important;
	background: none repeat scroll 0 0 #DFDFDF !important;
	border: none !important;
	margin-bottom: 2px !important;
	margin-left: 2px !important;
	color: #5B9DDD !important;
}*/

div.event-container {

}

    div.event-container p.event-header {
        margin-bottom: 10px;
        margin-top: 10px;
        background-color: #e6e7e7;
        padding-left:10px;
        padding-right:10px;
    }

    div.event-container .event-item {
    }

    div.event-container .highlight {
        border: solid 1px rgba(128,128,128,1);
        padding:10px;
    }

    div.event-container .event-month {
        width: 100%;
        color: #ffffff;
        padding: 2px 10px 2px 10px;
        margin: 20px 0 10px 0;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    div.event-container .event-month a {
        color: inherit;
    }


    div.event-container .event-item .event-date {
    }

        div.event-container .event-item .event-location {
        }

    div.event-container p.event-header span.schedule a {
        color: #0066cc;
        font-size: 110%;
        font-weight: normal;
        padding-left: 14px;
    }

    div.event-container p.event-header span.event-date {
        display: inline-block;
        background-color: inherit;
    }

    div.event-container p.event-header span.event-location {
        float: right;
        display: inline-block;
        background-color: inherit;
    }

div.event-container div.event-content p {
    padding-right: 0;
    padding-top: 10px;
    font-size: 16px;
}

/*div.event-container p.event-header span.event code {
    padding-left: 14px;
    color: #A30000;
    font-size: 16px;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
}

    div.event-container p.event-header span.event code.location {
        float: right;
        padding-right: 14px;
        font-size: 16px;
        font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
        color: #4f4f4f;
        padding-top: 2px;
    }*/

div.event-container div.event-content {
    /*width: 88%;*/
    max-width:100%;
    padding-top: 0;
    border: none;
}

    div.event-container div.event-content p a {
        color: #5B9DDD;
        text-decoration: none;
    }

        div.event-container div.event-content p a:hover,
        div.event-container div.event-content p a:active,
        div.event-container div.event-content p a:focus {
            background: #b5b5b5;
            color: #ffffff;
        }

/*div.event-container p.event-header .event-name {
    padding: 1rem 14px 0.5rem 14px;
    display: inline-block;
    font-weight: 600;
}*/

/*div.event-container p.event-header span.highlight {
    background: #0570BF;
}

    div.event-container p.event-header span.highlight a {
        color: #A30000;
        padding-top: 24px;
    }

    div.event-container p.event-header span.highlight code {
        color: #ffffff;
    }

        div.event-container p.event-header span.highlight code.location {
            color: #ffffff;
        }

            div.event-container p.event-header span.highlight code.location img {
                margin-top: -1px;
                margin-right: -4px;
                border: 1px solid #0570BF;
                border-top: none;
            }*/

.ui-accordion .ui-accordion-icons {
    padding: 0 !important;
}

.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
    display: none !important;
}

div#contentcontainer3Colum div#content ul {
    max-width: 100%;
    padding: 0 15px 0 0;
}

div#contentcontainer3Colum div#content .detail > ul {
    max-width: 100%;
    padding: 0 15px 0 16px;
}

/* **************** image gallery *********************** */

a.gallery {
    display: inline-block;
}

img.gallery {
    display: inline-block;
    float: left;
    margin: 0 8px 12px 0;
    padding: 1px;
    /*border: 1px solid #b5b5b5;*/
}

div.album {
    display: inline-block;
    margin: 0 8px 12px 0;
    text-align: center;
}

    div.album a {
        /*color: #e95f12;*/
        font-size: 0.875em;
    }

    div.album img {
        margin-bottom: 4px;
        padding: 1px;
        /*border: 1px solid #b5b5b5;*/
    }

div.galleryHeader {
    margin-top: 15px;
    margin-left: 15px;
}

div.galleryContent {
    border: solid 1px #0669CC;
    float: left;
    margin: 20px 0 20px 15px;
    width: 464px;
    text-align: center;
}

div.detail div.galleryContent {
    margin: 0 0 10px 8px;
    width: 460px;
    max-width: 100%;
}

div.galleryContent img.gallery {
    margin-left: 0;
    margin-bottom: 0;
}

div.galleryContent a img {
    max-height: 400px;
}

div.galleryContent div.galleryIndex {
    background-image: url("images/nav/HeadlineBlue.png");
    background-repeat: repeat-x;
    width: 434px;
    padding-left: 15px;
    padding-right: 15px;
    height: 18px;
    float: left;
    color: #FFFFFF;
    max-width: 100%;
}

div.detail div.galleryContent div.galleryIndex {
    width: 430px;
    max-width: 100%;
}

div.galleryContent div.galleryIndex a, div.galleryContent div.galleryIndex span {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    /*letter-spacing: -1px;*/
    float: left;
    padding-right: 8px;
}

div.galleryContent div.galleryIndex span {
    padding-left: 5px;
}

div.galleryContent div.galleryIndex .prev {
    font-weight: bold;
    padding-right: 0;
}

div.galleryContent div.galleryIndex .next {
    float: right;
    font-weight: bold;
    padding-right: 0;
}

div.galleryContent div.galleryText {
    width: 434px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 100%;
}

    div.galleryContent div.galleryText span.copyright {
        display: block;
        font-size: 11px;
        color: #858585;
        float: left;
    }

.fancybox-title-inside {
    margin-left: 0 !important;
}
/* **************** Toolbar *********************** */
a.ifm {
}

div.contentfooter div.toolbar {
    z-index: 1;
    display: block;
    float: right;
    width: 100%;
    /*margin-top: -5px;*/
    padding: 8px 8px 4px 8px;
}

div.smallcontentfooter div.toolbar {
    z-index: 1;
    display: block;
    float: right;
    width: 100%;
    /*margin-top: -5px;*/
}

div#fullcontent div.contentfooter div.toolbar {
    z-index: 1;
    display: block;
    float: right;
    width: 976px;
    margin-top: -5px;
}

div.toolbar div.ratingContainer {
    float: left;
    margin-left: 15px;
    /*width: 250px;*/
    height: 20px;
    /*font-size: 13px;*/
    color: #e95f12;
    display: none;
}

div.smallcontentfooter div.toolbar div.ratingContainer {
    float: left;
    margin-left: 15px;
    /*width: 250px;*/
    height: 20px;
    font-size: 13px;
    color: #e95f12;
    display: none;
}

div.toolbar div.ratingContainer form#rating span {
    float: left;
    padding-top: 2px;
}

div.toolbar span.social_print {
    float: left;
}

div.toolbar span.social_vote {
    float: right;
}

div.toolbar span.social_email {
    float: left;
    margin-left: 8px;
}

div.smallcontentfooter div.toolbar span.social_email {
    float: left;
    margin-left: 8px;
}

div.toolbar span.social_twitter {
    float: right;
    margin-right: 8px;
}

div.smallcontentfooter div.toolbar span.social_twitter {
    float: right;
    margin-right: 8px;
}

div.toolbar span.social_facebook {
    float: right;
    margin-right: 8px;
}

div.toolbar span.social_google {
    float: right;
    margin-right: 8px;
}

div.toolbar span.social_xing {
    float: right;
    margin-right: 8px;
}

div.smallcontentfooter div.toolbar span.social_xing {
    float: right;
    margin-right: 8px;
}

div.toolbar span.social_linkedin {
    float: right;
}

div.smallcontentfooter div.toolbar span.social_linkedin {
    float: right;
}

div.toolbar span.social_print a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div.toolbar span.social_vote a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div.toolbar span.social_email a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div#contentcontainerfullcontent div#fullcontent div.contentfooter div.toolbar span.social_email a.ifm span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
    margin-left: 15px;
}

div.toolbar span.social_twitter a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div.toolbar span.social_facebook a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div.toolbar span.social_google a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div.toolbar span.social_linkedin a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div.toolbar span.social_xing a span.ico {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
}

div.toolbar span.social_print a span.ico img {
    /*margin-left:-5px;
	margin-top: -25px;*/
    cursor: pointer;
}

div.toolbar span.social_vote a span.ico img {
    margin-left: -45px;
    margin-top: -25px;
    cursor: pointer;
}

div.toolbar span.social_email a span.ico img {
    /*margin-left: -85px;
	margin-top: -25px;*/
    cursor: pointer;
}

div.toolbar span.social_twitter a span.ico img {
    /*margin-left: -125px;
	margin-top: -25px;*/
    cursor: pointer;
}

div.toolbar span.social_facebook a span.ico img {
    /*margin-left: -165px;
	margin-top: -25px;*/
    cursor: pointer;
}

div.toolbar span.social_google a span.ico img {
    /*margin-left: -205px;
	margin-top: -25px;*/
    cursor: pointer;
}

div.toolbar span a:hover span.ico img, div.toolbar span a:focus span.ico img {
    filter: invert(100%);
}

/* **************** images *********************** */

span.printsmall a span.ico {
    width: 15px;
    height: 15px;
    overflow: hidden;
    display: block;
}

span.arrow span.ico {
    width: 10px;
    height: 10px;
    overflow: hidden;
    display: block;
}

span.starplus span.ico {
    width: 16px;
    height: 16px;
    /*overflow:hidden;*/
    display: block;
    float: left;
}

span.starminus span.ico {
    width: 16px;
    height: 16px;
    /*overflow:hidden;*/
    display: block;
    float: left;
}

span.printsmall a span.ico img {
    /*margin-left:-5px;
	margin-top: -5px;*/
    cursor: pointer;
}

span.arrow span.ico img {
    /*margin-left:-45px;
	margin-top: -10px;*/
}

span.starplus span.ico img {
    /*margin-left:-85px;
	margin-top: -10px;*/
}

span.starminus span.ico img {
    /*margin-left:-125px;
	margin-top: -10px;*/
}

.detailheader .starplus, .detailheader .starminus, .smalldetailheader .starplus, .smalldetailheader .starminus {
    margin-top: 1px;
}

.detailheader .printsmall, .smalldetailheader .printsmall {
    display: none;
    margin-top: -2px;
}

#tracker {
    float: left;
    visibility: hidden;
}

/* microformat */

.hreview-aggregate {
    float: right;
    margin: 0 0 0 5px;
}

    .hreview-aggregate .best {
        float: none;
        color: #0570BF;
        font-weight: bold;
    }

    .hreview-aggregate .rating {
        float: none;
        color: #0570BF;
    }

    .hreview-aggregate .votes {
        float: none;
    }

    .hreview-aggregate .average {
        float: none;
        color: #0570BF;
        font-weight: bold;
    }

form table.formtable tbody tr td.clearbg a {
    color: #0570BF;
}

div#contentcontainer3Colum div#content p a.news {
    color: #0570BF;
}

div#contentcontainer3Colum div#content p.news {
    padding-top: 10px;
}

/* ***  editor *** */
#moduleLayer {
    background-color: #003f7d;
    position: absolute;
    z-index: 999;
    border: 1px solid #003f7d;
    filter: alpha(opacity=50);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.formtable input.datepicker {
}

.formtable input.editor {
}

.formtable input.numeric {
}

div#contentcontainer3Colum div#content ul a:hover {
    background: #b5b5b5;
    color: #ffffff;
}



/* ********** consent ********** */
.consent {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    /*top: 0;*/
    width: 100%;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    padding: 3rem 1rem 3rem 1rem;
    background-color: #ffffff;
    background-color: rgba(0,0,0,0.6);
}

    .consent .content {
        background-color: #ffffff;
        margin: auto;
        width: 600px;
        max-width: 100%;
        max-height: 100%;
        text-align: left;
        padding: 1rem;
        border: 4px solid #666565;
        /*background-color: rgb(255,255,255);*/
        /*background-color: rgba(255,255,255,1)!important;*/
    }

        .consent .content .consent-image {
            max-width: 30%;
            float: left;
            margin-right: 1rem;
        }

        .consent .content .consent-settings {
            margin-top: 1rem;
        }

        .consent .content p:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
        }

.consent-settings #consent-success, .consent-settings #consent-p-success {
    color: green;
}

.consent-settings #consent-error, .consent-settings #consent-p-error {
    color: red;
}

.consent-form {
}

    .consent-form input[type=checkbox] {
        transform: scale(1.25);
        margin-left: 0.25rem;
    }

    .consent-form label {
        display: inline-block;
        margin: 0 1rem 0 0;
    }

    .consent-form button {
        /*padding: 3px 5px 3px 5px;*/
        height: 2em;
        border: #666565 solid 1px;
        background-color: #f3f3f3;
        margin-left: 0;
        border-radius: 3px;
        min-width: 3rem;
        margin-right: 1rem;
    }

    .consent-form ul {
        margin-bottom: 1rem;
    }

        .consent-form ul li {
            list-style: none;
            padding-bottom: 0.5rem;
        }

.consent #consent-accept {
    font-size: 110%;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #008a0b;
    height: auto;
    padding: 0.875rem !important;
}

/* ********** survey *********** */

table.survey {
    border-style: none;
    width: 705px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    background-image: url("images/nav/formTableBG3.gif");
    background-repeat: repeat-y;
    margin-left: 0;
    border-top: #B5B5B5 solid 2px;
    border-bottom: #B5B5B5 solid 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}

    table.survey td.question {
        font-size: 110%;
        color: #7f7f7f;
        height: 28px;
        padding-left: 30px;
        padding-right: 40px;
    }

    table.survey td.answer {
        vertical-align: middle;
        color: #7f7f7f;
        padding-left: 30px;
        padding-right: 40px;
    }

    table.survey td.small-space {
        height: 6px;
    }

    table.survey td.space {
        height: 20px;
    }

    table.survey input[type="radio"], table.survey input.radio {
        float: left;
        margin-top: 5px;
    }

    table.survey label.radio-label, table.survey div.radio-label {
        float: left;
        display: block;
        padding: 4px 0 2px 8px;
        margin-bottom: 2px;
        width: 600px;
    }

    table.survey input[type="checkbox"], table.survey input.checkbox {
        float: left;
        margin-top: 3px;
    }

    table.survey label.checkbox-label {
        float: left;
        display: block;
        padding: 4px 0 2px 8px;
        margin-bottom: 2px;
        width: 600px;
    }

    table.survey input[type="text"], table.survey input.text {
        float: left;
        margin-top: 3px;
        width: 200px;
        height: 18px;
        border: #a6a5a6 solid 1px;
        background-color: #f3f3f3;
    }

    table.survey label.text-label {
        float: left;
        display: block;
        padding: 4px 0 2px 8px;
        margin-bottom: 2px;
        width: 400px;
    }



.slick-carousel {
    /*margin-left:10px;*/
    margin-top: 12px;
    width: 230px;
    /*height:300px;*/
    float: left;
    max-width: 100%;
    /*justify-content:center;*/
}

    .slick-carousel div {
    }

.slick-dot {
    color: #0570BF;
}

.slick-dots li button:before {
    /*content: "\2588\2588\2588\2588\2588";*/
    color: #0570BF;
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    color: #0570BF;
}

.slick-dots {
    bottom: -25px;
}

a.doc-storage-mail {
    color: #A30000;
}


@media all and (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */
    /*ul.product li {
		margin-left: 10px;
	}*/
    a.nav-button, a.nav-button-close {
        margin-top: 10px;
    }
}

@supports (-ms-ime-align:auto) {
    /* EDGE */
    /*ul.product li {
		margin-left: 10px;
	}*/
}
