body {
	color: #fff;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #edf6fb;
}
.clear {
	clear: both;
}
h1 {
	color: #B1DE00;
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px dashed #B1DE00;
}
h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #003E66;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
h3 a {
	color: #003E66;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
p {
	padding: 5px 0px;
}
ul {
	list-style-type: circle;
	list-style-position:inherit;
	margin-left: 20px;
}
ul li {
	margin-top: 5px;
}
.submit {
	color: #000;
	padding: 2px 5px;
	background: #B1DD00;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.wrapper {
	width: 980px;
}

/*header*/
.header {
	height: 140px;
	background: #B1DE00 url(../images/header_bg.jpg) top left no-repeat;
}
.logo {
	float: left;
}
.heading {
	float:right;
	font-size: 26px;
	color: #084EA2;
	text-align: left;
	margin: 20px 10px 0px 0px;
}
.heading span {
	font-size: 16px;
}
/*menu*/
.main_menu {
	background: #000;
}

.main_menu ul {
	padding: 0px;
}
.main_menu ul li {
	padding: 10px 15px;
	float: left;
	list-style: none;
}
.main_menu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	
}
.main_menu a:hover {
	text-decoration: underline;
}


/*vsebina*/
.content_wrapper {
	background: #fff;
}

.main_content {
	
	background: #02AFDD;
	padding: 20px;
	width: 690px;
	text-align: justify;
}
hr {
	border: none;
	border-bottom: 1px dashed #B1DE00;
	height: 1px;
	background: none;
}
.mnenja td {
	padding: 5px 10px;
}
.izpis_comment {
	margin: 5px 0px;
	padding: 10px;
	background: #fff;
	color:#000;
}
.news_detail {
	margin: 5px 0px;
	padding: 10px;
	background: #fff;
	color:#000;
	display: none;
}

/*desni stolpec*/
.side_column {
	
	width: 247px;
	color: #000;
	padding-left: 3px;
}
.side_column h1 {
	color: #B1DE00;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	border: none;
}
.right_box_top {
	height: 34px;
	width: 245px;
	background: url(../images/right_box_top.jpg) top center no-repeat;
	text-align: center;
}
.right_box_middle {
	width:205px;
	background:url(../images/right_box_middle.jpg) top center repeat-y;
	padding: 5px 20px 0px 20px;
	text-align: left;
}
.right_box_middle ul {
	margin: 0px;
	list-style: none;
	list-style-position: outside;
}
.right_box_middle ul li {
	padding-bottom: 5px;
}	
.right_box_bottom {
	height: 30px;
	width: 245px;
	background:url(../images/right_box_bottom.jpg) top center no-repeat;
}

/*footer*/
.footer {
	background: #000;
	padding: 10px;
	color: #ccc;
	font-size: 12px;
}
.footer a {
	color: #ccc;
}
.footer a:hover {
	text-decoration: none;
}
.copyright {
	float: left;
	margin-left: 170px;
}
.mzb {
	float: right;
	margin-right: 170px;
}

/*  prevent spam */
#human {
	visibility:hidden;
	display:none;
}

