/**
* (C) by Matthias Gally,
* Gally Websolutions GmbH, www.gally-websolutions.com
* Forms
**/

/* Farben */
#standard #errormessage, 
#standard legend, 
#standard .aftertext, 
#loginerror {
	color:#000000;
}

#standard input[type="submit"],
#special input[type="submit"] { 
	color:#ffffff;
}

/* background color */
#standard input[type="submit"],
#special input[type="submit"] { 
	background-color:#cccccc;
}
#standard input[type="submit"]:hover,
#special input[type="submit"]:hover,
#standard select.error, 
#standard input[type=checkbox].error { 
	background-color:#000000;
}
#standard input, 
#standard select, 
#standard textarea {
	border:1px solid #000000;
}

/* Border */
#error, 
#loginerror,
#standard input.error, 
textarea.error {
	border:1px solid #000000;
}


#standard select[name="tag"], #standard select[name="monat"] { 
	width:60px;
}
#standard select[name="jahr"] {
	width:80px;
}
#standard fieldset, #special fieldset {
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom: 40px;
	display: inline-block;
}
#special fieldset {
	display: block;
}
#standard legend {
	font-weight:bold;
	margin-left:24px;
	font-size:15px;
	padding:0 10px 0 10px;
}
#standard label {
	width:120px;
	font-weight:normal;
	float:left;
	clear: left; 
	display: block;
	margin:0px 0px 5px 0px;
}
#standard label img {
	padding:0px;
}
#standard #errormessage {
	font-size:14px;
	margin-left:120px;
	margin-top:6px;
	margin-bottom:3px;
	text-align:left;
}
#standard input, #standard select, #standard textarea {
	display:block;
	float:left;
	margin:0px 0px 5px 0px;
	padding:5px;
	width:360px;
}
#standard input[type="submit"], #special input[type="submit"] { 
	width:364px !important;
	border: 0px!important;
	margin:1px;
}
#special input[type="submit"]{
	height:30px;
	margin-top:10px;
}

#standard input[type="checkbox"] { 
	width:5px !important;
}
 
#standard .aftertext {
	font-size:11px;
	margin:0px 0 0 3px;
	float:left;
}
textarea {
	/*font-size:11px;*/
}
#standard form.ul, form.li{
	list-style: none;
	padding: 0; margin: 0;
}
#standard form.ul li {
	float:left;
	display:block;
	width: 40px;
}
#standard form.ul li label {
	padding: 0; margin: 0; 
	float:left;
}
#standard form.ul li input {
	padding: 0; margin: 0; 
}
#standard br {
	clear:both;
}
#standard input.forward {
	float:right;
	}

#standard input.back {
	float:left;
}
#radio {
	float:left;
}
.radio {
	float:left;
}
#clear {
	clear:both;
}	

#steps {
	float:left;
	}

#logout {
	text-align:right;
	}
	
#loginerror {
	margin: 0 0 10px 0;
	padding:10px;
}
.multiselect {
	float:left;
}



#loginwrap input{
	float:left;
	margin:0px 0px 5px 0px;
	padding:5px;
	width:143px;
	background-color:#000;
	border:none;
	color:#fff;
}

#loginwrap input[type="submit"] { 
	color:#ffffff;
	width:153px !important;
	background-color:#000;
	padding:3px 0 3px 0;
	float:left;
	border:2px solid #000 !important;
}


#loginwrap .loginbox_open label{
	width:80px !important;
	display:inline-block;
	text-align:left;
	float:left;
}


#loginwrap input[type="submit"]:hover { 
	background-color:#fff;
	border:2px solid #000 !important;
	color:#000;
}




@media only screen and (max-width: 590px)  {

	#standard input, #standard select, #standard textarea {
		width:100%;
		box-sizing:border-box;
	}
	#standard input[type="submit"],
	#special input[type="submit"] { 
		width:100% !important;
	}
	
	#standard label{
		width:100%;
	}
	#standard #errormessage {
		margin-left:0px;
		text-align:left;
	}
	#standard fieldset{
		padding:0 10px 0 10px;
		box-sizing:border-box;
	}
}