
/* copyright ArtProLog 2007 Ursula Bartels */

/* FORM */
csc-mailform,
form,
fieldset {
	border-style: none;
	margin:0;
	padding:0;
}

fieldset {
	width:575px;
}

.fieldset_row {
	width: 675px;
	background-color: #fff;
	line-height: 23px;
	min-height: 23px;
	clear: left;
	padding: 3px 10px 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom:3px
}

.fieldset_row:hover {
	background-color: #f4f4f4;
}

label {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	width: 200px;
}

.fieldset_field {
	float: left;
	width: 300px;
	display:block;
}

input,
textarea,
select {
	background-color: #fff;
	border: solid 1px #993e0d;
	color: #717f82;
	padding: 1px;
	width: 150px;
}

.csc-mailform-field {
	clear: left;
}

.csc-mailform-submit {
	display: block;
	margin-left: 210px;
	margin-top: 10px;
	width: 154px;
}

/* LOGINBOX */
#login {
	font-size: 0.9em;
	color: #fff6de;
	margin-top: 70px;
	margin-bottom: 20px;
	border: solid 1px #fff6de;
	padding: 10px;
}

#login a,
#login a:link,
#login a:visited,
#login a:hover,
#login a:active {
	color: #fff6de;
	text-decoration: none
}

.loginbox-row label,
.logoutbox-row label,
.forgot-passw-row label,
.loginbox-submit-row label {
	width: 55px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

.loginbox-row input,
.loginbox-submit-row input,
.forgot-passw-row input {
	font-size: 0.9em;
	float: left;
	width:105px;
}

.loginbox-row,
.logoutbox-row,
.forgot-passw-row,
.loginbox-submit-row {
	clear:left;
}

.loginbox-submit-row input.submitbutton,
.forgot-passw-row input.submitbutton {
	width: 109px;
}

* html .loginbox-submit-row input.submitbutton,
* html .forgot-passw-row input.submitbutton {
	width: 105px;
}

.msg_error {
	width: 280px;
	font-size: 0.9em;
	display: block;
	margin-bottom: 5px;
}

.forgot-passw {
	clear:left;
	display: block;
	margin-top:5px;
	margin-left:55px;
	line-height: 12px;
}

/* FORMULAR REGISTRIERUNG */

.user-forms .pbweiss {
	color:#FFFFFF;
	font-weight:bold;
	line-height:23px;
}

.user-forms div.zeile,
.user-forms div.zeile-odd,
.user-forms div.zeile-kopf,
.user-forms div.zeile-form-spacer {
	line-height: 23px;
	min-height: 23px;
	clear: left;
	padding: 3px 10px 0;
	border-top: 1px solid #f4f4f4
}

* html .user-forms div.zeile,
* html .user-forms div.zeile-odd,
* html .user-forms div.zeile-kopf,
* html .user-forms div.zeile-form-spacer {
	height: 23px;
}

.user-forms div.zeile-odd {
	background-color: #fff;
}

.user-forms div.zeile-form-spacer {
	background-color: #993e0d;
	padding: 0 10px 0
}

.user-forms .clearer {
	font-size: 0.3em;
	line-height: 0.3em;
}

.user-forms input,
.user-forms select,
.user-forms textarea {
	width: 250px;
	border: 1px solid #666;
}

.user-forms .checkbox {
	width: auto
}

.user-forms select {
	width: 254px
}

.user-forms .submitbutton {
	margin-top:10px;
	width: 254px;
	background-color: #993e0d;
	color:#FFFFFF;
	font-weight:bold;
}

/* BLANK */
#blank {
	text-align:left;
	background-color: #fff6de;
}

/* VERGLEICHSTABELLE  */
.vergleichstabelle {
	width:695px;
	display:block;
	overflow:auto;
}
