body {
	color: #663300;
}
.login_input {
	background-color: #CC9966;
	border: 1px solid #663300;
	color: #663300;
}
h1{
	background: url("http://www.bildungsplattformen.ch/img/tit_bg_ste.gif") repeat-x top;
	color: #663300
	}
a:link, a:active {  
	color: #993300
}
a:hover, a:visited {  
	color: #CC9966
	}
.text10_head:link, .text10_head:active, .text10_head:visited {
	font-size:10px;
	color: #663300;
}
.text10_head:hover {  
	font-size:10px;
	color: #CC9966;
	}
.button, .button:link, .button:active, .button:visited {  
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background:#993300;
	padding: 2px 5px 2px 5px;
	border:0;
}
.button:hover {  
	background:#CC9966;
	}
.list_highlight:hover{
	background:#eebd8b;
}
.button_small, .button_small:link, .button_small:active, .button_small:visited {  
	color: #FFFFFF;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	background:#993300;
	padding: 2px 5px 2px 5px;
	border:0;
}
.button_small:hover {  
	background:#CC9966;
	}
.text10 {
	color: #663300;
}
.high {  
	color: #FF9900;
	}
.border {
	border: 1px solid #CC9966;
}
/******************************
Navigation
******************************/
#nav {
	background-color:#993300;
	}
#nav2_container {
	background-color:#CC9966;
	}
.nav1 a, .nav1 a:visited{
	background-color:#663300;
	color:#FFFFFF;
	}
.nav1 a:hover {
	background-color:#CC9966;
	color:#FFFFFF;
	}
.nav1 a.selected {
	background-color:#CC9966;
	color:#663300;
	}
.nav2 a, .nav2 a:visited{
	background-color:#CC9966;
	color:#663300;
	}
.nav2 a:hover {
	color:#FFFFFF;
	}
.nav2 a.selected {
	font-weight:bold;
	}
#nav .fade {
	background:url("img/nav00.gif");
	}
#nav .my{
	background-image:url("img/nav01.gif");
	}
/* 
** ######################################################################################################
** DATEPICKER
** ######################################################################################################
*/
.date_input{
	width:0px;
	visibility:hidden;
	}
	
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #CC9966;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #CCCCCC;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #E5E5E5;
	border: 1px solid #999999;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #E5E5E5;
	border: 1px solid #999999;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #999999;
	border: 1px solid #666666;
	color: #FFFFFF;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-size: 10px;
	color: #999999;
	background: #E5E5E5;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-size: 10px;
	color: #999999;
	background: #E5E5E5;
	}