/* Drucker CSS */
   
body {
 background: white;
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
}

#menu { 
 display: none; /* nicht drucken */
}

h1{
	padding: 20px 0 5px 0;
	font-size: 20px;
	margin: 0;
	border-bottom: 1px solid #606060; /*dunkelgrau*/
}

h2 {
	font-size: 14px;
}

#linkespalte td {
	vertical-align:top;
}

#linkespalte .cv td{
	padding-bottom: 20px;
}

.cv ul {
	margin-top: 0px;
}

.projektname {
	font-weight: bold;
}

.zusatzinfo {
	margin-top: 8px;
	font-style:italic;
}

#footeradresse {
	
}