/* system reset */
body {
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}
:focus {
	outline:none;
}
form, div, p {
	margin:0px;
	padding:0px;
}
table {
	border-spacing:0;
}
td {
	vertical-align:top;
}

div.layout_bereich {
	float:left;
}

#layout_wrapper {
}

img {
	border:none;
}

label {
	cursor: pointer;
	cursor: hand;
}

div.clear {
	clear:both;
}
.float_none {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.float_left {
	float:left;
	margin:0px 16px 5px 0px;
}
.float_right {
	float:right;
	margin:0px 0px 5px 16px;
}

div.topdiv {
	height:1px;
}