body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #C1C0C0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

a:link, a:visited { 
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}
a:hover {
/*	border-bottom: 1px dotted #ffffff;
	text-decoration: none;*/
	color: #dddddd;
}

table td {
	padding: 10px 0;
}

.pre-20 {
	margin-left: -20px;
}

.pre10 {
	margin-left: 10px;
}

.pre20 {
	margin-left: 20px;
}

.pre30 {
	margin-left: 30px;
}

.pre40 {
	margin-left: 40px;
}

.pre50 {
	margin-left: 50px;
}

.pre100 {
	margin-left: 100px;
}

.pre200 {
	margin-left: 200px;
}

.pre250 {
	margin-left: 250px;
}

.pre400 {
	margin-left: 400px;
}

.pre450 {
	margin-left: 450px;
}

img {
	border: 0;
}

.title_naslov {
	position: relative;
	margin: 0;
	z-index: 10;
	top: 13px;
	left: 25px;
	overflow: hidden;
	width: 320px;
	height: 20px;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 3px;
}

.title_link {
	position: absolute;
	z-index: 9;
	top: 16px;
	left: 450px;
	overflow: hidden;
	width: 450px;
	height: 16px;
	font-size: .65em;
	font-weight: bold;
	color: #bbbbbb;
	letter-spacing: 1px;
}

.main_naslov {
	position: relative;
	margin: 0;
	z-index: 10;
	top: 14px;
	left: 25px;
	overflow: hidden;
	width: 320px;
	height: 24px;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 3px;
}

.slider_smer {
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:15px;
	overflow:hidden;
	text-align:right;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.oneColElsCtrHdr #container {
	padding: 12px 0 0 0; /* top right bottom left  ---  top,bottom  right,left */
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.oneColElsCtrHdr #header { 
	margin: 0;
	position: relative;
	z-index: 200;
	top: 0;
	left: 0;
	background: #818080;
	width: 950px;
	height: 42px;
	overflow: hidden;
} 
.oneColElsCtrHdr #mainPic {
	padding: 0; /* padding is the space inside the div box and margin is the space outside the div box */
	position: static;
	z-index: 0;
	top: 0;
	left: 0;
	width: 950px;
/*	height: 500px; */
	overflow: hidden;
}
.oneColElsCtrHdr #mainPic > img {
	position: relative;
	z-index: 1;
}
.oneColElsCtrHdr #mainContent {
	padding: 0px;
	position: relative;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 288px;
	background: #111010;
	line-height: 1.4em;
	letter-spacing: .1em;
	font-size: .7em;
	overflow: hidden;
}
.oneColElsCtrHdr #mainContentInside {
	padding: 0px;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 30px;
	width: 890px;
	height: 278px;
	font-weight: normal;
	text-align: justify;
/*	background: #111010; */
}
.oneColElsCtrHdr #mainContentInside > p {
	font-size: 1.2em;
	letter-spacing: .2em;
	line-height: .5em;
}
/*
.oneColElsCtrHdr #mainContent > img {
	position: relative;
	z-index: 1;
}
*/
.oneColElsCtrHdr #mainContentInside > table {
	line-height: .5em;
}
.oneColElsCtrHdr #footer {
	padding: 2px 30px;
	margin: 0;
	text-align: right;
	font-size: 0.6em;
	background: #C1C0C0;
} 
.oneColElsCtrHdr #info_front {
	position: relative;
	overflow: hidden;
	z-index: 10;
	top: -475px;
	left: 610px;
	width: 300px;
	max-height: 455px;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
}
/* --------------  DROP DOWN MENUJI  ---------------- */

#sddm {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 300;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#sddm li a {
	display: block;
	margin: 0;
	padding: 0px 15px;
	width: 250px;
	text-align: left;
	text-decoration: none;
}

#sddm li a:hover {
	text-decoration: none;
}

#sddm div {
	position: absolute;
	top: 23px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #C1C0C0;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 8px 15px;
	width: 250px;
	white-space: nowrap;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#sddm div a:hover {
	font-weight: bold;
	padding: 9px 15px;
}
		
/*  ------------  konec DROP DOWN MENUJEV */

