/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#3F7392 url(images/bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pds{
	width:900px;
	margin:0px auto;
}
.s1{
	background:#fff url(images/tlo.jpg);
	padding:5px 60px 5px 40px;
}
.left{
	width:218px;
	float:left;
}
.right{
	width:550px;
	float:right;
}
.tekst{
	font-size:12px;
	line-height:16px;
}

.ngm{
	 background:url(images/menu.jpg) no-repeat;
	 padding:12px 5px 15px 20px;
	 color:#660000;
	 font-size:16px;
	 font-weight:bold;
}

.linki a{
	display:block;
	padding:8px 5px 8px 20px;
	background:#E6E4DF;
	color:#CC3300;
	font-size:12px;
	font-weight:bold;
	margin:2px 0px;
	margin-right:3px;
}
.linki a:hover{
	color:#fff;
	background:#FF9900;
}

.mtxt{
	padding:6px;
	font-size:11px;
	color:#333333;
}
a{
	color:#FF6600;
	text-decoration:underline;
}
a:hover{
	color:#FF6600;
	text-decoration:none;
}