/*
// +----------------------------------------------------------------------+
// | CSS Version 2                                                        |
// +----------------------------------------------------------------------+
// | Copyright (c) rippers IT solutions GmbH                              |
// +----------------------------------------------------------------------+
// |    - CSS Basic Bit AG NEWS : SITEDESING                              |
// |      Standard HTML Tags; Body                                        |
// +----------------------------------------------------------------------+	
*/

html, body, div,  h1, h2, h3, ol, 
span, a, table, td, form, img, select, address {
	margin: 0px;
	padding: 0px;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
	/* font-size: 100%;
	line-height: 1.5; */
}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dashed;
}

.inv, dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}

img {
	/*border: 0px;*/
}
