a {
	text-decoration:none;
	border-bottom:1px dashed #666666;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

#readmore {
	width:678px;
	height:15px;
	text-align:right;
	margin-top:5px;
	margin-bottom:15px;
	border-top:1px dashed #666666;
}

#divaction {
	width:450px;
	border-right:5px solid #f1f1f1;
	background-color:#484848;
	min-height:20px;
	padding-left:2px;
	padding-bottom:2px;
}


input {
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}
input.login {
	width:70px;
	color:#FFFFFF;
	background-color:#5c5c5c;
	margin-top:10px;
}
input.senden {
	width:70px;
	color:#FFFFFF;
	background-color:#5c5c5c;
}
textarea { 
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:250px;
	height:130px;
}
select {
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}

hr {
	background-color:#d0d0d2; /* Mozilla 1.4 */
	color:#d0d0d2; /* IE 6 */
	border: #d0d0d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin:0;
}
#divdetails {
	width:560px;
	margin-bottom:5px;
}
#divdetailssmall {
	width:540px;
	margin-bottom:5px;
}
#divdetailspos1 {
	width:150px;
	border-right:1px dashed #CCCCCC;
	background-color:#f1f1f1;
	float:left;
	height:17px;
}
#divdetailspos2 {
	width:390px;
	padding-left:10px;
	background-color:#f1f1f1;
	float:left;
	height:17px;
}


#divdetailsposh1 {
	width:150px;
	border-right:1px dashed #ffffff;
	float:left;
	height:135px;
}
#divdetailsposh2 {
	width:300px;
	background-color:#333333;
	padding-left:10px;
	float:left;
	height:135px;
}




/* Downloadbereich */
#divdownpos1 {
	width:150px;
	border-right:1px dashed #ffffff;
	float:left;
	height:17px;
}
#divdownpos2 {
	width:390px;
	background-color: #CCCCCC;
	padding-left:10px;
	float:left;
	height:17px;
}
tr.grau {
	background-color:#FFFFFF;
}
tr.grau:hover {
	background-color:#FFFFFF;
}

/* Status Bar */
#statusbar1 {
	width:150px;
	border-right:1px dashed #CCCCCC;
	background-color:#f1f1f1;
	float:left;
	height:40px;
}
#statusbar2 {
	width:390px;
	padding-left:10px;
	background-color:#f1f1f1;
	float:left;
	height:40px;
}
#action, #progress {
	margin-top: 8px;
}
#action {
	font-weight: bold;
}
#progress {
	display: none;
	border: 1px solid black;
	background-color: #EFEFEF;
	width: 300px;
	height: 8px;
}