

/**  Actions  **/
.subject_list{
	width: 800px;
	float: right;
	margin-bottom: 30px;
}
.subject_list ul{
	margin: 0;
	margin-top: 8px;
	padding: 0;
	text-align: right;
}
.subject_list li{
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	display: inline;
}

.subject_list ul li{
	width:140px;
	margin-top: 100px;	
}

.subject_list ul li a {
	font-weight: normal;
	display: inline;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.subject_list ul li a,
.subject_list a {
	font-size:10pt;
	font-weight:normal;
	padding: 2px 3px;		/*2px;	*/
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}

.subject_list ul li a:hover,
.subject_list a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.subject_list ul li a:active,
.subject_list a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

.subjectsbox{
	border: 1px solid #aaa;
	float: left;
	width: 220px;
	height: 60px;
	margin: 5px;
	padding: 0px;
	position: relative;
	background: #ddd;
	border-radius: 3px 3px 3px 3px;
}

.subjectsbox .subject_icon{
	border: 0px dotted;
	margin: 4px;
	width: 48px;
	height: 48px;
	float: left;
	position: relative;
	border-radius: 3px 3px 3px 3px;
	overflow: hidden;
}

.subject_name{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	margin-left: 70px;
	margin-top: 15px;
	font-size: 18px;
	width: 140px;
	text-align: center;
	color: black;
	overflow: hidden;
	word-wrap:break-word;
}

.subject_name a{
	color: #333;	
}

.subjectsbox .subject_edit{
	position: absolute;
	bottom: 2px;
	right: 22px;
}

.subjectsbox .subject_delete{
	position: absolute;
	bottom: 2px;
	right: 2px;
}

/* für groups_subjects/index */
.SubjectImage{
	float: right;
}
/*für groups_subjects/certificate_print_setting */ 
.settings{
	width: 280px;
	float: left;
}
.member_box{
	margin-left: 340px;
	border: 1px #aaa;
	border-radius: 5px;
	background: #eee;
	padding: 8px;
}
.member_box .name {
	display: inline-block;
	width: 180px;
}
form div.txt, form div.name, form div.txt  div, form div.cert_klasse{
	margin: 0;
	padding: 0;
}
.txt {
	display: inline-block;
	width:280px;
	font-size: 0.8em;
}
.cert_header{
	border-bottom: 50px;
}
.cert_klasse{
	display: inline-block;
	width: 45px;
	font-size: 0.8em;
	padding-right: 8px;
}
.cert_klasse input{
	width: 30px;
}
