@import url("../root_sc.css");

body {
	background: url(../../../_format/css/mjz/images/mjz_gradient_bg.gif) repeat-x 50% 0%;
}
#column-right 
{
    	background: url(../../../_format/css/mjz/images/mjz_nav_bg.gif) no-repeat;
}
/*==========================================================*
	NavElements
	Navigation Rundbogen wird ueberschrieben
============================================================*/
#NavContainer-1-1
{
    border: dotted 0px Red;
}


#TopNavContainer
{
 position: relative;
 width:100%;
 height: 26px;
 border-bottom: solid 1px #ffffff;   
 background: #c9571e url(images/mjz_oben_900x26.gif) no-repeat; /*ocker color*/

}

/*==========================================================*
	NavElements
	<a> and <a:hover> must be overridden 
	Esp.: a:hover because it must be placed after <a> and otherwise it would be before <a>
============================================================*/


#fsTab1
{
	background: url(../images/lasche_mjz_aktiv.gif) no-repeat;
}
#fsTab1 a, #fsTab1 a:visited, #fsTab1 a:link
{
    /*background-color: #ce3528;*/
}
#fsTab2 a, #fsTab2 a:visited, #fsTab2 a:link
{
	background: url(../images/lasche_exec_inaktiv.gif) no-repeat;
    /*background-color: #dc883d;*/
}
#fsTab3 a, #fsTab3 a:visited, #fsTab3 a:link
{
	background: url(../images/lasche_rampf_inaktiv.gif) no-repeat;
    /*background-color: #1b6ba2;*/
}



/* specific a:hover background this id element */
/* if no rule for a specific id exists then the above declared #SiteNavBox2 a: hover rule is applied */
#fsTab1 a:hover
{
	background: url(../images/lasche_mjz_aktiv.gif) no-repeat;

}
#fsTab2 a:hover
{
	background: url(../images/lasche_exec_aktiv.gif) no-repeat;
}
#fsTab3 a:hover
{
background: url(../images/lasche_rampf_aktiv.gif) no-repeat;
    /*background-color: #959595;*/
}











#SiteNavBox2
{
    display: block;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    width: 900px;
    height: 26px;

	border: dotted 0px Red;
}

/* general styles for <a> elements in this block */
#SiteNavBox2 a, #SiteNavBox2 a:visited, #SiteNavBox2 a:link
{
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    left: 0px;
    top: 0px;
    clear: none;
    float: left;
    padding: 4px;
    margin: 0px;
    display: block;
    width: 102px;
	    height: 18px;
}
#SiteNavBox2 a:hover
{
    /* generic a:hover background for all elements in SiteNavBox2 */ /* must follow after above declared non-hover background-colors */
    text-decoration: underline;
    background-color: #c1c1c1;
}
#fsNavElementBox1, #fsNavElementBox2, #fsNavElementBox3, #fsNavElementBox4, #fsNavElementBox5
{
    position: relative;
    left: 0px;
    top: 0px;
    clear: none;
    float: left;
    display: block;
	border-right: solid 1px #FFFFFF;
    width: 110px; /*border: dotted 1px Yellow;*/
}
#fsNavElementBox2{
width: 110px;
}

#fsNavElementBox1 a, #fsNavElementBox1 a:visited, #fsNavElementBox1 a:link
{
    background-color: #1d3188;
}
#fsNavElementBox2 a, #fsNavElementBox2 a:visited, #fsNavElementBox2 a:link
{
    background-color: #1d3188;
}
#fsNavElementBox3 a, #fsNavElementBox3 a:visited, #fsNavElementBox3 a:link
{
    background-color: #1d3188;
}
#fsNavElementBox4 a, #fsNavElementBox4 a:visited, #fsNavElementBox4 a:link
{
    background-color: #1d3188;
}
#fsNavElementBox5 a, #fsNavElementBox5 a:visited, #fsNavElementBox5 a:link
{
    background-color: #1d3188;
}


/* specific a:hover background this id element */
/* if no rule for a specific id exists then the above declared #SiteNavBox2 a: hover rule is applied */
#fsNavElementBox1 a:hover
{
    background-color: #d1d1d1;
}
#fsNavElementBox2 a:hover
{
    background-color: #d1d1d1;
}
#fsNavElementBox3 a:hover
{
    background-color: #d1d1d1;
}
#fsNavElementBox4 a:hover
{
    background-color: #d1d1d1;
}
#fsNavElementBox5 a:hover
{
    background-color: #d1d1d1;
}


