
.classbox{
	border: 1px solid #aaa;
	display: inline-block;
	width: 100px;
	/*Height: 40px;*/
	margin:5px;
	padding: 7px 3px;
	position: relative;
	background: #ccc;	/*#ddd;*/
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	border-radius: 3px 3px 3px 3px;
}
.classbox a{font-size: 16px; color: #666;}
.classbox .teacher{font-size: 11px;font-style: italic;}

.classbox select{
	font-size: 12px;
	width: 90px;
}

/*classhour*/
#classhour_div {
	margin:20px;
	padding: 10px;
	background: #aaa;
}
.classhour_cell, .classhour_time_cell{
	width: 100px;
	height: 16px;
	border: 1px dotted #aaa;
	float: left;
	padding: 8px;
	text-align: center;
	margin-bottom: 0px;
}	
.classhour_time_cell{
	width: 130px;
	font-size: 0.8em;
}
/* andere Anordnung*/	
.hour_col{
	width:174px;
	float: left;
	border: 1px solid;
}
.hour, .hour_times, .hour_double{
	font-size: 8pt;
	height: 48px;
	border: 1px solid #aaa;
	padding: 2px;
	margin-bottom: 0px;
	position: relative;
}
.hour {
	width: 170px;
	
}
.hour_double {	
	font-size: 10px;
	width: 149px;
	height: 90px;
	padding: 8px 12px;
	text-align: center;
}

.hour_col_times{
	width:65px;
	float: left;
	border: 1px solid;
}
.hour_times{
	font-size: 10pt;
	width: 60px;
}
.headline{
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	background: #bbb;
}
.tutor_button {
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: 1px solid;
	background:#34476f;		/*#62af56;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6f8cc8), to(#34476f)); /*from(#76BF6B), to(#3B8230));*/
	background-image: -webkit-linear-gradient(top, #6f8cc8, #34476f);
	background-image: -moz-linear-gradient(top, #6f8cc8, #34476f);
	border-color: #263961;	/*#2d6324;*/
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 4px 5px;
	border-radius: 4px;
	cursor: pointer;
}
#kursliste_div{
	position: fixed;
	right: 50px;
	top: 200px;
	font-size: 11pt;
	width: 200px;
	#border: 2px dotted;
}
/*Klassenseiten*/
.classlist	{
		padding: 3px;
		
}
/*Schülerprofile*/
.profilebox p.label{
	font-size: 1.0em;
}	
.property {
	font-size: 1.3em;
}
.prop_value{
	margin-left: 25px;
	font-weight: bold;
}
.light {
	color: #888;
	font-style: italic;
	font-size: 0.7em;
}
.actions .prev {margin:30px;}
h3.sj{ margin-top:15px;}
.m10{margin: 10px;}
.admin_cat{
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 12px;
	margin-bottom: 20px;
}