html, body {
	padding : 5px;
	margin : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 18px;
	/*color : #231f20;*/
}

.kontaktformular {
/*	border : 1px solid #000000;*/
	width: 380px;
	height: 300px;
	position : absolute; 
	left : 50px;
	top : 5px;
}

/* links zustaende im Impressum */
a:link.nav3 {
	color : #f4652d;
	text-decoration: none;
}

a:visited.nav3 {
	color : #f4652d;
	text-decoration: none;
}

a:hover.nav3 {
	color : #f4652d;
	text-decoration: underline;
}

a:active.nav3 {
	color : #f4652d;
	font-weight : none;
}

