body      {
	cursor:crosshair;
	background-color:#ffffff;

}
 
.x      {
	position:absolute;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#vcard {
	position:absolute;
	/*
	width:170px;
	height:200px;
	*/
	z-index:1000;
	/*
	left: 55%;
	top: 20%;
	*/
	left:650px;
	top:155px;
	overflow: visible;
}

#content {
	position:absolute;
	width:620px;
	z-index:1;
	/*
	top: 20%;
	*/
	left:20px;
	top:100px;
	overflow:visible;
	border:#000000;
}

h1      {
	font-size:14px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}

h2      {
	font-size:11px;
	line-height:12px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

h3      {
	font-size:10px;
	line-height:12px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

h4      {
	font-size:10px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}

h5      {
	font-size:7px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#999999;
	text-decoration:none;
	font-weight: normal;
}

h6      {
	font-size:6px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#999999;
	text-decoration:none;
	font-weight: normal;
}

.cv-titel      {
	font-size:12px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}

.cv-daten      {
	font-size:11px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#999999;
	text-decoration:none;
	font-weight: bold;
}

.cv-inhalt      {
	font-size:12px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}

a:link    {
	text-decoration:none;
	color:#666666;
	}
a:visited {
	text-decoration:none;
	color:#666666;
	}
a:hover   {
	text-decoration:none;
	/*
	color:#990033;	- hübsches d'rot
	*/
	color:#ffffff;
	background-color:#666666;
	}
a:aktive  {
	text-decoration:none;
	color:#666666;
	}
	
	
