/* CSS Document */
/* Online Wertgutachten */

.error {
	background-color:#ffffff;
	border: 1px solid #800000;
}
.errorText{
	color:#800000;
	font-size:90%;
}

#fileprogress {
	font-weight: bold;
	width:300px;
	height:140px;
	background-color:#fff;
	color:#000;
	font-size:145%;
	border:4px solid #aaa;
	margin:10% auto;
	padding:14px 0px;
	z-index:9999999;
	text-align:center;
	overflow:visible;
}

#indicator {
	position:fixed; 
	top:0; 
	z-index:9999; 
	width:100%; 
	height:100%; 
	opacity:.9; 
	filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	margin:0px;
	background-color:#000;
	display:none;
	overflow:visible;
}

.step3 {
	width:100%;
}
.step3 td {
	width:200px;
	padding:5px;
	border-bottom:1px solid #ffffff;
}

.step3_img {
	text-align:center;
}

.step3_img img:hover {
	border-color:#000000;
}

.step4 {
	width:660px;
	font-size:110%;
}
.step4 th {
	font-size:130%;
	padding:12px 3px 3px 3px;
}

.step4_titel{
	padding:2px;
	width:25%;
}
.step4_value{
	border:1px solid #cccccc;
	background-color:#ffffff;
	padding:2px;
	width:25%;
}
.step4_img {
	text-align:center;
}

.step4_img img:hover {
	border-color:#000000;
}

ul.ow_nav {
	margin-top:30px;
	margin-left:10px;
	list-style-type:none;
	list-style-image:none;
	padding:8px 5px 8px 0px;
	font-size:120%;
}

.ow_aktiv {
	font-weight:bold;
}

.ow_check{
	list-style-image:url('../source/img/check.gif');
}

#akzept {
	color: #800000
	}

