@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin:0;
	background-image:url(../images/site/bg.jpg);
	background-repeat:repeat-y;
	background-color:#8c8c8c;
	line-height: 1.5;
}

#logo {
	position:absolute;
	width:236px;
	height:157px;
	left:0;
	top:0;
}
#header {
	width:578px;
	height:233px;
	position:absolute;
	left:236px;
	top:0;
	background-image:url(../images/site/header.jpg);
}
#me {
	position:absolute;
	width:236px;
	height:362px;
	left:0;
	top:157px;
}
#container {
	width:559px;
	position:absolute;
	top:233px;
	left:254px;
}
#content {
	width:539px;
	background-image:url(../images/site/contentbg.jpg);
	background-repeat:no-repeat;
	background-color:#505050;
	padding:10px;
}
#content img {
	border:3px solid #FFFFFF;
}
#content img.noneb {
	border: none;
}
img.prs {
	border: none;
}
img.marken {
	border: none;
	margin-bottom:2px;
	margin-left:2px;
	float:left;
}
#bottom {
	width:559px;
	height:132px;
	margin-top:10px;
	background-image:none;
}
/* Produkte Bottom */
#pr {
	background-color:#505050;
	padding:2px;
	height:126px;
	width:270px;
	float:left;
}
#pr h2 {
	margin-top:0;
	color:#9a9a9a;
	font-size:13px;
}
#pr p {
	margin:0;
	color:#FFFFFF;
}
#pr img {
	margin-right:5px;
	float:left;
}
