html, body {
	position: relative;
	margin: 0px;
	padding: 0px;
	font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
p { margin: 5px 5px 5px 5px; }
img {
	border: 0px;
	border-width: 0px;
}
#sredina { 
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
}
#bg { 
	position: relative;
	height: 1140px;
	width: 1000px;
	background-image: url(.././images/bg.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#vsebina {
	position: absolute;
	width: 750px;
	height: 640px;
	background-color: transparent;
	margin-left: 128px;
	margin-top: 180px;
	text-align: left;
}
#vsebina1 {
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	height: auto;
	text-align: justify;
}
h1 {
	font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 15px;
	margin: 0px;
}
.brd {
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #FF0000;
	z-index: 10;
}
.gumbaz {
	background-color: #000000;
	width: auto;
	height: 25px;
	border: 1px solid;
	border-color: #c0c0c0;
	color: #ffffff;
	font-size: 14px;
	font: 100%/1.5 "Trebuchet MS", Verdana, sans-serif;
	margin-left: 10px;
	margin-right: 10px;

}
.inputdataz {
	width: 180px;
	height: 20px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif;
	background-color: #000;
	border: 1px solid #ffffff;
	color: #ffffff;

}
p {
	font-size: 16px;
	font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	line-height: 18px;
}
A { color: #fff; }
A.link { color: #000; }


/* FancyForm styles */
.f_checkbox {
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:3px center;
	height:10px;
	cursor:pointer;
	cursor:hand;
	line-height:120%;
}
.checked,.selected{color:#f0f0f0}
.f_checkbox {
	padding-left: 20px; 
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.unchecked{background-image:url(../chk_off.png)}
.checked{background-image:url(../chk_on.png)}
.unselected{background-image:url(../rdo_off.png)}
.selected{background-image:url(../rdo_on.png)}
.textarea { width: 258px; height: 100px; border: 1px #fff solid; background-color: #000; color: #fff; font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif; font-size: 14px; padding: 4px; }
.bstyle{           
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #000;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.wstyle {
display: none;
position: absolute;
padding: 2px;
border: 5px solid #666;
background-color: #000;
color: #fff;
z-index:1002;
overflow: auto;
padding: 10px;
}
A.l { color : #2DBBFF; text-decoration : none; font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif; font-size: 18px; line-height: 20px; }
A.l:HOVER { color : #FFFFFF; text-decoration : none; font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif; font-size: 18px; line-height: 20px; }

A.l2 { color : #2DBBFF; text-decoration : none; font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif; font-size: 14px; line-height: 16px; }
A.l2:HOVER { color : #FFFFFF; text-decoration : none; font: 120%/1.5 "Trebuchet MS", Verdana, sans-serif; font-size: 14px; line-height: 16px; }
