/* orange */
a:link, a:visited {
	color: #0C3A6D; /* #05284E; #ffa200 #cd6620 */
}

a:hover {
	color: #0b55c4; /* #ac5419; */
}

#pillmenu a:link {
  color: #0C3A6D; /* #05284E; #ffa200 #cd6620 */
}

#pillmenu a:hover {
  color: #fff;
  background-color: #0C3A6D; /* #05284E; #ffa200 #cd6620 */
}
/*
#pillmenu a#active_menu-nav {
  background: url(../images/orange/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}
#pillmenu a#active_menu-nav:hover {
  color: #fff;
}
*/

h3, .componentheading, table.moduletable th {
     color: #0C3A6D; /* #05284E; #ffa200 #cd6620 */
}
/* Test */
div.moduletable h3 {
     color: #fff; /*#05284E;  #ffa200 #cd6620 */
     display:block;
     background-color: #0C3A6D; /* #05284E; #ffa200 #cd6620 */
     padding:5px;
}
div.moduletable {
     border:1px solid #0C3A6D; /* #05284E; #ffa200 #cd6620 */
}
div.moduletable p {
    margin:4px;
}


div.module_menu {
	background: url(../images/orange/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/orange/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/orange/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/orange/mw_box_tl.png) 0 0 no-repeat;
}

#leftcolumn li {
                border: 1px solid #ccc;
}
#leftcolumn li a {
                border-left: 7px solid #0C3A6D; /* #05284E; #ffa200 #cd6620 */
                background-color: #fff;
                color: #0C3A6D; /* #05284E; #ffa200 #cd6620 */
}
#leftcolumn li a:hover {
                border-left: 7px solid #1c64d1;
                background: #0C3A6D url(/cms/images/layout/arrow_fine.gif) no-repeat 93% center;
                color: #fff;
}

/* Tabelle Schueler */

#tabelle-schueler td, #tabelle-schueler th {
	border:1px solid #ccc;
}
#tabelle-schueler th {
	background-color: #0C3A6D; /* #05284E; #ffa200 #cd6620 */
	color:#fff;
}
#tabelle-schueler .tbs-alt {
	background-color:#ffffd7;
}

ul.menu a:link,ul.menu a:visited  {
       color:#0C3A6D; /* #05284E; #ffa200 #cd6620 */
}