body, .schrift, h1, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1#title {
	margin:0;
	padding:0;
	text-transform:uppercase;
	color: #FF6600;
}
 A: {
COLOR: #FF6600;  
TEXT-DECORATION: none
}
A:link {
	COLOR: #FF6600;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #FF6600;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF9933;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #FF9933;
	TEXT-DECORATION: none
}
.orange {
	color: #FF6600
}
.grau {
	color: #999999;
}
.blockgrau {
	border: 1px solid #CCCCCC;
}
.block {
	border: 1px solid #FF6600;
}
.cv_file {
	margin: 4px;
}
.cv_file img {
	width: 16px;
	height: 16px;
	border: 0px solid black;
	margin-bottom: -4px;
}
div.indent {
	margin-left: 5ex;
}