/* KUSTOM */

.csc-header csc-header-n2 h2{font-weight:bold;colur:green;}
#.csc-header csc-header-n2 h2{font-weight:notmal;color:red;}

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {color:#CCCCCC; font-family: Helvetica Narrow, sans-serif; font-size: 14px;}
P.bodytext I {color:#CCCCCC; font-family: Helvetica Narrow, sans-serif; font-size: 14px;}
P.bodytext U {color:#CCCCCC; font-family: Helvetica Narrow, sans-serif; font-size: 14px;}
P.bodytext B {color:#CCCCCC; font-family: Helvetica Narrow, sans-serif; font-size: 14px;}
P.bodytext B I {color:#CCCCCC; font-family: Helvetica Narrow, sans-serif; font-size: 14px;}
P.bodytext B I U {color:#CCCCCC; font-family: Helvetica Narrow, sans-serif; font-size: 14px;}
P.bodytext A {color:#CCCCCC; font-family: Helvetica Narrow, sans-serif; font-size: 14px;}

/* RTE / Bulletlists */
UL { font-size: 11px; margin-top: 0px;  }
UL UL LI { font-size: 10px; }
UL LI A { color: white; }

OL { font-size: 10px; margin-top: 0px; }
OL LI A { color: white; }

LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / BlockQuote styling */
BLOCKQUOTE { background-color: #CCCCCC; }
BLOCKQUOTE P.bodytext { margin-left: 5px; }
BLOCKQUOTE BLOCKQUOTE { background-color: #CCCCCC; }
BLOCKQUOTE BLOCKQUOTE P.bodytext { margin-left: 5px; }



/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Helvetica Narrow, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
}
H1 { font-size: 14px; color:#FFF; text-transform:uppercase;}
H2 { font-size: 11px; color:#FFF; text-transform:uppercase;}
P, H1, H2 {margin: 0px 0px 5px 0px;}


TD#footer {border-top: none;}
TD#footer P {
	font-size: 8px;
	text-align: left;
	padding-top:30px;
	padding-left:242px;
	color:#CCCCCC;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 22px;
	padding-bottom: 10px;
	vertical-align: top; 
	width: 700px;
}

/* Menu 1 column */
TD#menu_1 {	
	border-left-style: none;	
	border-bottom-style: none;	
	border-right-style: none;	
	border-top-style: none;	
	vertical-align: top; 
	width: 210px;
	background-repeat : no-repeat;
	padding-top: 17px;
	padding-left: 22px;

}
TD#menu_1 DIV {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	width: 95%;
}
TD#menu_1 DIV A {
	color:#CCCCCC;
	text-transform:uppercase;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	color: #BF0000;
	font-weight:bold;
	text-transform:uppercase;

	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 14px;
  padding-top:5px;
  padding-left:5px;
  color:#CCCCCC;
  text-transform:uppercase;

}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom-style: none;
  border-bottom: 0px #CCCCCC;
  font-weight:bold;
  font-size: 14px;
  color:#350006;
  padding-top:5px;
  padding-left:5px;
  filter:alpha(opacity='70', style='0');
  text-transform:uppercase;

}
TD#menu_1 DIV.menu1-level1-act A {
	text-transform:uppercase;
    color:#BF0000;
  
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 13px;
  padding-left:20px;
  color:#BF0000;
  text-transform:uppercase;

}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 13px;
  font-weight:bold;
  padding-left:20px;
  color:#BF0000;
  text-transform:uppercase;

}



/*  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: Helvetica Narrow, sans-serif;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: none;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #350006;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: Helvetica Narrow, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:#CCCCCC;
}
TD#path A:hover {
  text-decoration: underline;
}
stortitel {
	color: #7c7c7c;
	letter-spacing: 10px;
	font-size: 55px;
	font-family: Helvetica, Helvetica Narrow, sans-serif, sans-serif;
}

