html, body 	{
    		font-family: Courier;
    		font-size: 13px;
			font-weight:bold;
    		color: black;
			background:url(pix/body_hg.jpg);
			}
			
p 			{padding:0; margin:0;}
			
/*Tabellen*/
td			{font-size:13px;}
			
.borderPreisliste {
			border: 1px solid #cfdde6;
			font-size:10px;
			}
			
input, textarea, select {
			border:1px solid #cfdde6;
			padding: 3px 5px;
			font-family: arial;
			}
			
/*links start*/

a:link 		{ 	
			color:black;
			text-decoration: underline;
			font-weight:bold;
			}
	
a:visited 	{ 
			color:black;
			text-decoration: underline;
			font-weight:bold;
		  	}
		
a:hover   	{ 
			color:red;
			text-decoration: underline;
			font-weight:bold;
		    }
			
/*links ende*/


/*überschriften*/

h1 			{
			font-weight:bold;
			font-size:24px;
			}
			
			
/*hr*/			
.hr hr		{border:1px solid #8caed5;}

#centering	{
			
			width:1000px;
			height:auto;
			margin:auto;
}

#menue 		{
			position:absolute;
			left:20px;
			z-index:1;
			}
			
#content	{
			position:absolute;
			left:470px;
			width:400px;
			margin:20px 0 0 40px;
			z-index:2;
			}

/*Funnyfan kaufen*/			
.picture 
			{
			width:130px;
			height:164px;
			padding:7px;
			background-image:url(pix/artikelback.gif);
			background-repeat:no-repeat;
			background-position:left top;
			background-color:#FFFFFF;
			}
	

.clear{clear:both;}