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

* {
    font-size: 1em;
}

html {
    height: 100.00%;
	width:100%;
	min-width:1000px;
	height:100%;
}

body, ul, ol, h1, h2, h3, h4, p, div, span,td {
    margin: 0;
    padding: 0;
}
table {
	border-collapse:collapse;
	width:100%;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.clear {
	clear:both;
}

iframe {
	border:none;
	margin-bottom:10px;
}
.dottedTable td {
	border:1px dotted #000 !important;
	padding:3px !important;
}
.meldung {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#CD0037;
