*, html  {
	margin:0px;
	padding:0px;
	border:0px;
	}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow-y: scroll;
	}

p.error, .error {
	color: #EE0000 !important;
	font:14px Arial;
	padding: 5px 0 5px 0;
	}

div.versteckt {
	display:hidden;
	overflow:hidden;
	width:0px;
	height:0px;
	}

div.vcenter {
	display:table-cell;
	vertical-align: middle;
	width:100%;
	height:100%;
	}

#centern {
	/*margin:4px auto 0 auto;*/
	/*width:1002px;*/
	}

.killfloat {
	clear:both;
	visibility: hidden;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

.dnone {
	display:none;
	}