body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #05182A;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}


#vollbild
{
	width: 1280px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position: relative;
}

#container
{
	width: 904px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position: relative;
}

#navigation
{
	width: 877px;
	height: 25px;
	margin: 0px 0px 0px 27px;
	padding:0px;
}

#navigation ul li, #navigation ul, #navigation li
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	display: inline;
}

#navigation a
{
  margin: 0px;
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/menu/normal_hg.png);
	background-position: right top;
	padding: 3px 12px 0px 12px;
	height: 22px;
	letter-spacing: 4px;
	float: left;
}

#navigation a:hover {
  background-image: url(../images/menu/select.gif);
	background-position: right top;
  color: #FFFFFF;
}

#navigation a.aktiv {
  background-image: url(../images/menu/active_hg.png);
  background-position: right top;
  color: #FFFFFF;
}

#main
{
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	padding-top: 67px;
	height: 534px;
	width: 904px;
	background-image: url(../images/layout/screen.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	z-index: 2;
}

#logo
{
	position: absolute;
	right: 22px;
	top: 11px;
	z-index: 2;
}

#headline1
{
	position: absolute;
	font: 35px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #313131;
	letter-spacing: 6px;
	top: 58px;
	left: 33px;
	z-index:23;
}

#headline1 h1
{
	margin: 0;
	padding: 0;
	font: 35px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #313131;
	letter-spacing: 6px;
}

#headline1 h1:first-letter
{
	text-transform: uppercase;
}

#headline2
{
	position: absolute;
	font: 35px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #759ec4;
	letter-spacing: 6px;
	top: 59px;
	left: 35px;
	z-index:22;
}

#headline2:first-letter
{
	text-transform: uppercase;
}

#headline3
{
	position: absolute;
	font: 35px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1969b4;
	letter-spacing: 6px;
	top: 56px;
	left: 32px;
	z-index:21;
}

#headline3:first-letter
{
	text-transform: uppercase;
}

#copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #749bc1;
	width: 470px;
	float: left;
}

#footer
{
	position: relative;
	width: 878px;
	margin-left: 26px;
}

#footermenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #749bc1;
	width: 250px;
	margin-right: 23px;
	float: right;
	text-align: right;
	display: inline;
}

#footermenu ul, #footermenu ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #749bc1;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	display: inline;
}

#erdkugel
{
position: absolute;
top: 620px;
left: 0px;
}

#footermenu a
{
	text-decoration: none;
	display: inline;
	color: #749bc1;
}

#footermenu a:hover
{
	text-decoration: underline;
	display: inline;
	color: #749bc1;
}

#footermenu a.aktiv
{
	text-decoration: underline;
	display: inline;
	color: #FFFFFF;
}

* html #footermenu a { width: 100%; }

* html #footermenu ul li { height: 1em; }

#footermenu ul li a { padding: 4px; }

a
{
	color: #f3f4fe;
	text-decoration: underline;
}

#reflection
{
	width: 904px;
	height: 114px;
	background-image: url(../images/layout/reflection.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}

#headline90
{
	width: 150px;
	height: 480px;
	position: absolute;
	top: 94px;
	right: 27px;
	z-index: 5;
}

#inhalt
{
	position: absolute;
	width: 850px;
	height: 480px;
	left: 27px;
	top: 94px;
	z-index: 10;
}

#bordertl
{
	position: absolute;
	width: 14px;
	height: 14px;
	left: 22px;
	top: 89px;
	z-index: 20;
}

#bordertr
{
	position: absolute;
	width: 14px;
	height: 14px;
	right: 22px;
	top: 89px;
	z-index: 20;
}

#borderbl
{
	position: absolute;
	width: 14px;
	height: 14px;
	left: 22px;
	top: 565px;
	z-index: 20;
}

#borderbr
{
	position: absolute;
	width: 14px;
	height: 14px;
	right: 22px;
	top: 565px;
	z-index: 20;
}

h2
{
	margin: 0px 0 14px 0;
	padding: 0;
	font: 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #e6c8a8;
	font-weight: normal;
	letter-spacing: 3px;
}

h2 i
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

h2 i a
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #e6c8a8;
	text-decoration: none;	
}

h2 i a:hover
{
	text-decoration: underline;	
}

p
{
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f3f4fe;
	padding: 0px;
	margin: 0px 0 15px 0;
	letter-spacing: 1px;

}

#flash
{
	position: absolute;
	width: 580px;
	height: 110px;
	top: 25px;
	right: 0px;
	z-index: 1;
}
