@charset "utf-8";
/* CSS Document */


#alles			{
				height:600px;width:1000px;
				background-image:url(./bilder/bodyhg.jpg); 
					background-repeat:repeat-y;
				}
#header			{
					height:100px ; width:1000px; 
					float:left; 
					background-color:gray; 
					border-left:0px solid #FFFFFF;
				}
#links			{
					height:600px ; width:200px; 
					float:left; 
					background-color:black; 
					color:white;
					font-size:12px;
					background-image:url(./bilder/hg_links.jpg); 
					background-repeat:no-repeat;
				}
#haupt			{	
					height:; width:790px; 
					float:left; 
					background-color:white; 
					border-left:10px solid white;
					font-size:12px;text-align:left;
					
				}
#footer			{
					height:50px ; width:100%; 
					clear:both;
					color:white;
					font-size:12px;
					text-align:center;
					background-image:url(bilder/footerhg.jpg);
				}
#oben			{
					height:50px ; width:100%; 
					font-size:12px;
					text-align:center;
					background-image:url(bilder/footerhg.jpg);
				}


body			{ 
					background-color:white; 
					font-family: Arial, Helvetica, sans-serif; 
					margin:0px;
				}
h3				{color: #333333; width:650px;}
h2				{color:#CC0000; width:650px;}
#downloads	a:link	{color:black;text-decoration:underline;}
#counter			{text-align:center; vertical-align:middle; }
table td			{ vertical-align:top;}

a:link			{text-decoration:none; color:white;}
a:visited		{text-decoration:none; color:silver;}
a:active		{text-decoration:none; color:silver;}
a:hover			{text-decoration:none; color:red;}

