@charset "utf-8";

body  {
	text-align:center;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#f6f1da;
}
div, td, span  {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
  	text-align: left; /* Einstellung text-align: center im Body-Element überschrieben. */
}

p {
padding-top: 0px;
padding-bottom: 8px;
margin: 0;
}

div, ul, li, a, img {
padding: 0;
margin: 0;
}

img {
border:none;
padding: 0;
margin: 0;
display:block; /* IE Bug - Abstand nach unten */
}
h1 {
font-size: 15px;
color:#000000;
font-weight:bold;
padding: 0;
padding-bottom: 8px;
margin: 0;
}

h2 {
font-size: 13px;
font-weight: bold;
padding: 0;
margin: 0;
}

hr{
border: 0;
height: 1px;
background-color: #000000; /* Farbe für Opera und Firefox */
color: #000000; /* Farbe für Internet Explorer (IE) */
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; }
a:hover {color: #bc2e17; }

.textOrange {
color: #f4c903; 
}
.textRot {
color: #bc2e17; 
}

.abstandRechts { padding-right: 10px;}

.clearfloat { 
    clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------- Haupt Divs ------------- */

#rahmen { 
  	width: 668px;
	height:688px;
	position:relative;
	z-index: 10;
	margin: 0 auto;
	text-align: left;
	background-color:#f6f1da;
	background-image: url(../grafik/hintergrund_rahmen.gif);
	background-repeat: no-repeat;
} 

#header {
	width: 668px;
	height:145px;
	position:relative;
	z-index: 20;
	margin: 0;
	text-align: left;
	background-color:#f6f1da;
	background-image: url(../grafik/hintergrund_header.gif);
	background-repeat: no-repeat;
} 

#navi { 
	width: 668px;
	height:22px;
	position:relative;
	z-index: 20;
 	margin: 0;
 	text-align: left;
	background-color:#f6f1da;
	background-image: url(../grafik/hintergrund_navi.gif);
	background-repeat: no-repeat;
} 
#mitte { 
	width: 668px;
	height:521px;
	position:relative;
	z-index: 20;
 	margin: 0;
 	text-align: left;
	background-color:#f6f1da;
	background-image: url(../grafik/hintergrund_mitte_astronaut.gif);
	background-repeat: no-repeat;
} 

/* ---------- Unter Divs ------------- */

#flagge { 
	width: 100px;
	height:24px;
	position: absolute;
	z-index: 30;
	left:166px;
	top: 73px;
 	margin: 0;
 	text-align: left;
} 

#inhalt { 
	width: 330px;
	height:324px;
	position: absolute;
	z-index: 40;
	left:178px;
	top: 113px;
 	margin: 0;
 	text-align: left;
} 

/*  CLASS !!! */

.inhaltText {
margin-left: 30px;
margin-top: 30px;
margin-right: 30px;
margin-bottom: 15px;
} 




/* ---------- Navi Main ------------- */

#naviMain
{	
	margin-left: 75px;
}

#naviMain a, #naviMain a:visited
{	
	margin: 0;
	padding:0;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	color: #f6f1da;
	background-color:#bc2e17;
	text-decoration: none;
}
#naviMain a:hover, #naviMain a.auswahl
{
	color: #f4c903;
	text-decoration: none;
}

