/* copyright artprolog 2008 Ursula Bartels */

/* LOGINBOX */
#login {
	padding-top:15px;
}

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

.loginbox-row input,
.loginbox-submit-row input,
.forgot-passw-row input {
	float: left;
	width:210px;
	margin-bottom:0px;
	font-size:1em;
	height:24px;
	line-height:24px;
}

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

.loginbox-submit-row input.submitbutton,
.logoutbox-row input.submitbutton,
.forgot-passw-row input.submitbutton {
	width: 213px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:1em;
}

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

.msg_error {
	display: block;
	margin-bottom: 5px;
}

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

.forgot-passw {
	margin-bottom:15px;
	margin-left:65px;
}

/*ADMIN FORMULARE*/
.add-forms {
	border-bottom:1px solid #ccc;
}

.add-forms .zeile,
.add-forms .zeile-odd,
.add-forms .firstline,
.add-forms .firstline2,
.add-forms .zeile-form-spacer {
	min-height: 23px;
	clear: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top:1px solid #ccc;
}

* html .add-forms .zeile,
* html .add-forms .zeile-odd,
* html .add-forms .firstline,
* html .add-forms .firstline2 {
	height: 23px;
	width: 100%;
}

.add-forms .firstline,
.add-forms .zeile-form-spacer {
	background-color: #957847;
	color: #fff;
}

.add-forms .firstline2 {
	color: #957847;
	text-transform:uppercase;
}

.add-forms .zeile-odd {
	background-color: #f6f6f6;	
}

.add-forms .spalte,
.add-forms .spalte0,
.add-forms .spalte1 {
	float:left;
	padding-left:5px;
	width:35%; 
}

.add-forms .spalte0 {
	font-weight: bold;
}

.add-forms .spalte1 {
	width:55%; 
}

.add-forms .icon {
	width:25px;
}

.add-forms input,
.add-forms textarea,
.add-forms select {
	background: #fff;
	border: solid 1px #ccc;
	color: #666666;
	padding: 3px;
	width: 250px;
	font-size:1em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}


.add-forms .submitbutton {
	margin-top: 0px;
	width: 254px;
	background-color: #957847;
	color:#fff;
	border-style:none;
}
.button{
	background-color: #957847;
	padding: 5px;
	font-size:1em;
	color:#fff;
	border-style:none;
	text-align:center;
	width:auto;
	text-transform:uppercase;;
}
a.button ,
a.button :link,
a.button :visited,
a.button :hover,
a.button :active {
	color: #fff;
	text-decoration: none;
	font-weight:normal
}

/*search*/
.searchbox {
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: 100%;
}
.searchbox .zeile-odd,
.searchbox .zeile{
	background-color: transparent;
	border-style:none;
}
.searchbox input,
.searchbox .submitbutton{
	width:175px;
}
.searchbox .submitbutton{
	background-color:#294352;
}
input.submitimg{
	background-color:transparent;
	width:7px;
	height:8px;
	display:block;
	border-style:none;
}
select.selectlong{
	width:364px;
}

/* FEHLER */

.fehlerImFormular-img, 
.help-img {
	display:inline;
}

.fehlerImFormular,
.help {
	color:#FFFFFF;
	position:absolute;
	display:block;
	bottom:5px;
	right:0px;
	width:200px;
	font-weight:normal;
	overflow:hidden;
	line-height:18px;
	background-color:#c51d23;
	border:dotted 1px #004764;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	white-space:normal
}
.help {
	background-color:#957847;
}

.fehlerImFormular-positionabsolute,
.help-positionabsolute {
	position:absolute;
}


/* FORMS */
.powermail_fieldset,
.powermail_create {
	width:550px;
}

.powermail_submit{
	float: none;
}

.tx-felogin-pi1{
	width: 220px;
}

.tx-felogin-pi1 input{
	width: 200px;
	margin-bottom: 5px;
	height:25px;
}