body		{
			background: url(images/pixel.jpg) #000000 repeat-x;
			font-family: Arial, sans-serif;
			font-size: 12px;
			margin: 0px;
			}

a:link 		{color:#990033; text-decoration:none} 
a:visited 	{color:#990033; text-decoration:none} 
a:active 	{color:#808080; text-decoration:none} 
a:hover 	{color:#808080; text-decoration:none}


.frame		{
			width: 975px;
			height: auto;
			padding: 0px;
			margin: 12px auto 0 auto;
			}
				
				
.logo		{
			width: 195px;
			height: 63px;
			background:url(images/wlounge.png);
			text-align: center;
			margin: 0 auto;
			}
			
			
.bar		{
			text-align: center;
			background: url(images/window.png) repeat;
			width:auto;
			font-size: 18px;			height:auto;
			color: #ffffff;
			padding: 15px 0px 15px 0px;
			}
			
			
.content	{
			width:973px;
			height:auto;
			text-align:left;
			font-family: Arial;
			font-size: 18px;
			color: #000000;
			margin: 30px auto 0 auto;
			}
			
			
/*BOXEN*/
.sidebar	{
			background: url(images/window.png) repeat;
			width:180px;			height:auto;
			float:left;
			font-family: Verdana;
			font-size: 14px;
			text-align: center;
			color: #ffffff;
			padding: 25px 10px 10px 10px;
			}
			
.content2	{
			background: url(images/window.png) repeat;
			width:743px;			height:auto;			float:left;			margin-left:10px;
			font-family: Verdana;
			font-size: 14px;
			color: #ffffff;
			padding: 10px 10px 10px 10px;
			}
/*BOXEN ENDE*/