html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color : #323835;
 color : #CCCCCC;
 font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 11px;
} 
 a:link{
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none;
}
a:visited{
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none;
}
a:hover{
	COLOR: #FF6600; 
	text-decoration : none;
}
#rahmen{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 /*border : 1px solid #FF6600;*/
 margin-top : 20px;
} 
.u1{
	font-weight : bold;
	border-bottom : 1px solid #7B8480;
	height : 16px;
}
.u2{
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 5px;
}
.funke{
	font-weight : bold;
	font-size : 20px;
	color : #FF6600;
	text-align : center;
}
.funke2{
	font-weight : bold;
	font-size : 12px;
	text-align : center;
}
.a1{
	width : 570px;
	margin-left : 10px;
}
 .spieleue{
color : #4A4B4F;
	font-weight : bold;
}
#header{
 position:relative; 
 height:73px; 
 width:100%;
} 
 #topnav{
 height:15px; 
  border-bottom: 1px solid #7B8480;
 width : 740px;
 margin-left : 11px;
 font-weight : bold;
 padding-top : 2px;
 padding-bottom : 2px;
 text-align : right;
 margin-bottom : 10px;
 color : #7B8480;
 } 
 /*############## Top Navigation ##############*/
 A.toptext:link {
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none;
}
A.toptext:visited {
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none;
}
A.toptext:hover {
	COLOR: #FF6600; 
	text-decoration : none;
}
 /*############## ENDE Top Navigation ##############*/
 
 /* BEGIN Navigation-Style###########################################################*/
#links{
 width:130px; 
 float:left; 
 position:relative; 
 /*background-color:#FF0000; */
 left : 10px;
 }
  #navcontainer
{
/*border-right : 1px solid #95232B;*/
margin-top : 0px;
left : 0px;
width: 130px;
}
#navcontainer ul
{
list-style: none;
border : none;
padding: 0;
margin: 0;
}
#navcontainer li
{
width: 130px;
height : 24px;
margin: 0;
}
#navcontainer li  a{
	background-color: #323835;
	border-bottom: 1px solid #7B8480;
	width : 130px;
	display: block;
	color : #CCCCCC;
	font-weight : bold;
	padding: 2px 0px 4px 10px;
	text-decoration : none;
	background-image : url(../pictures/navbullet1.jpg);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}
#navcontainer li  a:hover {
	background-color: #323835;
	border-bottom: 1px solid #7B8480;
	width : 130px;
	display: block;
	color : #CCCCCC;
	font-weight : bold;
	padding: 2px 0px 4px 10px;
	text-decoration : none;
	background-image : url(../pictures/navbullet2.jpg);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}
.leer{
	font-weight : bold;
	color : #F5F5F5;
	background-color: #4A4B4F;
	padding: 2px 0px 0px 5px;
	display: block;
}

/* END Navigation-Style #############################################################*/
 
#inhalt{background-color: #00FFFF;  
 float: right; 
/* display:inline; */
 position: relative; 
 width:600px; 
 height : 435px;
 left : -9px;
 margin-bottom : 2px;
 background-color : #000000;
 border: 1px solid #7B8480;
 }
 #datum{
 height:12px; 
  /*background-color:#000000; */
  /*border-top: 1px solid #7B8480;*/
 clear:both;
 width : 600px;
 margin-left : 150px;
  text-align : left;
  font-size : 10px;
  margin-bottom : 2px;
 } 
 
#footer{
 height:20px; 
  /*background-color:#000000; */
  border-top: 1px solid #7B8480;
 clear:both;
 width : 740px;
 margin-left : 10px;
 font-weight : bold;
  padding-top : 2px;
  text-align : right;
  color : #7B8480;
 } 
  /*############## Foot Navigation ##############*/
 A.foottext:link {
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none;
}
A.foottext:visited {
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none;
}
A.foottext:hover {
	COLOR: #FF6600; 
	text-decoration : none;
}
 /*############## ENDE Foot Navigation ##############*/

 
 /* *** Float containers fix:*/
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
