/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#222819 url(images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.pds{
	width:750px;
	margin:auto;
	
}

.left{
	width:209px;
	float:left;
}
.right{
	width:541px;
	float:right;
	background:url(images/s_top.gif) no-repeat;
}
.center{
	background:url(images/tlo.gif);
}
.tekst{
	padding:10px;
	font-size:11px;
	color:#3A3935;
}
a{
	color:#FFCC00;
	
}
a:hover{
	text-decoration:none;
}
.mtekst{
	padding:5px 13px 5px 14px;
	font-size:11px;
	color:#637056;
}
.menu a{
	display:block;
	border-bottom:1px dashed #B6BEAC;
	font-size:11px;
	font-weight:bold;
	color:#808F69;
	text-decoration:none;
	padding:10px 2px 10px 25px;
	background:url(images/marrow1.gif) no-repeat left center;
}
.menu a:hover{
	background:#F2F7F0 url(images/marrow2.gif) no-repeat left center;
	color:#000;
	
}
