body {
	margin: 0;
	padding: 0px;
	font-family: tahoma;
	color: #444444;
	font-size: 12px;
	background-color: #fff;
	background: url(/design/glava.png);
	background-repeat: repeat-x;
	background-position: top center;
}

div:after, div:before{
	content: '';
	display: block;
	clear: both;
}

#container {
	width: 900px;
	height: auto;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

#glava {
	width: 100%;
	height: 108px;
	float: left;
}

#left {
	width: 575px;
	float: left;
}

#right {
	margin-left: 50px;
	width: 275px;
	float: left;
}

#logo {
	width: 265px;
	height: 108px;
	background: url(/design/logo.png);
	background-repeat: no-repeat;
	float: left;
}

#meni {
	width: 635px;
	height: 108px;
	float: left;
}

#meni #odmik {
	width: 235px;
	height: 108px;
	float: left;
}

#meni .link {
	width: 100px;
	float: left;
	text-align: center;
	height: 108px;
}
#meni .link:hover {
	width: 100px;
	background: url(/design/meni_hover.png);
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	height: 108px;
}

#meni .link a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#meni .link:hover a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

/* 70bd00 */

h2, h2 a, h1, h1 a {
	color: #70bd00;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	margin: 15px 0px 2px 0px;
	padding: 0px;
}
h3, h3 a {
	color: #70bd00;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

span.avtorDatum {
	color: #444;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

p {
	color: #444;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

span.color {
	color: #70bd00;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #70bd00;
	
}

label {
    width:50px;
    float:left;
}