@charset "utf-8";
/* CSS Document */

#content {
	color:#707173;
	line-height:1.25em;
	clear:both;
}

.highlight {
	color:#b0cc4a;
}

h1, th {
	color:#b0cc4a;
	font-size:1.8em;
	font-weight:normal;
	text-align:left;
	font-family:DINMittelschrift, Verdana;
}

h2 {
	color:#707173;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}

a, a:visited {
	color:#b0cc4a;
}

a:hover {
	color:#707173;
}

li {
	line-height:20px;
	color:#707173;
	list-style-image:url(../img/li.gif);
}

p {
	line-height:20px;
	color:#707173;
}

td {
	font-size:1em;
	line-height:20px;	
	color:#707173;
	width:400px;
	vertical-align:top;
}

#dreispalter_1, #dreispalter_2 {
	width:308px;
	float:left;
	margin-right:10px;
}

#spalte1und2 {
	float:left;
	width:640px;
}

#dreispalter_3 {
	float:left;
	margin-left:10px;
	width:200px;
}

#dreispalter_3_registry {
	float:left;
	margin-left:-100px;
	width:200px;
}

*html #dreispalter_3_registry {
	margin-left:0px;
}

.referenz img {
	border:1px solid #848587;
	width:196px; 
	height:139px;
	margin-top:10px;
	display:block;
}

.referenz:hover img {
	border:1px solid #c6cf04;
}

@media screen {
	.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:5px;
	}
}
/* Ausgabe auf dem Drucker */
@media print {
	.renderhead {
		display: block;
	}
	.renderhead span {
		display: block;
		color: blue;
	}
	.renderhead img { 
		display: none;
	}
}



