* { padding: 0; margin: 0; }

h2, h3, p, ul, ol { margin-bottom: 1em; }

ul ul { margin-bottom: 0; }

li { margin-left: 1em; }

html { height: 101%; }

body {
	color: black;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 { font-size: 150% }
h2 { font-size: 130% }
h3 { font-size: 110%; }

a {
	text-decoration: none; /* keine Unterstreichung bei Links */
	outline: none;
}

a:link { color: Blue; } /* für nicht besuchte Links */
a:visited { color: Purple; } /*für besuchte Seiten */
a:hover, a:focus { border-bottom: 1px solid blue; }
a:active {
	background-color: Blue; 
	color: White;
}

address {
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}


#header {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 80px;
}

#content {
	text-align: center;
}

#footer {
	text-align: center;
	margin-top: 80px;
}

