/**
* code by Pascal Josephy,
* www.pj-products.ch
*
* Copyright (c) Gally Websolutions GmbH, www.gally-websolutions.com
*
**/
form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form legend {
	color: #333;
	float: left;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

form input[type="radio"] {
	margin-top: 2px;
}

form label {
	width: 125px;
	font-weight: normal;
	float: left;
	clear: left;
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}

form input {
	display: block;
	float: left;
	clear: right;
}

form label img {
	padding: 0px;
}

form input,form select,form textarea {
	display: block;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 1px 2px 2px 2px;
}

form input[type=text], form input[type=password] {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	width: 180px;
	border: 1px solid black;
	height: 16px;
}

form input[type=text]:hover, form input[type=password]:hover {
	box-shadow: inset 0px 0px 2px #555;
	background-color: #f9f9f9;
}

form input[type=text]:active, form input[type=password]:active, form input[type=password]:focus, form input[type=text]:focus {
	box-shadow: inset 0px 0px 2px black;
	background-color: #f0f0f0;
}

form select {
	
}

input:focus,select:focus,textarea:focus {
	outline: none;
}

input[type=submit], input[type=button] {
	height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	border: 1px solid black;
	border-radius: 3px;
	background-color: #eee;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}

input[type=submit]:hover, input[type=button]:hover {
	box-shadow: inset 0px 0px 2px #555;
	background-color: #dbdbdb;
}

input[type=submit]:active, input[type=button]:active {
	box-shadow: inset 0px 0px 2px black;
	background-color: #d9d9d9;
}

form input.error,textarea.error {
	border: 1px solid red;
}

textarea {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

form select.error,input[type=checkbox].error {
	background-color: #FE5353;
}

form br {
	clear: both;
}

form input.forward {
	float: right;
}

form input.back {
	float: left;
}

#radio {
	float: left;
}

.radio {
	float: left;
}

#clear {
	clear: both;
}

#error {
	border: 1px solid #1a8fd2;
}
.multiselect {
	float:left;
}







#nachhilfeform fieldset {
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom: 40px;
}
#nachhilfeform legend {
	color:#333;
	font-weight:bold;
	margin-left:24px;
	font-size:15px;
	padding:0 10px 0 10px;
}
#nachhilfeform label {
	width:120px;
	font-weight:normal;
	float:left;
	clear: left; 
	display: block;
	color:#1a8fd2;
	margin:0px 0px 5px 0px;
}
#nachhilfeform label img {
	padding:0px;
}
#nachhilfeform #errormessage {
	font-size:10px;
	color:#1a8fd2;
	margin-left:120px;
	margin-top:6px;
	margin-bottom:3px;
}
#nachhilfeform input, #nachhilfeform select, #nachhilfeform textarea {
	display:block;
	float:left;
	margin:0px 0px 5px 0px;
	background-color:#eaeaea;
	border:none;
	color:#505050;
	padding: 5px;
    width: 244px;
}
#nachhilfeform input[type="submit"] { 
	width:254px !important;
	padding: 5px;
	height:auto;
	border: 0px solid #666666;
	margin:1px;
	color:#1a8fd2 !important;
}
#nachhilfeform input[type="submit"]:hover { 
	background-color:#1a8fd2;
	color:#ffffff!important;
}
input[type="checkbox"] { 
	width:auto!important;
}
 
#nachhilfeform .aftertext {
	font-size:11px;
	margin:0px 0 0 3px;
	float:left;
	color:#1a8fd2;
}
#nachhilfeform input.error, textarea.error{
	border:1px solid #1a8fd2;
}
#nachhilfeform select.error, input[type=checkbox].error {
	background-color:#FE5353;
}
#nachhilfeform form.ul, form.li{
list-style: none;
padding: 0; margin: 0;
border:5px solid black;

}
#nachhilfeform form.ul li {

	float:left;
	display:block;
	width: 40px;
}
#nachhilfeform form.ul li label {
	padding: 0; margin: 0; 
	float:left;
}
#nachhilfeform form.ul li input {
	padding: 0; margin: 0; 
}
#nachhilfeform br {
	clear:both;
}
#nachhilfeform input.forward {
	float:right;
	}

#nachhilfeform input.back {
	float:left;
}
.aftertext {
	float: left;
	padding-left:5px;
}
#nachhilfeform2 input[type="submit"] {
	margin-top:0px;
}	
#errormessage {
	margin-left:125px;
	color:red;
}
#message {
	color:green;
}





/* Klassen -> Prüfungsassistent */

.pruefungsassistent legend {
	font-weight:bold;
	margin:15px 0 0 0;
	padding:0;
}
.pruefungsassistent label {
	clear: none;
	width:auto;
	float:none;
	display:inline-block;
}
.pruefungsassistent input[type="checkbox"] {
	float:none;
	display:inline-block;
	margin:0px 5px 0 10px;
}
.pruefungsassistent  input[type="text"].anzahl {
	float:none;
	display:inline-block;
	width:20px;
}
.pruefungsassistent  input[type="text"].zeit {
	float:none;
	display:inline-block;
	width:20px;
	margin-left:10px;
	margin-right:3px;
	padding-left:5px;
}
.pruefungsassistent  input[type="radio"] {
	float:none;
	display:inline-block;
	margin-top:10px;
	margin-left:15px;
}
.pruefungsassistent  select {
	float:none;
	display:inline-block;
	margin-left:10px;
}
