@charset "UTF-8";
/* CSS Document */

#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	background-color: #990000;
	padding-bottom: 1px;
}

#navlist li
{
	display: inline;
	margin-left: 10px;
}

#navlist a
{
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
}

#navlist a:hover
{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} 

  
    body {
	margin: 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
    }
    #container {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	height: 650px;
	background-image: url(../40_jahre_bilder/bg.jpg);
	padding: 0px;
    }
    .oneColFixCtr #mainContent {
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }
#color {
	width: 340px;
	margin: 76px auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position: absolute;
	background-image: url(../40_jahre_bilder/color_verlauf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 579px;
}
#menu {
	text-align: center;
	margin: 150px 0px 0px 0px;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
}
.Stil1 {
	color: #FFFFFF;
	font-size: 20px;
}
.Stil2 {font-size: 18px}

 .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
#frame {
	height: 463px;
	overflow: auto;
	margin: 0px auto;
	width: 500px;
	padding: 150px 0px 0px 430px;
}
      
.Stil3 {
	color: #FFFFFF;
	font-size: 22px;
}
body,td,th {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
.Stil5 {color: #99FF33}

.Rahmen {
	border: 2px solid #000000;
}
.Stil6 {
	font-size: 16px
}
.headline {
	font-size: 32px;
	font-variant: small-caps;
	text-decoration: underline;
	color: #FFFFFF;
}
#block {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 5px 0px 5px 0px;
}
#info_block {
	background-color: #990000;
	padding: 10px;
	color: #FFFFFF;
}
.Schrift_rot {
	font-size: 24px;
	color: #F00;
	background-color: #FFF;
	padding: 10px;
	margin: 10px;
}    
 

