/* CSS Document */
* {margin:0; padding:0; border:0}
html,body 	{
			height:100%;
			}
body 		{
			font-family: Arial, Helvetica, sans-serif;
			font-size:0.9em;
			color:#fff;
			background-color:#000;
			background-image:url(seitengrafiken/schachbrett.png);
			background-repeat:repeat-x;
			margin:0;
			padding:0;
			border:0;
			}
h1			{
			font-size:1.5em;
			color:#FF9900;
			margin-top:10px;
			margin-bottom:8px;
			text-align:center;
			}
h2			{
			font-size:1.5em;
			color:#FFF;
			margin-top:10px;
			margin-bottom:8px;
			text-align:center;
			}
h3			{
			font-size:1.2em;
			color:#FF9900;
			margin-top:10px;
			margin-bottom:8px;
			text-align:center;
			}
h4			{
			font-size:1.2em;
			color:#FFF;
			margin-top:10px;
			margin-bottom:8px;
			text-align:center;
			}
h5			{
			font-size:1.0em;
			color:#FF9900;
			margin-top:10px;
			margin-bottom:8px;
			text-align:center;
			}
h6			{
			font-size:1.0em;
			color:#FFF;
			margin-top:10px;
			margin-bottom:8px;
			text-align:center;
			}
a 			{
			font-family: Arial, Helvetica, sans-serif;
			color: #FF9900;
			text-decoration:none;
			}
a:link 		{
			}
a:visited 	{
			}
a:hover, a:active 	
			{
			text-decoration:underline;
			}
a.menue 	{
			font-weight:bold;
			color:#CCC;
			font-size:0.9em;
			}
a.menue:visited
			{
			color: #CCC;	
			}
a.menue:active, a.menue:focus, a.menue:hover  
			{
			color:#FFF;
			text-decoration:none;
			}
.aktivemenuelink
			{
			text-decoration:none;
			font-weight:bold;
			color:#FF9900;
			font-size:0.9em;
			}
a.impressum	{
			font-family: georgia, Arial, Helvetica, sans-serif;
			color:#FFF;
			text-decoration:none;
			}
a.impressum:link 
			{
			}
a.impressum:visited 
			{
			}
a.impressum:hover 
			{
			text-decoration:underline;
			}
a.impressum:active 
			{
			}
#top 		{
			width:700px;
			margin:auto;
			}
#menue		{
			width:698px;
			margin:auto;
			padding-top:3px;
			padding-bottom:3px;
			background-color:#666666;
			text-align:center;	
			border:1px;
			border-style:solid;
			border-color:#Fe1E00;
			border-top-style:none;
			border-bottom-style:none;
			font-family:Arial, Helvetica, sans-serif;
			color:#CCC;
			}
.fatpoints	{
			font-family:Georgia, Arial;
			font-weight:bold
			}
#main 		{
			width:670px;
			min-height:55%; 
			margin:auto;
			padding:14px;
			overflow:auto;
			border:1px;
			border-style:solid;
			border-color:#Fe1E00;
			border-top-style:none;
			background-repeat:no-repeat;
			}
#footer 	{
			width:700px;
			padding-top:4px;
			padding-bottom:0px;
			margin:auto;
			background-color:#FE1E00;
			text-align:center;
			font-family: georgia, Arial, Helvetica, sans-serif;
			font-size:0.7em
			}
#subfooter	{
			width:700px;
			margin:auto;
			height:8px;
			background-image:url(seitengrafiken/backgroundsubfooter.gif);
			background-repeat:no-repeat;
			font-size:0;
			}		
#counter	{
			width:700px;	
			margin:auto;
			padding:10px;		
			text-align:center;
			}	
#hotrodfooter
			{
			position:relative;
			top:-55px;
			}
#microleft	{
			position:absolute;
			left:50%;
			top:40%;
			margin-left:-450px;
			background-color:#000;
			}
#microright	{
			position:absolute;
			left:50%;
			top:40%;
			margin-left:375px;
			background-color:#000;
			}
			/*IE-Hack*/
* div#main 	{
			height:55%
			}
