/* ******************************************************************************
    Farbcodes:
                rot (Pantone 1805 C):   B0232A -> websafe: cc3300
                blau:                   032064 -> websafe: 003366
                hyperlink-blau:         426a9e -> websafe: 336699
                dunkel-grau:            999999 -> websafe: 999999
                hell-grau:              a8a8a8 -> websafe: 999999
                text-grau:              585858 -> websafe: 666666
                Pantone CoolGray 10 C   707277 -> websafe:
                dunkles-text-grau:             -> websafe: 333333
                hintergrund-grau:       dfdfdf -> websafe: cccccc
                rahmen-grau:            ececec -> websafe: ??????
****************************************************************************** */

/*#############################################################################*/
/*############################   globales layout   ############################*/
/*#############################################################################*/
#bodyContainer {
	position: relative;
	width: 977px;  /* 1024 - 2xPadding = 994 */
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0px 15px;
	border: 0px solid #000000;
	background-color: #FFFFF9;
}
#bodyContainer { min-height: 78%; }
* html #bodyContainer { height: 78%; }


/* ##############################   header   ################################################## */
#header {
    display: block;
    clear: both;
	position: relative;
	margin-top: 0px;
	padding: 15px 0px;
	padding-left: 0px;
	height: 66px;
}
#header #logo {
	display: block;
	float: left;
	overflow: hidden;
	width: 49.9%;
	height: 100%;
	text-align: left !important;
	vertical-align: top !important;
}
#header #logo img {
    display: block;
	border: 0px;
	padding: 0px;
	text-align: left !important;
	vertical-align: middle !important;
}
#header #headerTabs {
	display: block;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 100%;
	text-align: right !important;
	vertical-align: bottom !important;
}
#header #headerTabs img {
}

/* ##############################   subHeader   ################################################## */
#subHeader {
    display: block;
    clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin: 0px -15px;
	
	/*background-image: url("https://media.gkvnet.de/public/SpiBu/noix_css.bar.gif");*/
	background-image: url("https://media.gkvnet.de/public/SpiBu/noix_css.bar_new.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
#subHeader #bar {
    display: block;
    clear: both;
	position: relative;
	margin-bottom: 15px;
	padding: 0px;
	height: 7px !important;
	background-color: #dfdfdf;
	border-style: solid;
	border-color:  #ececec;
	border-width: 1px 0px 1px 0px;
}
#subHeader #breadcrumb {
    margin-left: 170px; /* MARGIN-LEFT  =>  Breite der #leftNav + Margin des #subHeader */
    padding: 5px 2px 1px 2px;
    display: block;
    width: 655px;
}


#subHeader #miniSearch {
    width: 170px;

    position: absolute;
    right: 15px;
    top: 7px;
    margin-top: -2px;
}


/* ##############################   Container um Navigation, Content und Marginalie   #################### */
#leftNavBoxBorder {
    position: relative;
    height: 100%;
    width: 977px;
    color: inherit;
    background-color: Transparent;
    padding: 0px;
    margin: 0px;
}

#ctl00_leftNavBox, #leftNavBox {
    position: relative;
    border-width: 0px 0px 0px 155px;
    border-style: solid;
    /*border-color: #DFDFDF;*/
    border-color:#bbb6a6;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

    .noLeftNav #ctl00_leftNavBox, .noLeftNav #leftNavBox {
        border-left-width: 0px !important;
    }
    /* Wird vom Mozilla benötigt! */
    #ctl00_leftNavBox:after, #leftNavBox:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    

/* ##############################   leftNav   ################################################## */
#leftNav {
	position: relative;
	overflow: inherit;
	display: block;
	float: left;

    padding: 0px;
    padding-bottom: 1px;
    margin: 0px;
	margin-left: -155px;
	width: 155px;
	height: 100% !important;
	background-color: Transparent;
}
    .noLeftNav #leftNav {
       	visibility: hidden;
        position: absolute;
        left: -1000em;
    }
#leftNav .headline {
	background: transparent;
	padding-bottom: 10px;
}
#leftNav h1 {
    margin-left: -5px; /* #leftNav padding-left */
}



/* ##############################   content   ################################################## */
#content {
	position: relative;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 15px 0em 15px;
	
	background-color: #FFFFF9;
	height: 100% !important;
	min-height: 480px; /* Mozilla needs this */
    width: 792px; /* #leftNavBoxBorder-width - #leftNav-width - #ctl00_container-width - #content-padding-left - #content-padding-right */

    /*
	background-image: url("https://media.gkvnet.de/public/noix_logo.content.VMGMT.gif") !important;
	background-position: right 0.2em !important;
	background-repeat: no-repeat !important;
    */
}
    .showContainer #content {
	    padding-right: 15px !important;
    }

#leftNavBoxBorder .showContainer #content {
    width: 637px; /* #leftNavBoxBorder-width - #leftNav-width - #ctl00_container-width - #content-padding-left - #content-padding-right */
}


    
/* ##############################   container   ################################################## */
#ctl00_container, #container {
	position: relative;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 100% !important;

	background-color: Transparent;
}
#ctl00_container h1, #container h1 {
	display: block;
	overflow: inherit;

	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	
	text-decoration: none;
	height: 30px !important;
	line-height: 28px;  /* Eigentlich misst, aber das vertical-align: middle funktioniert nicht!!! */
	/* font-variant: small-caps !important; */
	/* letter-spacing: 0.1em; */
}
#ctl00_container p, #container p {
	padding: 0px 5px 15px 15px !important;
	margin: 0px !important;
	text-align: left !important;

	background-position: 7px 4px !important;
	background-repeat: no-repeat !important;
	background-image: url('https://media.gkvnet.de/public/SpiBu/noix_css.icon.marginalie.gif');
}

#ctl00_container #ctl00_NewsPanel_News hr, #container #ctl00_NewsPanel_News hr, #container #NewsPanel_News hr {
	visibility: visible !important;
	margin: 0px;
}

#ctl00_userinfo, #userinfo {
    font-size: 0.9em;
    line-height: 130%;
    color: #707277;
    /* background-color: #f5f5f5; */
    display: block;
	text-align: left !important;
	margin-top: 3em;
}
#ctl00_container #ctl00_userinfo h1, #container #ctl00_userinfo h1 #container #userinfo h1 {
	padding-left: 0px;
}


/* ##############################   footer   ################################################## */
#footer {
	clear: both; /* fix for mozilla */
	position: relative;
	display: block;
	text-align: center;
	color: inherit;
	background-color: Transparent;
	height: 46px !important;
	line-height: 21px;
	vertical-align: middle !important;
	/*border-left: solid 155px #dfdfdf;*/
	border-left: solid 155px #BBB6A6;
	padding-top: 1em;
}


#footer.showContainer {
    margin-right: 155px !important;
}


/* ##############################   addonBox   ################################################## */
#poweredby {
    position: absolute;
    display: block;
    margin-left: 5px;
    margin-bottom: -3.8em;
    margin-top: 1em;
    bottom: 40px;
    width: 148px;
    text-align: center;
    font-size: 10px;
}
    #WCAG {
/*      
        position: absolute;
        display: block;
        margin-left: 5px;
        bottom: 40px;
        width: 148px;
*/
        text-align: center;
        background-image: url('https://media.gkvnet.de/public/noix_icon.wcag1AA.background.gif');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #WCAG img {
        clear: both !important;
        float: none !important;
        padding: 24px 8px 0px 0px !important;
        margin: 0px 0px 0px 0px !important;
    }
    #pbIBMS {
    }


/*#############################################################################*/
/*################################   Boxmodelle   #############################*/
/*#############################################################################*/

.boxes {
    display: block;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
}
    /* clearfix für Boxmodell*/
    .boxes:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    .boxes {display: inline-block;}
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .boxes {display: block;}
    /* End hide from IE-mac */


.boxes .twoBoxes {
	float: left;
	width: 49%;
    margin-right: 0.5%;
    padding: 0px;
	text-align: left !important;
	display: block;
}
.boxes .threeBox {
	float: left;
	width: 32%;
    margin-right: 0.5%;
    padding: 0px;
	text-align: left !important;
	display: block;
}



/*#############################################################################*/
/*##########################   2 Boxen (links wie lable)  #####################*/
/*#############################################################################*/
.LeftBox {
	float: left;
	width: 210px;
	display: block;
}
.RightBox {
	float: left;
	width: 588px;
}


/*#############################################################################*/
/*##########################   individual layout   ############################*/
/*#############################################################################*/
#leftNav .headline {
	vertical-align: middle !important;
	text-align: left;
}



/*#############################################################################*/
/*#########################   ausgeblendete Elemente   ########################*/
/*#############################################################################*/
caption {
    display: none !important;
    visibility: hidden !important;
}



/*#########################################################################################################*/
/*#########################   Anpassungen für den geschützten Bereich (.private)   ########################*/
/*#########################################################################################################*/
.private #ctl00_leftNavBox, .private #leftNavBox {
    border-color: #91aeda;
}

.private #footer {
    border-left-color: #91aeda;
}



/*#########################   RSS   ########################*/
#content .rssList UL, #content .rssList UL LI
{
	list-style:none;
}

#content .rssList UL LI H2, #content .rssList UL LI .rssLink
{
	float:left;
}

#content .rssList UL LI .rssLink{
	margin:0.4em 0.5em 0.4em 0;
}
