body
{
background-color: #000000;
text-align: center;
}

.header1
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 85%;
color:	#303030;
font-weight: bold;
text-align: center;
border-top: 0px solid #ffffff;
border-left: 0px solid #303030;
border-right: 0px solid #303030;
border-bottom: 1px solid #C61616;
width: 1030px;
background-color: #303030;

}

.header2
{
border-top: 15px solid #303030;
border-left: 15px solid #303030;
border-right: 15px solid #303030;
border-bottom: 15px solid #303030;
width: 1030px;
background-color: #303030;
text-align: center;
}

.header3
{
border-top: 0px solid #cccccc;
border-left: 0px solid #cccccc;
border-right: 0px solid #cccccc;
border-bottom: 0px solid #cccccc;
width: 1000px;
background-color: #303030;
text-align: center;
}

.inhalt
{
border-left: 0px solid white;
border-right: 0px solid white;
border-top: 0px solid white;
border-bottom: 0px solid black;
width: 1000px;
background-color: #303030;
text-align: center;
}

.menu
{
width: 140px;
background-color: #303030;
text-align: left;
border-right: 0px solid white;
vertical-align: top;
}

.menu1
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: bold;
font-size: 14px;
color:	#303030;
width: 800px;
background-color: #303030;
text-align: left;
border-right: 0px solid #303030;
border-left: 0px solid #303030;
vertical-align: top;
}

.inhalt_text
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 13px;
color:	#cccccc;
border-top: 0px dashed #ffffff;
border-left: 0px dashed black;
border-right: 0px dashed black;
border-bottom: 0px dashed #ffffff;
width: 600px;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
}

.inhalt_bilder
{
border-top: 0px solid white;
border-left: 0px solid white;
border-right: 0px solid grey;
border-bottom: 0px solid grey;
width: 477px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

.inhalt_bilder1
{
width: 300px;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;

}

.footer
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color:	#cccccc;
width: 1030px;
border-right: 0px solid #303030;
border-left: 0px solid #303030;
border-top: 0px solid #303030;
border-bottom: 0px solid #C61616;
background-color: #303030;
}


/* Beginn Navigation */

ul#Navigation
{
width: 200px;
margin: 0;
padding: 0;
background-color: #303030;
}

*html ul#Navigation /* Korrektur fuer IE 5.x */
{
width: 200px;
w\idth: 200px;
padding-left: 0;
padd\ing-left: 0;
background-color: #303030;
}

ul#Navigation li
{
list-style: none;
margin: 4px;
padding: 0;
background-color: #303030;
}

ul#Navigation a
{
display: block;
padding: 2px;
text-decoration: none;
font-weight: normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
border-bottom: 0px solid white;
border-left: 0px solid white;
border-right: 0px solid white;
border-top: 0px solid white;
/*background-color: #303030;
color: black;
background-color: #ffffff;*/
}

*html ul#Navigation a /* Korrektur fuer IE */
{
width: 100%;
w\idth: 100%;
}

ul#Navigation a:hover
{
border-bottom: 0px solid #CC0000;
border-left: 1px solid #303030;
border-right: 0px solid #CC0000;
border-top: 0px solid #CC0000;
/*background-color: #303030;
background-color: #333333;*/
}

/* Ende Navigation */
