/* CSS Document */
	
/* 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;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}




#kopf{
	color: black;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.uberschrift {
	position: relative;
	top: -350px;
}


#fuss {
	padding: 40px 0px 30px 10px;
	text-align: left;
}

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%; 
	
}	
h6 {
	font-size:24px;
	font-style: italic;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
/* 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: #FF66FF;}
a:active { background-color: #d90000;}	
	
.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;
}

