body {
	background: #fff;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000;
	margin: 0;
	padding: 0;
}

	img { border: 0; }
	
	.clearfix { overflow: hidden; width: 100%; }

	#wrapper  {
		width: 819px;
		margin: 20px auto;
	}
	
	#top {
		background: url(images/top.jpg) no-repeat;
		height: 10px;
	}
	#bottom { 
		background: url(images/bottom.jpg) top no-repeat; 
		text-align: center;
		padding-top: 20px;
		font-size: 10px;
		color: #999;
	}
	
	#container {
		background: url(images/wrapper.jpg) repeat-y;
		padding: 0 10px;
		overflow: hidden;
	}
	
	a#logo { margin: 10px; display: block; }
	
	.menu {
		border-top: 2px solid #ccc;
		padding: 10px;
		font-weight: bold;
	}
	.menu ul, 	#sidebar ul	 { list-style: none; padding: 0; margin: 0; }
	.menu ul li { display: inline; border-left: 1px solid #000; padding: 0 12px; }
	.menu ul li:first-child { border-left: 0; padding-left: 0; }
	.menu ul li a { text-decoration: none; }
	
	#banner { height: 110px; }
	#slideshow { height: 300px; }
	
	#content { padding: 10px; }
	
	#content_left { padding: 10px; width: 500px; float: left; }
	#sidebar { width: 200px; float: right; padding: 10px; }
	#sidebar ul	li {
		background: url(images/roed_pil_12.jpg) left center no-repeat;
		padding: 5px 0 5px 20px;
	}
	#sidebar ul li a { color: #c1043a; }
	
	h1,h2,h3{
		font-size:11px;
		font-weight:bold;
		margin-bottom:6px;
		color:#666666;
		letter-spacing: 1px; 
		display:none;
	}
	h4{font-size:12px;font-weight:bold;margin-bottom:6px; margin-top:0;color:#666666;}

	
	a:link,a:active,a:visited {color:#666; text-decoration: none; }
	a:hover{text-decoration:underline;color:#333;}
