/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size:11px;
}

body {
         behavior:url(fileadmin/template/main/multimedia/csshover.htc);
         background-color:#F1F1FF;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

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: 0px;
	padding-top: 0px;
	vertical-align: top; 
        background-color: #F1F1FF;
        margin-top:0px;
        padding-top:0px;
}

                                               /* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 120px;  	
	background-color:#ce0018; 
	padding-top: 0px;
}
TD#menu_1 DIV {
	width: 100%;
}
TD#menu_1 DIV A {
	color: white;
        /*background-color:#ffaa00;*/
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
        color:#a5b6bd ;
        background-color:#ffaa00;
	text-decoration: underline;
}

/*  MENU 1, dotted line */
TD#menu_1 DIV.menu1-dotted {
  border-bottom: 1px dotted #999999;
  font-size: 9px;
  padding-top:0px;
  padding-left:15px;
  color: maroon;
}


/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 12px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 12px;
  color:#6e1a3e;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  background-color: #ffaa00;
  filter:alpha(opacity='70', style='0');
}



                                     /*  MENU 2, level 1, general for all table cells: */
TD#menu_2 {
  background-image: url(../images/sch_logo_leer1.gif); 
  background-repeat : norepeat; 
  width: 225;
  /*text-align: center;*/
  padding: 0px 0px 0px 40px;
}
TD#menu_2 DIV A {
  color: white;
  font-size: 12px;
  font-family: verdana, arial;
  text-decoration: none;
}
TD#menu_2 DIV A:hover {
  text-decoration: underline;
}
TD#menu_2 DIV.oddcell {
  background-color: #666699;
}
TD#menu_2 DIV.menu2-level1-act {
  background-color: #6e1a3e;
}

                                     /*  MENU 2 oben rechts, level 1, general for all table cells: */
TD#menu_22 {
  background-image: url(../images/sch_logo_leer1.gif); 
  background-repeat : norepeat; 
  width: 225;
  /*text-align: center;*/
  padding: 0px 0px 0px 40px;
}
TD#menu_22 DIV A {
  color: white;
  font-size: 12px;
  font-family: verdana, arial;
  text-decoration: none;
}
TD#menu_22 DIV A:hover {
  text-decoration: underline;
}
TD#menu_22 DIV.oddcell {
  background-color: #666699;
}
TD#menu_22 DIV.menu2-level1-act {
  background-color: #6e1a3e;
}




                                     /*  MENU News, level 1, general for all table cells: */
TD#menu_news {
  /*background-color: #d2dbe1;*/
  background-color: #ededed;
  padding: 20px 0px 0px 20px;
}
TD#menu_news DIV A {
  color: #ffaa00;
  font-size: 12px;
  font-family: verdana, arial;
  text-decoration: none;
}
TD#menu_news DIV A:hover {
  text-decoration: underline;
}
TD#menu_news DIV.oddcell {
  background-color: #666699;
}
TD#menu_news DIV.menunews-level1-act {
  background-color: #6e1a3e;
}




TD#menu3 {	
	vertical-align: top; 
	width: 120px;  	
        color:black;
	background-color:#f2f2f2; 
	padding-top: 0px;
}
TD#menu3 DIV {
	width: 100%;
}
TD#menu3 DIV A {
	color: #4a96d6;
        /*background-color:#ffaa00;*/
	text-decoration: none;
}
TD#menu3 DIV A:hover {
        color:#a5b6bd ;
        background-color:#f2f2f2;
	text-decoration: underline;
}


/*  MENU 3, level 1, normal state (NO) */
TD#menu3 DIV.menu3-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 12px;
  padding-top:0px;
  padding-left:5px;
}
/*  MENU 3, level 1, active state (ACT) */
TD#menu3 DIV.menu3-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 12px;
  color:#6e1a3e;
  padding-top:5px;
  padding-left:5px;
 
}

/*  MENU 3, level 2, normal state (NO) */   
TD#menu3 DIV.menu3-level2-no {
  font-size: 11px;
  padding-left:10px;
}
/*  MENU 3, level 2, active state (ACT) */
TD#menu3 DIV.menu3-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:10px;
  /*background-color: #dddddd;*/
 
}



                                    /* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}



