html { background: #CCC url(../images/index/crnilespattern.jpg) repeat; }
body { font: 76%/160% Tahoma, Verdana, Arial, sans-serif; color:#444; text-align:center; margin:0 auto;}

div#container {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:center;
	display:block;
	z-index: 1;
}
div#elsovtop {
	position:absolute;
	left:-200px;
	top:-150px;
}
div#elsovmtop {
	position:absolute;
	right:0px;
	top:-130px;
}
div#elsovfooter {
	position:relative;
	float:left;
	width:auto;
	text-align:left;
}
div#elsovmfooter {
	position:relative;
	float:right;
	width:auto;
	text-align:right;
}
div#elsov {
	position:absolute;
	width:475px;
	height:278px;
	float:right;
	z-index:5;
	display:block;
	/* [disabled]clear:both; */
	right: -100px;
}
div#elsovm {
	position:absolute;
	width:475px;
	height:278px;
	float:right;
	z-index:5;
	display:block;
	/* [disabled]clear:both; */
	right: -100px;
	/* [disabled]top: 50px; */
}
img {border:none; }

div#elsovm a img {
	/* for firefox, safari, chrome, etc. */
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	o-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4.5);*/
	-moz-box-shadow: -4px 4px 3px #222;
	-webkit-box-shadow: -4px 4px 3px #222;
	box-shadow: -4px 4px 3px #222;
	z-index:5;
	width: 100%;
}
div#headerinc {
	position:relative;
}
div#header {
	position:relative;
	display:block;
	width: 100%;
	height: 40px;
	margin-top: 150px;
	/* [disabled]border: 2px solid #f1f1f1; */
	border-top-right-radius: 10px;
	background-color: #838594 transparent;
	z-index:3;	/*838594*/
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}
div#content {
	position:relative;
	display:block;
	height: 100%;
	margin-top: 10px;
	padding-bottom: 150px;
	/* [disabled]border: 2px solid #f1f1f1; */
	-webkit-border-top-right-radius: 100px;
	-moz-border-top-right-radius: 100px;
	border-top-right-radius: 100px;
	background-color: #d2d2d2;
	z-index:2;	/*838594*/
	-moz-box-shadow: -4px 4px 3px #222;
	-webkit-box-shadow: -4px 4px 3px #222;
	box-shadow: -4px 4px 3px #222;
}
#content #mainnews {
	text-align: left;
	margin: 0 auto;
	width: 600px;
	/* [disabled]border: 2px solid black; */
	padding-top: 150px;
	z-index: 2;
	
}
div#footer {
	position:relative;
	height:100px;
}

/* Menu Navigation*/

#header #headermenu {
	font-family:Candara, Verdana, Geneva, sans-serif;
	font-size: 25px;
	vertical-align:left;
	text-decoration: none;
	list-style: none;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	margin-left:0px;
	left: -43px;
}
#header #headermenu > li {
	position:relative;
	vertical-align:top;
	text-decoration: none;
	list-style: none;
	/* [disabled]width: 100%; */
	height: 100%;
	float:left;
	padding: 0 2px;
	border-left: 1px solid #f1f1f1;
	display: block;
}
#header #headermenu > li:first-child {
	border:none;
}

#header #headermenu > li > a {
	color: #f1f1f1;
	text-decoration:none;
	display:block;
	height:35px;
	width:auto;
	padding:15px 13px 0;
	/* [disabled]background-color: #1D1D1D; */
}/*
#header #headermenu li a:hover {
	color: #f1f1f1;
	display:block;
	width:auto;
	background-color: #0e0e0e;
}
*/
#headermenu > li:hover > a,
#headermenu > li > a:hover,
#headermenu > li > a:active {
	color: #f1f1f1;
	display:block;
	width:100%;
	background-color: #0e0e0e;
	margin:0;
	padding:0;
}
#headermenu li ul.navigation
	{
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	background:#0e0e0e;
	width:97%;
	position:absolute;
	top:50px;
}
#headermenu li:hover ul.navigation
	{ display:block; }
#headermenu li ul.navigation li
	{
	margin:10px 0;
	padding:0;
	display:block;
	width:100%;
	height:35px;
	clear:left;
	background-color:#0e0e0e;
	text-align:center;
	left:0px;
	padding-bottom: 10px;
}
#headermenu li ul.navigation li:first-child {
	padding-top:10px;
	padding-bottom: 0px;
}
#headermenu li ul.navigation li:last-child {
	padding-top:0px;
	padding-bottom: 0px;
	margin-top:-10px;
}
#headermenu li ul.navigation li a {
	color:#f1f1f1;
	text-decoration:none;
	font-size:12px;
	display:block;
	height:100%;
}
#headermenu li ul.navigation li a:hover, #headermenu li ul.navigation li:hover a {
	color:red;
}
.noscript {
	display:none;
}
.clear {
	clear:both;
}
#header .selected {
	background-color: #0e0e0e;
}

.contactFormUl {
	list-style-type: none;
	display: block;
	background-color:#e1e1f2;
	margin-left: 30px;
	padding-top: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(border_radius.htc);
	text-align:right;
}

#leftContactForm p {
	margin-right:60px;
	padding-bottom: 20px;
}

.contactFormUl li input, textarea {
	background-color:#f1f1f1;
	color: #333;
	margin-bottom: 5px;
	border:1px solid #99f;
	height:20px;
	width:400px;
	font-family:'trebuchet ms', geneva;
	font-size: 12px;
	margin-right:100px;
	right: 10px;
}
.contactFormUl > p {
	text-align:left;
	padding-right: 10px;
}
.contactFormUl li textarea {
	height:100px;
}
.contactFormUl li button {
	position:relative;
	width:70px;
	height:20px;
	margin-right:0px;
	border: 1px solid #111111;
	background-color:#0e2634;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	
	border: 3px solid #0e2634;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(border_radius.htc);
}
#content #zemljevid {
	width:100%;
	text-align:center;
	font-size:25px;
}
/* koledar*/
#content #koledar {
	position:absolute;
	left:-210px;
}
