@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330033;
	background-color: #FFFFFF;
	background-image: url(../pixs/bckgtv.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	font-weight: 700;
	background-repeat: repeat;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: #330033;
	font-family: "Courier New", Courier, monospace;
	font-weight: 800;
}
a.kodlink
 {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
a:hover
 {
	text-decoration: underline;
	color: #FF0000;
}



.vdo {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000066;
}
.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: #666666;
	letter-spacing: 15px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}
.gore .naslov2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;

	line-height: 200%;
}
.gore {
	top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
}

.dole {
	left: 10px;
	right: 10px;
	position: fixed;
	bottom: 0px;
}
.desno {
	padding: 25px;
	float: right;
	position: absolute;
	font-family: "Courier New", Courier, monospace;
	top: 0px;
	font-size: 18px;
	font-variant: small-caps;
	left: 460px;
	line-height: 24px;
}
