
body {
	background: #000000 url(images/main-bg.gif) repeat-x;
	color: #7F7F7F;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* html body {
}

img {
	border: 0px;
}

a:link { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	height: 310px;
	width: 776px;
}

#container {
	background-image: url(images/nav-bg.gif);
	
	#background: #1F1F1F;
	margin: 0px auto;
	text-align: left;
	width: 776px;
}

#content {
	clear: both;
	width: 776px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat;
}

#contentwide {
	clear: both;
	width: 776px;
	background-image: url(images/content-bg-wide.gif);
	background-repeat: repeat;
}

#inhalteinspaltig {
	width: 770px;
}

#footer {
	background: url(images/footer-bg.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 108px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
}

#headlines {
	background: #1F1F1F;
	height: 199px;
	padding: 10px;
	width: 254px;
}

#left {
	background: #333333 url(images/content-top-bg.gif) no-repeat 0% 0%;
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	width: 462px;
}

#logo {
	height: 72px;
	width: 776px;
}




#right {
	float: left;
	width: 274px;
}



#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 170px;
}

.date {
	color: #f8f130;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url(images/heading-bg-1.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}

.heading2 {
	color: #909090;
	display: block;
	font-family: tahoma,arial ;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom: solid 1px #909090; padding: 2px;/* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	

}

.h1_headline {
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	
}
.hyper_headline {
	color: #f8f130;
	display: block;
	font-family: tahoma, Arial;
	font-size: 20px;
	font-weight: bold;
	
	
}

ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu a {
    color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
    font-weight: bolder;
    display: block;
    padding: 15px 7px 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.menu ul a {
    padding: 3px 10px;
    text-align:left;
    
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: url(images/nav-bg.gif);
    background-repeat: repeat-x;
    float:left;
    display:block;
    border-left:1px solid #26383D;

}
ul.menu ul {
    margin-left:0;
    padding: 0 0 0 0;
    position: absolute;
    background-color: #26383D;
    border:1px solid #FFF9E4;
    display:none;
    min-width:180px;
}
/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
    color: #000;  
}
ul.menu ul li {
    float:none;
    background-color: transparent;
}
