/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#3A3A3A;
}	

#copy {
	visibility:hidden;
}	

A:HOVER {
	color:#af0083;
}	

TD {
	vertical-align:top;
}	


/* Tabele für Vita */

table.vita {
	table-layout:auto;
	width:auto;
	border:none;
	border-collapse:collapse;
	padding:0;
	margin:0;
	
}

table.vita  td {
	vertical-align:top;
	border:none;
	width:auto;
	height:20px;
}

table.vita .firstcol {
	width:40px;
	margin-right:10px;
}	

table.vita .secondcol {
	width:500px;
}	

/* divs für Vita */

div.jahr, span.jahr{
	left:0px;
	width:40px;
	height:15px;
	float:left;
}

div.jahrtext, span.jahrtext {
/*	position:relative; */
	width:auto;
	clear:both;
}		
	