/* Formular */

form {
	margin: 0;
	padding: 15px 0;
}

form div {
	position: relative;
	border: 1px solid #838383;
	width: 100%;
}

* html form div {
	border: none;
}

form p {
	margin: 15px 0 5px 0;
}

form div label {
	display: block;
	width: 120px;
	float: left;
	padding: 2px 0 1px 0;
	margin: 0 30px 0 0;
	position: relative;
	font-size: 12px;
}

form div label.err_label {
	color: #F0B71F;
}

input, select, textarea, .deaktiviert {
	color: #454545;
	width: 180px; 
	border: 1px solid #dddddd;
	background: #fff;
	height: 14px;
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}

input {
	margin-top: 3px;
}

* html input {
	margin-top: 2px;
}

select {
	width: 54px;
	height: 17px;
}

* html select {
	margin: 0 0 3px 1px;
}

#Anrede, #optimiert, #nach {
	width: auto;
}

#Anrede {
	margin-top: 2px;
}

#PLZ {
	width: 41px;
	margin-right: 3px;
}

span#PLZ {
	margin-right: 5px;
}

#Ort {
	width: 134px;
}

#senden, #login, #pruefen, #user_edit, #domain_edit, #search {
	margin-top: 25px;
	width: 180px;
	height: 20px;
}

#search {
	margin-top: 2px;
	width: 65px;
}

#optimiert, #Land {
	width: auto;
}

textarea {
	height: 100px;
	overflow: auto;
}

.radiobutton {
	width: auto;
	height: auto;
	background: none;
	border: 1px solid #ffffff;;
}

* html .radiobutton {
	width: 13px;
	height: 13px;
}

.checkbox {
	width: 13px;
	height: 13px;
	background: none;
	border: none;
	position: relative;
	top: 3px;
}


* html .checkbox {
	width: 14px;
	height: 14px;
	top: 2px;
}

.bezeichner {
	padding-left: 5px;
	font-size: 11px;
}

.bezeichner a {
	font-size: 11px;
}

span.select_einh {
	position: relative;
	top: -2px;
	left: -2px;
	margin-right: 1px;
	font-size: 11px;
}

.checkbox, #senden, #login, .err_msg, #user_edit, #domain_edit, #search {
	margin-left: 150px;
}

* html .checkbox, * html #senden, * html #login, * html .err_msg, * html #user_edit, * html #domain_edit, * html #search {
	margin-left: 150px;
}

#pruefen {
	margin-left: 169px;
}

input.fl {
	margin-left: 0;
}

* html body .cfl, .cfl {
	margin-left: 17px;
	padding-bottom: 5px;
}

* html body .cflv, .cflv {
	padding-top: 2px;
	margin-left: 0px;
}

.err_msg {
	margin-bottom: 2px;
	font-size: 11px;
	color: #F0B71F;
	width: auto;
}

.err {
	border: 1px solid #F0B71F;
	background: #c8a23e;
	color: #FFFFFF;
}

.err_checkbox {
	/*border: 1px solid #fe7902;*/
	/*width: 12px;*/
	background: none;
}

.einh {
	position: relative;
	top: -2px;
}

.radiotitle {
	font-size: 11px;
}

.deaktiviert {
	color: #7c7c7c;
	position: relative;
	top: 3px;
	width: auto;
	border: 1px solid #FFFFFF;
	text-decoration: underline;
	background: #FFFFFF;
	font-size: 11px;
}

* html .deaktiviert {
	padding-bottom: 5px;
}

.deaktiviert_row {
	position: relative;
	height: 21px;
}

* html .deaktiviert_row {
	height: 22px;
}

.edit_btn {
	color: #7c7c7c;
	position: absolute;
	right: 0;
	top: 1px;
	height: 15px;
	width: auto;
	text-align: right;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	font-size: 11px;
}

* html .edit_btn {
	width: 108px;
}

.field_bez {
	font-size: 11px;
	position: relative;
	top: -2px;
	left: 1px;
}

.ptxt {
	width: auto;
	background: none;
	border: 1px solid #ffffff;
	position: relative;
	top: 6px;
}

/* Formular Ende */

#container {
	width: 893px;
}

#standard01_content, 
#standard02_content, 
#standard03_content {
	padding: 47px 10px 10px 222px;
}

#footer {
	width: 855px;
}

#kontakt {
	padding-bottom: 20px;
}

#kontakt select.container {
	position: relative;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	height: 130px;
	width: 180px;
	background: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
}

* html #kontakt select.container {
	background: none;
}

#kontakt textarea {
	position: relative;
	margin-top: 10px;
	width: 400px;
}

#kontakt #senden {
	border: none;
	margin-top: 3px;
	width: 140px;
}

