/* anzformular */

#formchr input.right[type="radio"] {
        background-color: #EFEDE4; /*olga 25.02.08 */
}

#formchr form  {
line-height:130%;
	}
#formchr fieldset {
        margin-bottom:0.8em;
        padding:0 0.5em 0.5em 0.5em;
        background:#efede4; 
	border:1px solid #000;
	width:450px;
}
#formchr legend {
        color:#b7173b; 
	font-weight:bold;
}
#formchr br {
        clear:both;
}
#formchr label.checkbox {
	width:auto;
}
#formchr label.left {
        float:left;
	text-align:right;
	width:120px;
	margin-right:0.5em;
}
#formchr input[type=text]{
        float:left;
        width:auto;       
}
#formchr select{
        float:left;
}
#formchr input.right {
        float:left;
        width:auto;
        margin-right:0.5em;
}
#formchr input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right {
        margin-left:0.8em;
        margin-top:0.4em;
        padding:0;
        width:auto;
}
#formchr input[type=checkbox].fliessend,
input[type=radio].fliessend {
	float:left;
        margin-left:0.5em;
        padding:0;
        width:auto;
}
#formchr label.fliessend {
	float:left;
        margin-left:0.2em;
        margin-right:1.5em;
        margin-bottom:1.5em;
        padding:0;
        width:auto;
}
#formchr label, select, input[type=checkbox],
input[type=radio],
input[type=submit] {
        cursor:pointer;
}
/*
fieldset input.radio {
margin-bottom:0.4em;
}
*/
#formchr textarea {
        color:#000;
        background:#fff;
        width:450px;
}
#formchr input, #formchr reset {
        color:#000;
        background:#fff; 
        width:auto;
	margin-bottom: 4px;
}
#formchr input:focus, textarea:focus {
        color:#000;
        background:#fff;
}
#formchr input[type=submit], #formchr input[type=reset]  {
	border:1px solid #000;
	/*padding:0.5em;*/
	/*margin:0.5em;*/
	}
#formchr p {
	margin-bottom:1em;
	}
.dklrot {
        color:#b7173b; 
	font-weight:bold;
}
.rotweiss {
        color:#fff;
        font-weight:bold;
        background:#ff0033;
        padding-left:2px;
        padding-right:2px;
}
p.radioe{
        margin:-0.5em 0.8em 0 2.4em;
	}
label.radioe{
        margin:0 0 0 0.4em;
	float:left;
	width:auto;
	}
input[type=radio].radioe{
	margin:0 0.2em 0 2.4em;
	float:left;
	width:auto;
}
#formchr input.w-45 {width:45px;}
#formchr input.w-100 {width:100px;}
#formchr input.w-220 {width:220px;}
#formchr input.mb-16 {margin-bottom:16px;}
.ml130-db {margin-left:130px; display:block;}