/* GENERAL fonts */

DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}

P, H1, H2 {margin: 0px 0px 0px 0px; text-indent: 0px}

A:link {	background-color : transparent;	color : navy; text-decoration : none;}
A:visited {	background-color : transparent;	color : navy; text-decoration : none;}
A:hover {	background-color : transparent;	color : #ff9900; text-decoration : underline;}
A:active {	background-color : transparent;	color : navy; text-decoration : none;}

A.bottomlinks:link     { font-size: 9px; color: #00885F;}
A.bottomlinks:visited { font-size: 9px; color: #00885F;}
A.bottomlinks:hover  { font-size: 9px; color: #ff9900;}
A.bottomlinks:active  { font-size: 9px; color: #00885F;}

/*HR {  border-bottom: 1px dotted #999999; color: ffffff; 

}*/

.dottedLine {  border-bottom: 1px solid #BDE9BD;
	border-top: 1px solid #BDE9BD; 
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom : 5px;
	margin-top : -5px;
	}

.dottedLineWithBackground {  
                border-bottom: 1px solid #BDE9BD;
	border-top: 1px solid #BDE9BD; 
	border-left: 1px solid #BDE9BD;
	border-right: 1px solid #BDE9BD; 
	padding-top: 10px;
	padding-bottom: 10px;
                padding-left: 5px;
                padding-right: 5px;
	margin-bottom : 5px;
	margin-top : -5px;
                background-image: url(/fileadmin/template/main/images/rhs_bkgnd.gif);
                background-repeat: repeat-x;
	}



TD#footer {border-top: dotted 1px #999999;}

TD#footer P {
	font-size: 10px;
	text-align: center;
}



/* Content column */

TD#content {
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 380px;
}


/* Menu 1 general */

.menu {
	background-color: #F7FFF7;
}

.menuTop {
	border-top: 1px solid #BDE9BD;
}

.menuBody {
	border-left: 1px solid #BDE9BD;
	border-right: 1px solid #BDE9BD;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menuBot {
	border-bottom: 1px solid #BDE9BD;
}

/* Menu 1 column */

TD#menu_1 {	
	vertical-align: top; 
	width: 200px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
                margin-left: 10px;
}

TD#menu_1 DIV {
	width: 100%;
}

TD#menu_1 DIV A {
	color: 				#00885F;
	text-decoration: 	none;
}

TD#menu_1 DIV A:hover {
    text-decoration: underline;
    background-image: url(fileadmin/template/SBCN/images/menu_orange_rightarrow.gif);
    background-repeat: no-repeat;
    background-position: -10px 3px;
}



/*  MENU 1, level 1, normal state (NO) */

TD#menu_1 DIV.menu1-level1-no {
  font-weight: 			normal;
  font-size: 			11px;
  padding-top: 			7px;
  padding-left:10px;  
/*border-right: 1px solid #BDE9BD;*/
}

/*  MENU 1, level 1, active state (ACT) */

TD#menu_1 DIV.menu1-level1-act {
  font-size: 			11px;
  font-weight: 			bold;
  padding-top: 			7px;
  padding-left:10px;
  background-image: url(/fileadmin/template/SBCN/images/menu_orange_rightarrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;
}

TD#menu_1 DIV.menu1-level1-act A {
  color:				#00885F;
}


/*  MENU 1, level 2, normal state (NO) */

TD#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-left:20px;
  /*border-right: 1px solid #BDE9BD;*/
}

/*  MENU 1, level 2, active state (ACT) */

TD#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:20px;
  /*border-right: 1px solid #BDE9BD;*/
  background-image: url(/fileadmin/template/SBCN/images/menu_orange_rightarrow.gif);
  background-repeat: no-repeat;
  background-position: 10px 3px;
}

/*  MENU 1, level 3, normal state (NO) */

TD#menu_1 DIV.menu1-level3-no {
  font-size: 11px;
  padding-left:30px;
  /*border-right: 1px solid #BDBDE9;*/
}

/*  MENU 1, level 3, active state (ACT) */

TD#menu_1 DIV.menu1-level3-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:30px;
  /*border-right: 1px solid #BDE9BD;*/
  background-image: url(/fileadmin/template/SBCN/images/menu_orange_rightarrow.gif);
  background-repeat: no-repeat;
  background-position: 20px 3px;
}

/*  MENU 1, level 4, normal state (NO) */

TD#menu_1 DIV.menu1-level4-no {
  font-size: 11px;
  padding-left:40px;
  /*border-right: 1px solid #BDE9BD;*/
}

/*  MENU 1, level 4, active state (ACT) */

TD#menu_1 DIV.menu1-level4-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:40px;
  /*border-right: 1px solid #BDE9BD;*/
  background-image: url(/fileadmin/template/SBCN/images/menu_orange_rightarrow.gif);
  background-repeat: no-repeat;
  background-position: 30px 3px;
}

/*  MENU 1, level 5, normal state (NO) */

TD#menu_1 DIV.menu1-level5-no {
  font-size: 11px;
  padding-left:50px;
  /*border-right: 1px solid #BDE9BD;*/
}

/*  MENU 1, level 5, active state (ACT) */

TD#menu_1 DIV.menu1-level5-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:50px;
  /*border-right: 1px solid #BDE9BD;*/
  background-image: url(/fileadmin/template/SBCN/images/menu_orange_rightarrow.gif);
  background-repeat: no-repeat;
  background-position: 40px 3px;
}

/*  MENU 1, level 6, normal state (NO) */

TD#menu_1 DIV.menu1-level6-no {
  font-size: 11px;
  padding-left:60px;
  /*border-right: 1px solid #BDE9BD;*/
}

/*  MENU 1, level 6, active state (ACT) */

TD#menu_1 DIV.menu1-level6-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:60px;
  /*border-right: 1px solid #BDE9BD;*/
  background-image: url(/fileadmin/template/SBCN/images/menu_orange_rightarrow.gif);
  background-repeat: no-repeat;
  background-position: 50px 3px;
}



















/*  MENU 2, level 1, general for all table cells: */

TR#menu_2 TD {

  background-color: #333366;

  width: 10%;

  text-align: center;

  padding: 0px 2px 0px 2px;

}

TR#menu_2 TD A {

  color: white;

  font-size: 10px;

  font-family: verdana, arial;

  text-decoration: none;

}

TR#menu_2 TD A:hover {

  text-decoration: underline;

}

TR#menu_2 TD.oddcell {

  background-color: #00885F;

}

TR#menu_2 TD.menu2-level1-act {

  background-color: #88292A;

}







/* Style for the Path-menu: */

TD#path {

  white-space: nowrap;

  font-family: verdana, arial;

  font-size: 11px;

}

TD#path A {

  text-decoration: none;

  color:black;

}

TD#path A:hover {

  text-decoration: underline;

}


/* Style for footer

.footer {	
   font-size: 8px;
   color: #00885F; 
   text-decoration: italic;
}




/* Style for the Static top menu: */

.staticMenu {

  font-size: 11px;

  color: white;

}

A.staticMenu:link	{	text-decoration: none; color:white; font-weight: normal;}

A.staticMenu:visited 	{	text-decoration: none; color:white; font-weight: normal;}

A.staticMenu:active 	{	text-decoration: none; color:white; font-weight: normal;}

A.staticMenu:hover 	{	text-decoration: underline; color:white; font-weight: normal;}



A.Menu1extra:link	{	text-decoration: none; color:#00885F; font-weight: normal;}

A.Menu1extra:visited 	{	text-decoration: none; color:#00885F; font-weight: normal;}

A.Menu1extra:active 	{	text-decoration: none; color:#00885F; font-weight: normal;}

A.Menu1extra:hover 	{	text-decoration: underline; color:#00885F; font-weight: normal;}




