formular titel {
	display:block;
	font-size:11pt;
	padding-top:10px;
	padding-bottom:4px;
}


formular input, formular textarea, formular select {
	width:100%;
	max-width:100%;
	height:40px;
	border:1px solid #e7e7e7;
	padding-left:10px;
}

formular textarea {
	height:100px;
	padding:10px;
}

.err {
	border-color:#ff0000 !important;
}

formular .auswahlfeld {
	background-image:url('/page/_webpics/formularCheck.jpg');
	background-repeat:no-repeat;
	background-position:left -25px;
	height:27px;
	line-height:25px;
	border:1px solid #fff;
	margin-bottom:19px;
	padding-left:50px;
	cursor:pointer;
}

formular .auswahlfeld.akt {
	background-position:left 0;
}

formular .subwahl {
	background-image:url('/page/_webpics/mutieren-plus-minus.jpg');
	background-repeat:no-repeat;
	background-position:left 0;
	height:27px;
	line-height:25px;
	border:1px solid #fff;
	margin-bottom:19px;
	padding-left:50px;
	cursor:pointer;
}

formular .subwahl.akt {
	background-position:left -25px;
}



formular button {
	font-family: 'Roboto Condensed', sans-serif;
	border:none;
	background-color:#0082b9;
	color:#fff;
	height:45px;
	font-size:12pt;
	min-width:160px;
	padding:0 30px;
	margin:20px 0;
	cursor:pointer;
}
formular button:hover {
	background-color:#004b8b
}

formular.login {
	display:block;
	width:100%;
	max-width:370px;
	margin:0 auto;
}

formular.mutieren {
	display:block;
	width:100%;
	max-width:650px;
	margin:0 auto;
}

formular #checkFormDiv,#formularERR,#formularOK {
	display:none;
}

formular .hidden {
	display:none;
}
