/* Farbschemata 
///// DSB ///
#7dacd8 // hellblau --> schaltflaechen
#008ccc //blau --> H-Ueberschriften 
#878789 //grau
#1a171b //schwarz 
*/

/* ///// Struktur ///// */
* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	}
body {
	background-color:white;
	width: 790px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}
#page {
	width:790px;
	}
#nonFooter {
	width: 790px;
	}
#content { /* Inhalt */
	width: 790px;
	margin: 10px 0 0 10px;
	}
#footer { 
	display:none;
	} 
/* ///// Head ///// */
#head {
	width: 790px;
	margin: 0 0 0 5px;
	}
#navigation {
	display:none;
	}
/* ///// Ueberschriften ///// */	
h1 {	
	font-size:2em;
	background: #008ccc; 
	color: white;
	text-align:center;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	width: 788px;

} 
h2 {	
	font-size:1.2em;
	background: #008ccc;
	color: white;
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 788px;
}

/* ///// Eingabe Noten ///// */
th.form_names { /* Kopf Namen Noteneingabe */
	width:274px;
	text-align: left;
	}
td.form_names { /* Spalten Namen Noteneingabe */
	width:274px;
	border: 1px solid grey !important;	
	}
th.form_vorname { /* Kopf Namen Noteneingabe */
	width:362px;
	text-align: left;
	}
td.form_vorname { /* Spalten Namen Noteneingabe */
	width:362px;
	border: 1px solid grey !important;	
	}	
input.input_unfocus { /* Standard nicht ausgewaehltte Felder */
	background-color: white;
	border: 1px solid;	
	padding: 2px 0 2px 3px;
	margin: 1px 0 0 2px;
	border: 1px solid grey !important;	
	}
input.input_focus { /* Ausgewaehltes Feld */
	background-color: #7dacd8;
	color:white;
	border: 1px solid;	
	padding: 2px 0 2px 3px;
	margin: 1px 0 0 2px;
	border: 1px solid grey !important;	
	}
input.input_grey { /* nicht editierbare Feld grau --> readonly */
	color: gray;
	}	
input.submit {
	background:url(../pic/blue-stripes_nav.gif) repeat scroll 0 0;
	border: none;
	color:white;
	}		

/* ///// Legende im Footer ///// !!! VORSICHT mit height im Footer, wegen footerStickAlt !!! */
#legende {
	display:none;
	}
#legende_inhalt {
	display:none;
	}
/* ///// Produktinfo ///// */
#productinfo {
	display:none;
	}
/* ///// Login ///// */
#login {
	display:none;
	}
	
/* ///// Noteneingabe Faecher ///// */	
tr.columnchange { /* Zeilenwechsel Farbe */
	background: #f4f4f4;	
	}	
th.form_names_list { /* Kopf Namen Notenliste */
	width:218px;
	text-align: left;
	}
td.form_names_list { /* Spalten Namen Notenliste */
	width:218px;
	}	
	
/* ///// Liste Noten einer Klasse ///// */
th.form_names_list2 { /* Kopf Namen Notenliste */
	width:294px;
	text-align: left;
	}
td.form_names_list2 { /* Kopf Namen Notenliste */
	width:294px;
	text-align: left;
	border: 1px solid grey !important;	
	}	
td.form_vorname2 { /* Spalten Namen Notenliste */
	width:120px;
	border: 1px solid grey !important;	
	}
th.subject_col { /* Kopf Namen Notenliste */
	width:20px;
	text-align: left;
	}
td.subject_col { /* Kopf Namen Notenliste */
	width:20px;
	text-align: left;
	border-bottom: 1px solid grey;
	}
th.blocker {
	width:2px;
	}	
td.blocker {
	width:2px;
	border-bottom: 1px solid grey;
	}
tr.column2 {
	height: 23px;
	}	
tr.column2change { /* Zeilenwechsel Farbe */
	height: 23px;	
	}
td.class_col { 
	padding:  1px;
	text-align: center;
	border: 1px solid grey !important;	
	}	
td.class_colchange { /* Spaltenwechsel Farbe */
	padding:  1px;
	text-align: center;
	border: 1px solid grey !important;	
	}	    
td.class_col_color {
	color: gray;
	}		
td.class_col_border_red {
	font-weight:bold;
	}	
td.class_col_border_yellow {
	}
td.class_col_border_black {
	border: 1px dotted black;
	}	
	
#divfach { 
	display: none;
	position: fixed; 
	top: 135px; 
	left: 9px; 
	color: black; 
	height: 148px; 
	width: 801px;
	border-width: thin;
	border-style:solid; 
	background-color:white;
	text-align: left; 
}

/* Student solo */
#student_solo {
    padding: 20px 20px 20px 20px;
}   
#studentjahr {
	display:none;
}
#studentstufe {
	display:none;
}
#studentklasse {
	display:none;
} 
#footer {
	display:none;
}	
#sb-container {
	display:none;
} 


