/* CSS Document allgemein */
/* Allgemeine Selektoren */
*  { margin: 0; padding: 0; }

html {
	height: 101%;
	color: #000000;
} /* erzwingt Scrollbar im Firefox */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFCF63;
	color: #000066;
	text-align:center;
}

h1 {
	font-size: 200%;
	font-style: italic;
} 
h2 { font-size: 150%; 
	font-style: italic;
}
h3 {
	font-size: 130%;
	font-style: italic;
} 
h4 {
	font-size: 100%;
	font-style: italic;
}	
h5 { font-size: 80%; 
	font-style: italic;
}	
h6 {
	font-size:24px;
	font-style: italic;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}	

.clearing {
	float: both;
}

.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildrechts {
	padding: 3px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul {
	list-style-type: none;
}

/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #0066CC; } 
a:visited { color: #cc6666; }
a:hover, a:focus {
	border-bottom: 1px solid #d90000;
	color: #CC0099;}
a:active { color: white; background-color: #d90000;}
