/*******************************************************************************

	Project		:	FOCUSING auf Redaxo 4.1
	Copyright	:	Design - eilge-edv - www.eilige-edv.de
	Designer    :   Gilbert Seilheimer

*******************************************************************************/

/* ### Formular (default) ######################################################### */

fieldset {
	font-size: 1.1em;
}

legend {
	font-size: 1.2em;
 	font-weight: bold;
}

/* ### Formular (xForm) ########################################################## */

p.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	border: medium dotted #FF0000;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
}

.form-hinweis {
	font-size: 1.2em;
}

label.text {
	width: 250px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding: 5px 0 0 0;
}

label.text-lang {
	width: 500px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding: 5px 0 0 0;
}

label.text-hinweis {
	width: 250px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding: 5px 0 0 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

label.select {
	width: 250px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding: 5px 0 0 0;
}

select.select {
	float:left;
	width: 290px;
	height:25px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;
	border-top: 1px solid #FFF;
}

label.textarea {
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}

input.text {
	float:left;
	width: 280px;
	height:25px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;
	border-top: 1px solid #FFF;
}

input.radio {
	width: 15px;
	height:25px;
}

input.checkbox {
	float:left;
	width: 15px;
	height:25px;
}

input.text-search {
	float:left;
	width: 270px;
	height:25px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;
	border-top: 1px solid #FFF;
}

input.submit {
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}

input.catpcha {
	float:left;
	width:150px;
	height:25px;
	margin-top:8px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;
	border-top: 1px solid #FFF;	
}

textarea.textarea {
	float:left;
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;
	border-top: 1px solid #FFF;
	margin: 0 0 0 150px;
}
.submit {
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}
p.formcaptcha span, p.formcaptcha {
	clear:both;
}
p.formcaptcha label.captcha {
	float:left;
	width:150px;
	margin:0px;
	padding:0px;
	border:0px;
	height:40px;
}
p.formcaptcha label.captcha img {
	margin:0px;
	border:0px;
	padding:0px;
}
p.formcaptcha input {
	float:left;
	width:150px;
	height:25px;
	margin-top:8px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;
	border-top: 1px solid #FFF;
}
p.formsubmit {
	clear:both;
}



/* comment_rank - Kommentar Addon von franz007 */ 
/* Die Klasse des divs der alles umschließt */
.comment-rank{
	
}
/* Die einzelnen Kommentare */
.comment-rank .comment-rank-comment{
	border-left: 3px dotted #000000;
	padding-left: 5px;
	margin-bottom: 12px;
}
/* Ein admin-comment zu einem Kommentar */
.comment-rank .comment-rank-comment .admincomment{
	border-left: 3px dotted #000000;
	padding-left: 5px;
}

/* Das formular */
.comment-rank form{
	border: 1px dashed #000000;
	margin-bottom: 20px;
	padding: 5px;
}

/* Die beschriftungen im Formular */
.comment-rank form label{
	display: block;
	margin-bottom: 5px;
}
