/* 
**  last changed: 2009-01-09, simplicity gmbh, pma
*/
/*------------------------------------------------------
  Standard
 ------------------------------------------------------*/
dt { float: left; }
dd { margin: 0 0 12px 0px; float: left; }
 
 /* von YAML */
form { overflow:hidden; }

/* Margin bei Forms entfernen */
form {
	margin: 0px 0px;
}
/* Rand bei fieldset entfernen */
fieldset {
	margin: 12px 0px;
	border: 1px solid transparent;
}
label {
	width: 100px;
	clear: left;
	float: left;
}
input, textarea {
	width: auto;
	border: 1px #5bc5f2 solid;
	background: #fff;
	padding: 2px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #5bc5f2;
}
#form p {
	margin-bottom: 0px;
}
/*------------------------------------------------------
  #mailform
 ------------------------------------------------------*/
#mailform {
	margin-bottom: 12px;
}
/* fieldset (border), legend and label */
#mailform fieldset {
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0pt 0pt 12px 0pt;
}
#mailform legend {
	color: #000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#mailform label {
	clear: left;
	float: left;
	width: 9em;
	padding-top: 5px;
}
#mailform label.bold {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	padding-top: 0px;	
}

/* input fields */
#mailform input[type=text],
#mailform input[type=password],
input[type=text],
input[type=password],
textarea {
	float: left;
	width: 16em;
	margin-bottom: 3px;
	margin-right: 3px;
}
#mailform textarea {
	width: 25.2em;
	height: 6em;
}
#mailform textarea.bigger {
	width: 36em;
	height: 7em;
}
#mailform select {
	float: left;
}
/* special: radio buttons and labels */
#mailform input.radio {
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	border: none;
	background: transparent;
}
#mailform label.radio,
#mailform label.bold {
	clear: none;
	width: auto;
	margin-right: 10px;
}
#mailform p.formlabel {
	padding-top: 10px;
}
#mailform label.bold {
	font-weight: bold;
}
#mailform label.paragraph {
	width: 100%;
	margin: 10px 0px 5px 0px;
	float: none;
}

/* zip, different size and floating */
#mailform input.zip {
	float: left;
	width: 4em;
}
#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.35em;
}
#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,
input.btn,
input.tx-srfeuserregister-pi1-submit  {
	float: none;
	font-size: 12px;
	font-weight: bold;
	color: #004d90;
	background-color: #C8E2F0;
	cursor: pointer;
	width: auto;
	height: auto;
	text-align: center;
	padding: 2px;
}
input.tx-srfeuserregister-pi1-submit {
	background-color:#FFFF99;
	border:1px solid #FF3300;
	color: #000000;
}
input.tx-srfeuserregister-pi1-submit:hover {
	background-color:#FF3300;
	border:1px solid #FF3300;
	color: #ffffff;
}

.tx-srfeuserregister-pi1 input[type=text],
.tx-srfeuserregister-pi1 input[type=password] {
	padding: 2px;
}
input.tx-srfeuserregister-pi1-radio {
	border: none;
}
input#tx-srfeuserregister-pi1-gender-1 {
	margin-left: 8px;
}
input.tx-srfeuserregister-pi1-radio {
	margin-right: 3px;
}
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
	margin: 3px 0px;
}
#mailform input.btn:hover,
input.btn:hover,
input.tx-srfeuserregister-pi1 :hover {
	color: #fff;
	background-color: #004d90;
}
#mailform input.tx-srfeuserregister-pi1-submit {
	float: left;
	color: #004d90;
	background-color: #C8E2F0;
	cursor: pointer;
}
#mailform input.tx-srfeuserregister-pi1-submit:hover {
	color: #004d90;
	background-color: #004d90;
}

/* (line)break */
#mailform br {
	clear: left;
	width: 100%;
}

/* errors (mailformplus) */
#mailform span.fielderr {
	float: right;
	color: #004D90;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 20px; 
}

#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;
}
input[type=image] {
	border: none;
}
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
	background-image: none;
	padding-left: 0px;
}
/* feuserloginsystem */
#mailform #formsmaller label {
	width: 8em;
}
#mailform #formsmaller input {
	width: 10em;
	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: 9em;
	padding-bottom: 3px;
	font-weight: bold;
}
#mailform span.value {
	  float: left;
	  padding-bottom: 3px;
}

/* indexed_search */
input.tx-indexedsearch-searchbox-button {
	font-weight: bold;
	color: #004d90;
	background-color: #C8E2F0;
	cursor: pointer;
}
div.tx-indexedsearch-search-submit {
	margin-bottom: 5px;
}

/* login */
fieldset,
fieldset.felogin {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #C8E2F0;
}
fieldset.felogin {
	width: 60%;
}
fieldset.felogin div {
	margin-bottom: 5px;
	float: none;
}
fieldset div {
	float: left;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* ecard */
#mailform h2.ecardfuture1,
#mailform h2.ecardfuture2 {
	font-size: 22px;
	font-weight: bold;
	color: #004d90;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#mailform h2.ecardfuture1 {
	font-size: 26px;
}
#mailform h2.intend {
	margin-left: 90px;
}
#mailform fieldset.ecardfuture {
	background: #C8E2F0 url(/fileadmin/templates/ext_tmpl/img/bg_ecard_long.gif) right top no-repeat; 
}
#mailform fieldset.ecardfuture label {
	font-weight: bold;
	color: #004d90;
	width: 250px;
	margin-bottom: 5px;
}
#mailform fieldset.ecardfuture label.bigger {
	font-size: 16px;
}
#mailform fieldset.ecardfuture input,
#mailform fieldset.ecardfuture textarea  {
	background-color: #C8E2F0;
	border: 1px solid #fff;
	width: 250px;
	padding: 4px;
	margin-bottom: 8px;
	color: #004d90;
}
#mailform fieldset.ecardfuture textarea {
	margin-left: 0px;
	height: 150px;
}
#mailform div.ecardbtn  {
	float: none;
	clear: left;
	margin-left: 330px; 
}
#mailform div.ecardbtn input.btn {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-color: #41291c;
	border: none;
}
#mailform p.ecard {
	color: #004d90;
	width: 250px;
}
div.box {
	color: #004d90;
	width: 250px;
	padding: 5px;
	border: 1px solid #fff;	
}
#mailform fieldset.ecardfuture span.fielderr {
	color: #000;
	float: none;
}
#mailform .tx-srfreecap-pi2-cant-read {
	float: none;
	clear: left;
	display: block;
	width: 100%;
}