body {
	background-color: #D0D0D0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	margin:0;
    padding:0;
    height:	100%;
	color: #333;
}
html>body {
	height:		auto;
	min-height:	4em;
	min-width:	20em;
}
#seite {
	position:	absolute;
	/* top:		50%; */
	left:		50%;
	margin: 20px 0 20px 0;
    /* margin-top:	-325px; */  /* == halbe Zeilenhöhe. */
	margin-left:-450px; /* == halbe Breite.     */
	width:	900px;
	/* height: 700px; */
	/* border: 1px solid #FFF; */
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
}

.menu {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.menu:hover {
	color: #2B3651;
}
.menuHi {
	text-decoration: underline;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #2B3651;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-size:		20px;
	font-weight:	normal;
	color:			#000000;
	padding-top:	10px;
	line-height:	26px;
}
h2 {
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
}
h3 {
	font-size: 12px;
	color: #F28D0B;
}

.input {
	font-size:	12px;
	font-family: "Courier New", Courier, monospace;
	border:		1px #666 solid;
	background-color: #F5F5F5;
}

hr {
	size: 1px;
	height: 1px;
	color: #555;
	background-color: #555;
	border: none;
	margin-top:30px;
}
.smaller {
	font-size:	11px;
}
