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


/* html-tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #D9D9D9;
	padding: 0px;
	margin: 0px;
}

/*classes*/




/* containers */



#aktuelles {
	height: 75px;
	width: 125px;
	position: absolute;
	padding: 0px;
	border: none;
	
}

#fuehrungen {
	height: 75px;
	width: 125px;
	position: absolute;
	left: 125px;
	padding: 0px;
	border: none;
}



#fakten {
	height: 75px;
	width: 125px;
	position: absolute;
	left: 250px;
	padding: 0px;
	border: none;
}

#kontakt {
	height: 75px;
	width: 125px;
	position: absolute;
	left: 375px;
	padding: 0px;
	border: none;
}

#links {
	height: 75px;
	width: 125px;
	position: absolute;
	left: 500px;
	padding: 0px;
	border: none;
}

#go_home {
	height: 190px;
	width: 170px;
	position: absolute;
	left: 20px;
	top: 3px;
	padding: 0px;
	border: none;
	background-image:url(../bild_grafik/logo/bergwerk_frei.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#go_home_link {
	height: 20px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 175px;
	padding: 0px;
	border: none;
	
}

#second_nav {
	height: 190px;
	width: 170px;
	position: absolute;
	left: 20px;
	top: 50px;
	padding: 0px;
	border: none
}
	
