@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #fff;			/*#ccc;*/
	color: #000;
	font-family: century gothic,verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: 	#F8931D;		/*#CC7918;		/*#25395E;*/
	text-decoration: none;
	/*font-weight: bold;*/
}
a:hover {
	color: #555;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.3em;
	margin-top:0.3em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 140%;
}
h2 {
	/*background:#fff;*/
	color: #25395E;		/*#e32;*/
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #F8931D;			/*#2c6877;*/
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 140%;		/*font-size: 165%;*/
}
h4 {
	color: #25395E;
	font-weight: bold;
}
ul, ol, li {
	margin: 0 0 0 12px;
}
p {
	margin: 0 0 0.5em 0;
	line-height: 1.4em;
}

/** Layout **/
.flexed{
	display: flex;
}
#page_whole_width { 				/*changed*/
	background-image: url(../img/general/bg_orange187.jpg);		
	background-repeat:repeat-x;		/*changed*/
	width: 100%;  
	
}

#page {		/*Eigentliche Seite*/
	margin: 0 auto; 
	width: 960px; 
	
	/*min-width: 960px; */
	/*max-width: 1150px;*/
	position:relative; 
/*	border: 1px solid;*/
}

/*Header*/
	#header{
		position:relative; 
		/*height: 191px;	*/
		/*height: 100px;	*/
	}

	#header a {color: #25395E;}
	
	#logo {margin-top: 20px;margin-right: 20px;}	
	#header_col1 { float: left; width: 600px;  margin:0;border: 0px dotted; margin-left: -20px; }			/*changed*/
	#header_col2 { float: right; width: 300px;  margin:0; text-align: right; border: 0px dotted;}			/*changed*/
	#header_col3 { width: auto; margin: 0 33% 0 33%}			/*changed*/
	

	#login {
		border: 0px dotted; 
		position: absolute; 
		top: 65px; right: 5px; 
		color: #eee;
		font-size: 0.70em;
		text-align: right;
	}
	
	#schoolname{
		margin-left: 60px;
		padding: 10px 10px 10px 10px;
		font-size: 1.2em;
	}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 5px 5px 40px 5px;
	overflow: auto;
	min-height: 360px;
	/*border-left: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
	/* position:relative;  war nur mal zwischenzeitlich drin*/
}
#footer {
	clear: both;
	padding: 0px;
	background: #F8931D;
	color: #fff;	
}
#footer .pg {font-size: 1.2em;padding-top:12px; color: #fff }
#footer .impressum {padding-top:25px;}
#footer .impressum a{color: #25395E; font-size: 1.2em;font-weight: bold;}
#footer .table {margin: 0px;}

/** containers **/
div.form,
div.index,
div.view {
	/*float:right;
	width:76%;
	border-left:1px solid #666;*/
	padding:10px 2%;
}
div .view {font-size: 0.9em}
div.index table, div.index p, div.index  {
	/*font-size: 0.8em; */
	font-family: verdana, arial;
}
div.actions, div.img_actions {
	float: right;		/* ZUm Platz nach obnen sparen ?!? */
	text-align: right;
	/*float:left;
	width:16%;
	background: #ffa;*/
	padding:0px 5px;
	margin-bottom: 20px;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	/*clear: both;*/
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	/*border-bottom:1px solid #ddd;*/
}
table tr:nth-child(even) {
	background: #d9d9d9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 2px;		/*0px 6px;*/
	padding:2px;		/*2px 5px;*/
}
/*klassich grau mit Gitterlinie */
table.classic {border-collapse: collapse; border}
table.classic tr {background: #eee;}
table.classic tr th{background: #fff;}
table.classic tr td {
	padding: 6px;
	border: 1px dotted #ccc;
}
/*ohne alles - zum positionieren*/
table.nude tr th, table.nude tr {background: #fff;}
table.nude tr td {padding:  0 0 4px 0;}
table.nude  {width: auto;}
table.middle tr td {vertical-align: middle;}

.nobreak { white-space: nowrap;}
/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 12em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	/*clear: both;*/
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 8px 10px;
	
}
fieldset legend {
	color: #f8931d;		/*#25395E;*/
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/* clear: both; */
	margin-bottom: 0.2em;
	padding: .3em;
	vertical-align: text-top;
	/*background: #cc0;*/
}
form .input {
	color: #444;
}
form .required {
	/*font-weight: bold;*/
}
form .required label:after {
	color:  #f8931d;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	/*clear: both;*/
	margin-top: 10px;
}
label, .label {
	display: block;
	font-size: 85%;
	margin-bottom:3px;
	color: #666;
	font-style: italic;
	
}
.value {
	margin-left:1em;
	margin-top: 0em;
	font-size: 1.2em;
	margin-bottom:9px;
}
input, textarea {
	/*clear: both;*/
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	/*padding: 1%;*/
	width:90%;
	margin-left: 5px; 
	background: #eee;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	/*clear: left;*/
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	/*margin: 6px 0;*/
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit], .buttons .bluebuttons a, .bluebuttons a, div ol.actions li.blue_bg a{
	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: 8px 10px;
}
.buttons{
	margin-bottom: 1em;
}
form .submit input[type=submit]:hover , .buttons .bluebuttons a:hover, bluebuttons a:hover{
	background: #51699a;		/*5BA150;*/
	border-color: #263961;
}

.buttons .bluebuttons a, .bluebuttons a{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	padding: 6px 8px;
}
.buttons .bluebuttons a: hover,  .bluebuttons a: hover{
	text-decoration: none;
	color: #fff;
}
.bluebuttons {padding: 0px 10px;}
.bluebuttons li{
	margin: 0 18px 18px 18px;
	list-style-type: none;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.border_top {
	border-top: 1px dotted #888;
	padding-top: 0.2em;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
.notifications,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #34476f;	/*#ffcc00;*/
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #6f8cc8, #34476f);
	background-image: -ms-linear-gradient(top, #6f8cc8, #34476f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6f8cc8), to(#34476f)); /*from(#ffcc00), to(#c43c35)*/
	background-image: -webkit-linear-gradient(top, #6f8cc8, #34476f);
	background-image: -o-linear-gradient(top, #6f8cc8, #34476f);
	background-image: linear-gradient(top, #6f8cc8, #34476f);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.notifications {max-height:150px; overflow: hidden;}
.notifications h3 {color: #333;}
.notifications p a{color: #eee; text-shadow: 0 2px 0 rgba(33, 33, 33, 0.5);}
.error { color:#ee5f5b}
/*.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #ee5f5b;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}*/
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul, .img_actions ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.actions li , .img_actions li{
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	display: inline;
}
.actions ul li a {
	font-weight: normal;
	display: inline;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.buttons  a,
.actions ul li a,
.actions li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;		/*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;
}

.buttons a:hover,
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions 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;
}


/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	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);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

.bfc {overflow: auto;}

/** additional **/
.left50blank {
	float: left;
	width: 49%;
}
.left50 {
	float: left;
	width: 48%;
	border-right: 4px solid #ccc;
}
.right50blank, .right50 {	/*gehört zu left50*/
	margin-left: 51%;
	/*width: 50%;*/
	/*background: #fa5;*/
}
.bigger {font-size: 1.4em;}
.medium {font-size: 16px;}
.fat {font-weight: bold;}
.smaller {font-size: 0.85em;}
.light {font-weight: normal;}
.verysmaller {font-size: 0.7em;}
.slim {padding:0px; margin: 0px; font-size:10pt; clear:none};
.down40, .padd_top40 {padding-top: 40px;}
.inline {display: inline-block;}
.fleft {float: left;}
.fright {float: right;}
.clear {clear: both;}
.clearl {clear: left;}
.clearr {clear: right;}
.w600 {width: 600px;}
.w500 {width: 500px;}
.w400 {width: 400px;}
.w350 {width: 350px;}
.w300 {width: 300px;}
.w250 {width: 250px;}
.w230 {width: 230px;}
.w200 {width: 200px;}
.w150 {width: 150px;}
.w120 {width: 120px;}
.w30 {width: 30px;}
.w40 {width: 40px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.no_padding {padding: 0px;}
.space50 {margin-left:50px;}
.full_width {width: 100%;}
.noneclear {clear: none}
.marginr300 {margin-right: 320px;}
.marginr250 {margin-right: 270px;}
.marginr200 {margin-right: 220px;}
.marginl350 {margin-left: 370px;}
.marginl300 {margin-left: 320px;}
.marginl250 {margin-left: 270px;}
.marginl200 {margin-left: 220px;}
.marginleft30 {margin-left: 30px;}
.margintop100 {margin-top: 100px;}
.margin10 {margin: 10px;}
.ml20 {margin-left: 20px;}
.hidden {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.bottom_line {position: absolute; bottom: 3px;font-size: 0.8em;width: 95%}
.unterschrift {text-align: right; font-style: italic; padding-right: 15px; padding-top: 10px; font-size: 10pt;}
.border {border: 1px solid; padding:0.2em;}
.dotted {border: 1px dotted;}
.left_border {border-left: 3px solid #aaa;  padding-left: 5px}
.right_border {border-right: 3px solid #aaa; padding-right: 5px}

.highlight_light {background: rgba(248,147,29,0.3); padding: 2px}
.highlight {background: rgb(248,147,29); padding: 2px}

.darklinks li a,.darklinks a {color: #25395e;}

.box{
	border: 1px #aaa solid;
	border-radius : 5px;
	padding: 5px;
	background: #ccc;
}
.box_light{
	border: 1px #aaa solid;
	border-radius : 5px;
	padding: 5px;
	margin: 10px;
	background: #eee;
}

.grey50 {background: #808080;} 
.grey30 {background: #A0A0A0;} 
.grey20 {background: #D9D9D9;} 
.grey_grad {
	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;
}
.green, table tr.green {background: #0BCA3A}
.brightgreen,  table tr.brightgreen {background: #ABFCA1;} /*#C9F67A;		CCE567*/
/*table tr:nth-child(even)*/
.orange {background: #F8931D;}
.blue {background: #34476F; color: #aaa;}
.red {color: #F51818}

.blue_box {
	color: #fff;
	background: #34476f;	/*#ffcc00;*/
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #6f8cc8, #34476f);
	background-image: -ms-linear-gradient(top, #6f8cc8, #34476f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6f8cc8), to(#34476f)); /*from(#ffcc00), to(#c43c35)*/
	background-image: -webkit-linear-gradient(top, #6f8cc8, #34476f);
	background-image: -o-linear-gradient(top, #6f8cc8, #34476f);
	background-image: linear-gradient(top, #6f8cc8, #34476f);
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 7px;
	border-radius: 7px;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25);
}
.blue_box  a:hover{color: #eee;}

.blue_light {background: #A8C3F7; }
.button_style{
	font-weight:normal;
	padding: 4px 8px;
	height: 35px;
	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;
}
.image_link48  {margin: 40px 0px 0px 0px;}
.image_link48 ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	overflow: hidden;
	height: 48px;
}
.image_link48 ul li a {color: #333;}
.image_link48 ul li a div{
	display: inline-block;
	padding: 6px 4px;
	overflow: hidden;
}
.readonly input {color: #999;}

.lockerer {line-height: 1.4em;}

.rounded_border {	
	border: 0px solid;	
	border-radius: 6px 6px 6px 6px ;
	padding: 8px;
}

.grey_checkbox { color: #f00; background: #333;}

.noclear form select {clear: none;}
 form.inline_table  div,  form.inline_table  input {display: inline;}
.checkbox_float .checkbox {
	float: left;
	padding-right: 8px;
}
.grau_kasten{
	border: 1px solid #aaa;
	padding: 8px;
	background: #eee;
	border-radius: 4px 4px 4px 4px;
}
/* Kästen */
.box_with_img{
	border: 1px solid #ccc; 
	padding: 5px;
	height: 86px;
	border-radius: 8px;	
	font-size: 20px;
	
}
.box_with_img img{
	float: left;
	width: 80px;
	margin-right: 5px;
}
.box_with_img .vertical_center{ 
	height: 80px;
	/*width: 200px;*/
}
.vertical_center{
	display: table-cell;
	vertical-align: middle;	
}
.quotation {	/*Zitate*/
	text-align: center;
	color: #888;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}
.blue_gradient {
	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;
}
.blue_gradient  a, .blue_gradient  a:hover{ color:#eee;}
.grey_gradient {
	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);
	
	text-shadow: #fff 0px 1px 0px;
	-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);
	
	color:#333;
}
.grey_gradient  a:hover{ color:#333;}
/*specials*/
.logo_right_500 {
	padding-top: 50px;
	margin-left: 500px;
	
}
.proz_90{
	width: 90%;
}
.inline_label_form  label {
	display: inline;
}
.checkboxes .checkbox{
	float: left;
	margin-right: 15px; 
	clear: none;
} 
.checkbox label{font-size: 0.7em;}

.randspalte{ 
	background: #ccc; 
	font-size: 0.75em;
	padding: 8px;
}
.randspalte ol {margin-left: 5px;}

.sidebar {
	float: left;
	width: 200px;
	padding: 5px;
}
.content_sidebar {
	margin-left: 220px;
	border-left: 2px solid #ccc;
}

img.img_border{
	border: 3px solid #aaa;
	margin: 5px 10px 10px 20px;
	box-shadow: 6px 5px 8px 2px rgba(0,0,0,0.75);
}

#PupilPupilReadForm {clear: none;}
	

/*login*/
#mainlogin, .single_tight400 {
	margin: 0 auto;
	width: 300px;
	padding: 50px;
}

#login_top {
	position: absolute;
	right: 10px;
	top: 128px;
	font-size: 1.2em;
	width: 115px;
	border: 0px solid;
	text-align: center;
}
.log_status, .log_status_name  {
	font-style: italic;
	color: green;
}
.log_status  {font-size: 9px;margin-top: 5px;}
.log_status_name  {font-size: 11px;}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
  
.nobr{white-space: nowrap;} 


