/* CSS Document */

html,body {
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:10px; 
	padding-bottom : 0.005em; 	
}

a {
	color: #ababab;
	text-decoration: none;
}

.site {
	width: 780px;
	margin: auto;	
	/*border: 1px solid #fff;*/
}
.clear {
	clear: both;
}

.top_img {
	width: 100%;
	/*height: 70px;*/

}

.navigation {
	background-color: #ababab;
}

.navigation a {
	background-color: #ababab;
	color: #FFFFFF;
	padding: 9px 9px 9px 9px;
	line-height: 30px;
	font-weight: bold;
}
.navigation a:hover {
	color: #ababab;
	background-color: #FFFFFF;
}

hr {
	border-top: 1px dashed #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 100%;
	background-color: transparent;
	height: 0px;
	margin: 2px 0 2px 0;
}

img.fleft {
	float: left;
	margin: 0 10px 5px 0;
}
div.fleft {
	float: left;
	width: 415px;
	margin: 0;
	padding: 0;
}
a.fright {
	float: right;
}
.preis {
	font-size: 14px;
}
