/*
	###############################################################
	###############################################################
	#                                                             #
	#   Diverse Browseranpassungen, "Reset"                       #
	#                                                             #
	###############################################################
	###############################################################		*/

* {
	margin:0;
	padding:0;
	font-size: 100%;
} 

html {
	height: 100%;
} 
	
body {
	min-height: 101%; /* erzwungener Scrollbalken fuer FF */
	font-size: 100.01%; /* Rundungsfehler bei Opera */
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-align: left; 	
	color: #ffffff;        
}

a, a:hover {
	text-decoration: none;
	background-color: transparent;
}

fieldset, img {
	border: 0;
}

select, input, textarea {
	font-size: 99%; /* Anpassung für Safari */
}

/*	Skiplink-Navigation	*/

.skip, .druck {
	position: absolute;
	left: -800em; 
	width: 30em;
	font-size: 0px;
	line-height: 0px;
}
