body{
	background: #fff;
	color: #000;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
}
.bodytext{
	font-size: 12px;
	color: #000;
	font-family: Tahoma;
}
a{
	color: #000;
	font-weight: bold;
}
h3{
	color: #800000;
	font-size: 14px;
}
.clear {
	background: transparent none repeat scroll 0 0;
	clear: both;
	display: block;
	height: 0px;
	margin: 0px;
	overflow: hidden; /* nonjem 1px gljuku IE */
	padding: 0px;
}
.wrap{
	/* border: 1px solid red; */
	width: 960px;
	margin: 0 auto;	
}
.top{
	background: url("../img/top.jpg") no-repeat scroll top left;
	height: 176px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
}
.menu{
	float: left;
	margin: 0;
	padding: 0;
	width: 245px; /*WIDTH OF MAIN MENU ITEMS*/
}
.menu li{
	list-style-type: none;
}
.menu li a{
	font-size: 14px;
	color: #707070;
	text-decoration: none;
	font-weight: normal;
}
.menu ul li{
	background: url("../img/menu.jpg") scroll repeat-y top left;
	display: block;
	padding: 5px 0 5px 10px;
	margin-bottom: 3px;
	position: relative;
	font-size: 14px;
	color: #707070;
	text-decoration: none;
}
.menu ul li .sub{
	background: none;
	width: auto;
}
.menu li ul {
	/* position: absolute; */
	/* left: 149px; */
	top: 0;
	display: none;
	width: 100%;
	z-index: 1;
	margin: 0px;
}
.menu li:hover ul, li.over ul {
	display: block;
}
.main{
	background: #fff;
	margin: 0px;
	padding: 0px;
	width: 670px;
	float: right;
}
.draudze{
	border-bottom: 1px solid #707070;
	padding: 5px 0;
	width: 670px;
}
h1{
	font-size: 18px;
	margin-top: 0;
}
h2{
	height: 16px;
	background: url("../img/titlebg.jpg") scroll repeat-x top left;
	margin: 0px;
	padding: 7px;
	font-size: 18px;
	color: #fff;
}
h2 a{
	color: #fff;
	font-size: 18px;
}
.art_big{
	font-size: 12px;
}
.news-list-container{
	padding: 0px;
	width: 670px;
}
.news-list-article, .news-single-article{
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 12px;
}
.under-construction{
	background: url("../img/under_construction_sign.jpg") no-repeat scroll center center;
	width: 500px;
	height: 400px;
	position: relative;
	margin-left: -250px;
	left: 50%;
	text-align: center;
}