/* 
**  Version: 1.0.0
**  Letzte Änderung: pma, 10.02.08
*/
/*------------------------------------------------------
  Standard
 ------------------------------------------------------*/
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }
 
 /* von YAML */
form { overflow:hidden; }

/* Margin bei Forms entfernen */
form {
	margin: 0px 0px;
}
/* Rand bei fieldset entfernen */
fieldset {
	margin: 1em 0px;
	border: 1px solid transparent;
}
label {
	width: 100px;
	clear: left;
	float: left;
}
input, textarea {
	width: auto;
	border: 1px #ccc solid;
	background: #fafafa;
	padding: 2px;
}
input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}
input[type=image],
input.image {
	border: none;
	padding: 0px;
}

input.search  {
	padding: 4px 5px 4px 5px;
}


/*------------------------------------------------------
  #mailform
 ------------------------------------------------------*/
#mailform {
	margin-bottom: 1em;
}
/* fieldset (border), legend and label */
#mailform fieldset {
	float: left;
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #666;
}
#mailform fieldset div {
	display:block;
	float:left;
	margin-bottom:2px;
	margin-top:2px;
}
#mailform legend {
	color: #666;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#mailform label {
	clear: left;
	float: left;
	width: 8em;
	padding-top: 5px;
}
#mailform label.bold {
	font-weight: bold;
}

/* input fields */
#mailform input[type=text], textarea {
	float: left;
	width: 18em;
	margin-bottom: 3px;
	margin-right: 3px;
}
#mailform textarea {
	width: 27.6em;
	height: 10em;
}
#mailform select {
	float: left;
}
/* special: radio buttons and labels */
#mailform input.radio {
	float: left;
	margin-top: 3px;
	border: none;
	background: transparent;
}
#mailform label.radio {
	clear: none;
	width: auto;
	margin: 0 10px 0 5px;
	padding: 1px 0px 0px 0px;
}

/* zip, different size and floating */
#mailform input.zip {
	float: left;
	width: 5em;
}
#mailform label.zip {
	clear: none;
}
#mailform label.afterzip {
	clear: none;
	float: left;
	width: auto;
	padding-top: 5px;
	margin-left: 13px;
	margin-right: 5px;
}
#mailform input.afterzip {
	clear: none;
	float: left;
	width: 8.0em;
}
#mailform label.first {
	clear: none;
	width: 10em;
	margin-right: auto;
}
#mailform input.first {
	float: left;
}
#mailform label.second {
	clear: none;
	float: left;
	width: auto;
	padding-top: 5px;
	margin-left: 13px;
	margin-right: 5px;
}
#mailform input.second {
	clear: none;
	float: left;
}
#mailform input.slong {
	width: 4em;
}
#mailform input.mlong {
	width: 8em;
}
/* buttons */
#mailform div.buttons {
	width: 100%;
}

#mailform input.btn {
	float: none;
	color: #fff;
	background-color: #666;
	cursor: pointer;
	width: auto;
	height: auto;
	text-align: center;
}
#mailform input.tx-srfeuserregister-pi1-submit {
	float: left;
	color: #fff;
	background-color: #666;
	cursor: pointer;
}


/* (line)break */
#mailform br {
	clear: left;
	width: 100%;
}

/* errors (mailformplus) */
#mailform span.fielderr {
	float: left;
	color: #b90000;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px; 
}
#mailform span.float {
	float: left;
	margin-top: 5px;
	margin-right: 3px; 
	margin-bottom: 3px;
}

/* sr-feuser-register */
#mailform input.tx-srfeuserregister-pi1-radio {
	float: left;
	width: auto;
	margin-top: 3px;
	border: none;
	background: transparent;
}
#mailform span label {
	clear: none;
	width: auto;
	margin-right: 10px;
}
#mailform span label.zip {
	clear: none;
	width: 10em;
	margin-right: auto;
}

/* feuserloginsystem */
#mailform #formsmaller label {
	width: 8em;
}
#mailform #formsmaller input {
	width: 11em;
	float: right;
}
#mailform #formsmaller input.btn {
	width: 7em;
}
#mailform div.alignright {
	clear: right;
}
#mailform div.alignright input {
	float: right;
}
#mailform span.key {
	float: left;
	clear: left;
	width: 10em;
	padding-bottom: 3px;
	font-weight: bold;
}
#mailform span.value {
	  float: left;
	  padding-bottom: 3px;
}

#mailform p.formlabel {
	margin-bottom: 0px;
}
#mailform p.formlabel2 {
	margin-top: 10px;
	margin-bottom: 0px;
}


table.formbox {
   width: auto;
}
table.formbox td {
   padding-right: 10px;
}