@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	cursor: default;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address, blockquote {
	margin: 0px;
	padding: 0px;
}
p    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #888888;
	text-align: center;
	line-height: 1.1em;
	margin-top: 0.3em;
	padding-bottom: 0em;
	cursor: default;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #DFDFDF;
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
	padding-top: 5px;
	font-weight: normal;
}

a:hover {
	color: #EA903D;
	text-decoration: none;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
	color: #000000;
}


a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link, a:visited{
	text-decoration: none;
	color: #3EAAFA;
}



#content {
	text-align: center;
	margin-top: 15%;
}
.tablecenter {
	text-align: center;
	vertical-align: middle;
}

#content h1 img {
	padding-top: 10px;
	padding-left: 10px;
}
#content h1 .hochgestellt {
	text-decoration: underline;
	float: left;
	text-align: center;
}
