@charset "utf-8";
/* CSS Document */

body 
{
	/*background-image:url(bg.jpg);
	background-repeat:repeat-x;*/
	background-color: rgb(255,102,0);
	font-family:Tahoma;
	font-size:10px;
	color:#000;
}
#layer
{
	height:250px;
	width: 800px;
	text-align:center;
	border: #FFF dotted thin;
	background-image:url(bg.png);
	background-repeat:repeat;
}
h1{font-family:Tahoma;color:#FFF;font-size:24px;}

#pix_foerder
{
	height: 250px;
	width: 270px;
	float:left;
}
#beschreibung_foerder
{
	height: 250px;
	width: 530pix;
}
	
