@charset "iso-8859-1";

/* CSS Document */
body
{
	margin: 0;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: fixed;
	background-color: #FFFFFF;
	font-size: 12px;
	display: block;
	padding-left: 5px;
}
#center
{
	position: static;
	margin: auto;
	height: 100%;
	width: 100%;
}
#footer
{
	height: 28px;
	width: 472px;
}
#footer a
{
	font-size: 9px;
	color: #000000;
	text-decoration: none;	
}
#footer a:hover
{
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
h1
{
	font-size: 16px;
	padding-top: 12px;
}
.text {
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	font-size: 14px;
	padding-top: 12px;
}
h3 {
	font-size: 12px;
}

.klein {
	font-size: 9px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#links a:link {
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

