/*Formatierung Hintergrund, Schriftart, Ausrichtung für die Seite*/
body{
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
/*Festlegung Schriftfarbe Überschrift*/
h1{
	color: White;
}
/*Festlegung Überschrift: Schriftfarbe, Schriftbreite, Buchstabenabstand*/
h2 {
	color: White;
	font-weight: bolder;
	letter-spacing: 2px;

}
/*Anordnung Bilder*/
img {
	float: left;
}
/*Formatierung Links: nicht unterstrichen, Schriftgröße, -breite, Rahmen, Farbe, Breite*/
a {
	text-decoration: none;
	color: White;
	font-weight: bold;
	width: 120px;
	padding: 2px;
}
/*Einzelformatierung Menüpunkte: Farbe*/
a.eins {
	background-color: #F9D400;
	border: 1px solid white;
	}
/*Einzelformatierung Menüpunkte bei Mauskontakt - Farbänderung*/
a.eins:hover {
	background-color: #FFE135;
	border: 1px solid white;
}
a.zwei {
	background-color: #FFAE15;
	border: 1px solid white;
}
a.zwei:hover {
	background-color: #FFDE1C;
	border: 1px solid white;
}
a.drei {
	background-color: #E37E00;
	border: 1px solid white;
	}
a.drei:hover {
	background-color: #FFB04F;
	border: 1px solid white;
}
a.vier {
	background-color: #008E01;
	border: 1px solid white;
}
a.vier:hover {
	background-color: #69AA2A;
	border: 1px solid white;
}
a.fuenf{
	background-color: #00BF02;
	border: 1px solid white;
}
a.fuenf:hover {
	background-color: #8BFF1A;
	border: 1px solid white;
}
a.sechs{
	background-color: #00E802;
	border: 1px solid white;
}
a.sechs:hover {
	background-color: #B4FF6A;
	border: 1px solid white;
}
/*Festlegung der Größe Gesamtcontainer*/
#alles{
	width: 770px;
	height: 600px;
}
/*Festlegung Größe und Hintergrundfarbe Bildcontainer*/
#bilder{
	width: 580px;
	background-color: Black;
	height: 135px;
}
/*Formatierung Textcontainer: Höhe, Breite, Hintergrundfarbe, nicht unterstrichen, Schriftgröße, -farbe, -breite, 
Textausrichtung, Innenabstand*/
#text1{
	width: 620px;
	height: 25px;
	background-color: #F9D400;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	color: white;
	text-align: left;
	padding-left: 20px;
}
#text2{
	width: 620px;
	height: 175px;
	background-color: #FFE135;
	text-decoration: none;
	font-size: small;
	color: #292929;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

#textnews1{
	width: 620px;
	height: 25px;
	background-color: #F9D400;
	font-size: small;
	color: White;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
#textnews2{
	width: 620px;
	height: 175px;
	background-color: #FFE135;
	text-decoration: none;
	font-size: small;
	color: #292929;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}
/*Formatierung untere Bildleiste*/
#flaggen{
	width: 760px;
	height: 25px;
	vertical-align: sub;
	background-color: Black;
}

/*Formatierung Standard-Counter*/
a.counter{
	background-position: right;
}
/*Formatierung versteckter Counter*/
#counter{
	width: 200px;
	height: 50px;
	background-position: right;
	background-color: Black;
	color: #BBBBBB;
	visibility: hidden;
}