@charset "utf-8";
/* CSS Document */

body{
	background:#C0C0C0 url(images/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.pds{
	width:986px;
	position:relative;
	margin:0 auto;
	font-size:12px;
}
.s{
	background:url(images/tlo.gif) repeat-y; 
}
.t2{
	background:url(images/t2.jpg) no-repeat; 
	height:100%;
}
.left{
	width:190px;
	float:left;
	padding:15px 16px 10px 18px;
}
.right{
	width:740px;
	padding:10px;
	float:left;
}

.tekst{
	padding:5px 15px;
	
	line-height:22px;
	color:#333333;
}
.mng{
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:#666666;
	padding:8px 0px;
	clear:both;
}
.ng{
	font-size:17px; 
	font-weight:bold;
	background:#F2F2F2;
	padding:5px 4px;
	border-bottom:2px solid #CE3E3E;
	border-top:2px solid #CE3E3E;
}
.mt{
	padding:5px; 
	font-size:11px;
	line-height:14px;
}
.m{
	list-style:none;
	padding:0;
	margin:0;
	
}
.m li{ margin:0; padding:0; float:left; width:100%; }
.m a{ display:block; padding:6px 5px 6px 25px; background:#AA1D1D url(images/arrow.gif) no-repeat left center; color:#EDC5C5; text-decoration:none; border-bottom:1px solid #B83737; }
.m a:hover{background:#8A1818 url(images/arrow.gif) no-repeat left center; color:#fff;  }

a{
	color:#CC0000;
}
a:hover{ text-decoration:none; color:#FF3300; }
