@CHARSET "UTF-8";

/*** GLOBAL ****************************************************************************************************************/
html,
body,
div,
a:link,
a:visited,
a:hover,
table,
tr,
td,
th {
	font-size: 12px;
	line-height: 1.5em;
	font-family: helvetica,sans-serif;
}


a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a:link, a:visited {
	color: #1c2d77;
}

a:hover {
	color: #7f7f7f;
}



/*** PAGE LAYOUT ***********************************************************************************************************/

    html {
        background-image: url('assets/backgrounds/site-background.jpg');
        background-repeat: repeat-x;
        background-color: #0f1941;
    }


    /* MAIN PAGE LAYOUT */
    body.site {
        position: absolute;
        width: 952px; /* 952 */
        margin: 16px 0 0 -476px;
        left: 50%;
    }
    /* MAIN PAGE LAYOUT */
    .pagecontainer {
        width: 936px; /* 952 - 8 - 8 = 936 */
        background-color: #fff;
        padding: 8px;
    }



    /* CONTENT CONTAINERS FOR TEMPLATES */
    .defaultcontentcontainer {
        width: 738px; /* 760 - 32 - 1 = 738 */
        margin: 0 0 0 8px;
        font-weight: normal;
    }

    .defaultcontentcontainer_content {
        width: 520px; /* 520 */
        margin-right: 8px;
        background-color: #fff;
    }

    .defaultcontentcontainer_infoboxes {
        width: 210px;
    }

    .fullcontentcontainer {
        width: 100%;
        /* padding: 32px 0 16px 0; */
        font-weight: normal;
    }

    .fullcontentcontainer.paddingtop {
        padding-top: 32px;
    }

    .columnleft {
        width: 190px;
    }



    /* DECORATORS */
    .logobanner {
        background-image: url('assets/backgrounds/logobanner-metal-background.jpg');
        background-repeat: no-repeat;
        height: 105px;
        width: 100%;
        margin: 0 0 16px 0;
    }

    .logobanner .logo {
        background-image: url('assets/backgrounds/logo_de.png');
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-position: center center;
        height: 80px;
        width: 100%;
    }


    /* COPYRIGHT BARS */
    div.coypright {
        margin-top: 6px;
        font-size: 11px;
        text-align: right;
        color: #767676;
    }

    div.copyright.nospacing {
        margin-top: 6px;
        .margin-top: 1px;
        font-size: 11px;
        text-align: right;
        color: #767676;
    }

    div.copyright a:link, div.copyright a:visited,
    div.coypright a:link, div.coypright a:visited {
        color: #767676;
    }

    div.coypright a:hover,
    div.coypright a:hover {
        color: #cbcbcb;
        text-decoration: none;
    }

    div.coypright.borderTop {
        border-top: solid 1px #C8CDE2;
        padding-top: 6px;
    }

    .contentbackgroundthreecolumns {
    	background-color: #e2e3e5;
    	background: url("assets/backgrounds/background-content-threecolumns.gif") #e2e3e5 repeat-y 190px top;
    }



/*** TOP NAVIGATION (I18N) *************************************************************************************************/
.navigationTop {
	padding-top: 80px;
	font-size: 11px;
	text-align: right;
	color: #767676;
}

.navigationTop a:link, .navigationTop a:visited {
	color: #767676;
	text-transform: uppercase;
}

.navigationTop a:hover {
	color: #cbcbcb;
}



/*** MAIN MENU *************************************************************************************************************/
.mainmenu {
	width: 100%;
	height: 25px;
	overflow: hidden;
}

.mainmenu .menuitem,
.mainmenu .menuitem:link,
.mainmenu .menuitem:visited {
    /*background-image: url("assets/backgrounds/inactive-mainmenuitem-background.jpg");*/
    /*background-repeat: repeat-x;*/
    /*background-position: bottom left;*/
    background: url("assets/backgrounds/inactive-mainmenuitem-background.jpg") repeat-x bottom left;
	color: #ffffff;
	display: block;
	float: left;
    margin: 3px 0 0 0;
	padding: 3px 15px 5px 15px;
	font-weight: bold;
	/*border-right: solid 1px #cccccc;*/
	text-transform: uppercase;
	height: 14px;
    font-size: 12px;
}

.mainmenu .menuitem:link.active,
.mainmenu .menuitem:visited.active,
.mainmenu .menuitem:hover {
    margin: 0;
    border-top: solid 3px #ce1f1a;
	color: #1c2c77;
    background: #fff;
}

.mainmenu .menuitem.left {
	border-right: solid 1px #bbbbbb;
}

.mainmenu .menuitem.right {
	border-left: solid 1px #bbbbbb;
}



/*** SUB MENU **************************************************************************************************************/
.submenu {
	width: 190px;
	border-bottom: solid 7px #fff;
}

.submenu a:link,
.submenu a:visited,
.submenu a:hover {
    margin: 0 0 1px 0;
	padding: 7px 0 6px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.0em;
    text-transform: uppercase;
	display: block;
}

.submenu a:link,
.submenu a:visited {
	color: #fff;
    background-color: #1c2d77;
}

.submenu a:hover,
.submenu a.active:link,
.submenu a.active:visited {
	color: #1c2d77;
    background-color: #fff;
}

.subItemBorderTop {
	border-top: solid 1px #C8CDE2;
}

a.subsubitem:link,
a.subsubitem:visited {
}
a.subsubitem:link,
a.subsubitem:visited,
a.subsubitemActive:hover {
	font-family: Verdana,verdana,sans-serif;
}

a.subsubitemActive:link,
a.subsubitemActive:visited,
a.subsubitemActive:hover {
	font-weight: bold;
}

a.noborder:link,
a.noborder:visited,
a.noborder:hover {
	border: none;
}



/*** CONTENT FORMATTING ****************************************************************************************************/
.content {
	color: #333;
}

.content h1 {
	margin: 0;
	padding: 8px 8px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #e2e3e5;
	color: #1c2d77;
}

.content h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #1c2d77;
	margin-bottom: 12px;
}

.content h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;

	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}

.content h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #1c2d77;
}

.content strong,
.content b {
	color: #000;
}

.content a:link,
.content a:visited,
.content div a:link,
.content div a:visited {
	color: #b8c6e1;
	color: #CED9EB;
	color: #1c2d77;
}

.content .contentMain a:hover,
.content .contentMain div a:hover {
	text-decoration: underline;
}


/*** WHATEVER **************************************************************************************************************/



.standardinfobox {
    background-color: #e9e9e9;
    border-bottom: solid 8px #fff;
}

.standardinfobox .headline {
    background-color: #1c2d77;
    color: #fff;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #fff;
}