	
/*BOX*/

#container_LBox {
	width:350px;
	background: #D2D2D2;
	}

#LBox_Header {
	width:350px;
	height:5px;
	}
	
#LBox_Middle {
	height:200px;
	background:url(../img/box/verlauf.gif) top repeat-x;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	padding:0 10px;
	
	/* CSS HACK */
	width: 350px;	/* IE 5.x */
	width/* */:/**/328px;	/* Other browsers */
	width: /**/328px;
	}
	
#LBox_Footer {
	width:350px;
	height:5px;
	}
	


/*FORMULAR*/

label.left {
    float: left;
    text-align: left;
    width: 8em;
    margin-right: .3em;
	}

input[type=text], select {
    float: left;
	}

input.right {
    float:    left;
    width:    auto;
    clear:    both;
    margin-left: 8.3em;
    margin-right: .3em;
}

input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
    margin-left: 7.3em;
	}

form br {
    clear:    both;
	}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
    cursor:    pointer;
	}

form {
    line-height:1.7em;
	padding-top:20px;
	}

.formu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #000;
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
	}
	
.Button {
	background-color:#D2D2D2;
	color:#000;
	border:0px solid #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1.2em;
	padding-left: 15px;
	background:url(../img/pfeil.gif) no-repeat;
	}		


