/* CSS Document for daten.php */

/***************************************
**
**	erstellt 01.05.2005
**	Matthias Regh
**	Notatus
**
**	Historie:
**	    MR 26.05.2005  von notatus.css abgekoppelt 
**		MR 22.08.2005  Preistabelle
**
*****************************************/

#assi_werk {
	clear: left;
	margin-top: 10px;
	margin-bottom: 0px;
}

#assi_prio {
	margin-bottom: 0px;
}

#assi_projekt, #assi_prio, #assi_projektdatei, #assi_version, #assi_marke {
	clear: left;
}

.assi_img {
	display: block;
	float: left;
	width: 140px;
	margin-right: 20px;
	margin-top: 5px;
	height: 110px;
}


.assi_img img {
	padding-top: 10px;
	margin-left: 12px;
	width: 70px;
	height: 70px;
}

.assi_img p.fussnote {
	font-size: 7pt;
	color: #336699;
	margin-left: 6px;
}

.assi_img p.markant {
	margin-left: 12px;
}

a span.linktext {

	background-color: #336699;
	color:#FFFFFF;
	display: block;
	float: none;
	margin-bottom: 0px;
	height: 16px;
	vertical-align:middle;
	width: 82px;
	margin-left:12px;
	font-weight:bold;
	text-align:center;

}

.assi_text {
	display: block;
	float: left;
	margin: 0;
	width: 600px;
}

.cost_link {
	font-size: 10pt;
	font-weight:bold;
}

div.assi_text p span.small {
	font-size: 7pt;
}


p.preis {

	margin-left: 12px;
	font-weight:bold;
	width: 80px;
	text-align:center;
	
}

/***************************************
**
**	Preistabelle
**
*****************************************/


#preistabelle {
	margin-bottom: 20px;
}

#detail_werk, #detail_prio, #detail_projekt, #detail_marke, #detail_muster {
	clear: both;
	display: block;
	float: none;
	margin-bottom: 20px;
}


#hinweistemplate {
	position: absolute;
	border: 3px solid #336699;
	padding: 10px;
	background-color:#FFFFFF;
	top: 200px;
	left: 400px;
	width: 400px;
	height: 230px;
}

#hinweistemplate #buttons {
	padding-left: 75px;
	padding-top: 10px;
}

#hinweistemplate #buttons button {
	margin-right: 20px;
}


	


