@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #608E9F;
	background-image: url(../pixs/bcgrnd2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	font-weight: 700;
}
a {
	text-decoration: none;
	color: #FFFF00;
	font-family: "Courier New", Courier, monospace;
	font-weight: 800;
}
a.kodlink
 {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 18px;
}
a:hover
 {
	text-decoration: underline;
	color: #FFFFFF;
}



.vdo {
	position: absolute;
	width: 704px;
	left: 50%;
	margin-left: -351px;
	background-color: #0A246A;
}
.pasus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 20px;
	padding: 20px;
	width: 700px;
	text-align: left;
	text-indent: 30px;
	vertical-align: middle;
}
.gore .naslov1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 20px;
}
.gore .naslov2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.gore {
	top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
}

.dole {
	left: 10px;
	right: 10px;
	position: absolute;
	top: 800px;
}
