body{
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1{
	color: White;
}
h2 {
	color: White;
	font-weight: bolder;
	letter-spacing: 2px;

}
img {
	float: left;
}
a {
	text-decoration: none;
	font-size: small;
	border: 1px solid white;
	color: White;
	font-weight: bold;
	padding: 2px;
	width: 120px;
}

a.eins {
	background-color: #F9D400;
	}
a.eins:hover {
	background-color: #FFE135;
}
a.zwei {
	background-color: #FFAE15;
}
a.zwei:hover {
	background-color: #FFDE1C;
}
a.drei {
	background-color: #E37E00;
	}
a.drei:hover {
	background-color: #FFB04F;
}
a.vier {
	background-color: #008E01;
}
a.vier:hover {
	background-color: #69AA2A;
}
a.fuenf{
	background-color: #00BF02;
}
a.fuenf:hover {
	background-color: #8BFF1A;
}
a.sechs{
	background-color: #00E802;
}
a.sechs:hover {
	background-color: #B4FF6A;
}
#alles{
	width: 770px;
	height: 600px;
}
#bilder{
	width: 580px;
	background-color: Black;
	height: 135px;
}
#text1{
	width: 580px;
	height: 25px;
	background-color: #E37E00;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	color: white;
	text-align: left;
	padding-left: 20px;
}
#text2{
	width: 580px;
	height: 400px;
	background-color: #FF9C22;
	text-align: left;
	padding: 30px;
}
#flaggen{
	width: 760px;
	vertical-align: sub;
	background-color: Black;
	height: 25px;
}



