@charset "utf-8";
/* CSS Document */
body{
background-color:black;
color:white;
font-family:Arial, Helvetica, sans-serif;
}

.Stil1{
color: #FF0000;
text-align:center;
font-weight:bold;
font-size:24px;
}

#navigation{
text-align:center;
height:auto;
width:1024px;
color:#e7a230;
font-size:24px;
margin-left:auto;
margin-right:auto;
}
#inhalt{
width:1024px;
height:768px;
background-image:url(hintergrundalpha40.png);
margin-left:auto;
margin-right:auto;
/*margin-top:30px;*/
}
#strong{
font-weight:bolder;
font-size:14px;
}
#text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:white;
margin-top:10px;
margin-left:10px;
height:490px;
width:770px;
overflow:auto;
background:none;
}

#text2{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:white;
margin-top:10px;
margin-left:10px;
height:550px;
width:770px;
overflow:auto;
background:none;
}

p#text2{
font-size:8px;
}
#footer{
	position:absolute;
	height:80px;
	width:770px;
	/*background-image:url(logoleiste.png);
	background-repeat:no-repeat;
	background-position:right;*/
	top:760px;
	margin-left:10px;
	font-size:12px;
	text-align:right;
		}

#haftunglinks{
	position:absolute;
	width:385px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
}
#haftungrechts{
	position:absolute;
	width:385px;
	margin-right:0;
	margin-left:385px;
		margin-bottom:0px;
}

/* NAVIGATION */

ul#menu {
    margin: auto; padding: 0;
    text-align: center;
    border: none;
    
}
ul#menu li {
    list-style: none;
    display:inline;
    margin: 0.4em; padding: 0;
}

ul#menu a, ul#menu span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: none;
	color:#e7a230;
}
	
* html ul#menu a, * html ul#menu span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#menu a:hover, ul#menu span {
  color:white;
  }
  
  h1{
font-size:24px;
font-weight:bolder;
}
h2{
font-size:18px;
font-weight:bolder;
}
h3{
font-size:14px;
font-weight:bolder;
}
p#text{
font-size:14px;
}
a{
text-decoration: none;
font-weight:bold;
border:none;
color:#FFFF00;
}
a:hover{
color:#FF0000;
text-decoration:none;
}

