/* =================================================================== */
/* template_mycoresample-1/CSS/style_navigation.css                    */
/* $Revision: 299 $ $Date: 2007-08-02 17:07:48 +0200 (Do, 02 Aug 2007) $                                                   */
/* =================================================================== */

/* =================================================================== */
/* Navigation below                                                    */
/* =================================================================== */
#navi_below_cell {
    padding: 3px;
    padding-top: 25px;
    text-align: right;
    vertical_align: top;
}
#navi_below_cell table{
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 3px;
}

table.navi_below{
    position:absolute;
    right:0px;
    left:auto;
}

.navi_below th, .navi_below td, .navi_below a
{
	color: #000000; /* ocean */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.navi_below a
{
	color: #000000; /* ocean */
	text-decoration: none;
} 
.navi_below a:hover
{
	text-decoration: underline;
}		
.navi_below .marked a
{
	text-decoration: underline;
}	

/* =================================================================== */
/* General Main navigation column                                      */
/* =================================================================== */
.navi_column
{
	background : #CAD9E0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #0C374C;
}

/* =================================================================== */
/* General Main navigation column                                      */
/* =================================================================== */
table.navi_history
{
    color: #031822; 
    background : transparent;
    font-size: 11px;
    font-weight : bold;
    border-style: none none solid none;
    border-width: 5px;
    border-color: #14516E;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navi_history a
{
    color: #E32118;
	font-weight : normal;
	text-decoration: none;
}
.navi_history a:hover
{
	text-decoration: underline;
}
td.navi_history{
    text-align:left;
    padding-left: 3%;
    padding-bottom: 5px;
}

td.navi_history_user{
    text-align:right;
    padding-right: 3%;
    padding-bottom: 5px;
}

/* =================================================================== */
/* Main navigation menu                                                */
/* =================================================================== */
.navi_main
{
	font-size: 11px;
	font-weight : bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: none;
	border-width: 0px;
    width: 195px;
    margin-top: 20px;
}
div.navi_main{
    background-color:#14516E;
    vertical-align: top;
    width: auto;
    border-style: none;
    margin-left:20px;
}
.navi_main img{
    display:block;
    border:none;
}
.navi_main tr, .navi_main td
{
	font-size: 11px;
}
.navi_main th a:hover
{
	text-decoration: underline;
}
.navi_main th a
{
	color: #FFFFFF;	
	font-weight : bold;	
}
.navi_main a
{
    color: #FFFFFF;
    font-weight : normal;
    text-decoration: none;
}
.navi_main a:hover
{
    text-decoration: underline;
}
.navi_main .marked a
{
    text-decoration: none;
}

/* =================================================================== */
/* Navigation                                                          */
/* =================================================================== */

#menu-width {
	width: 211px;
	height: 75%;
	vertical-align: top;
	text-align: left;
	padding-top: 25px;
	background-color: #C50C1F;
}
#topmenu { 
    background-image: url(../IMAGES/banner_sfb_top.png); 
    background-repeat: no-repeat; 
    height: 170px;
    width: 100%;
    border: none;
}
#navmain{
	padding-left: 15px;
}

#leftmenu { 
	height: 100%;
	width: 211px;
    position:relative;
    padding-bottom: 100%;
}

#sponsor-line {  
	height: 20px;
    border-top: solid 1px black;
	width: 160px;
	margin: 0px auto;
 	text-align: center;
}

#sfb-logo { 
    border: none;
	line-height: 0px; 
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 0px;
}

#logos { 
    border: none;
	line-height: 0px;
	padding-left: 30px;
}

#logos img{ 
    border: none; 
}

#lastlink {
	padding-top: 5px;
	margin: 0px auto;
 	text-align: center;
}

#lastlink a {
    text-decoration:none;
    color:#000000;
}
#head-top {
	height: 50px;
}
#head-middle {
	height: 100px;
}
#head-bottom {
	height: 20px;
}
