body 
{
min-width:767px;
text-align:center;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background: #c5d7e9 url(ads/ozadje.jpg) repeat-x top left fixed;
height:100%;
}
:focus 	{ outline: 0;}
TD   	{ font-size:12px; }
a		{ color:#019CDC; text-decoration:none; font-weight:bold; }
a:hover	{ color:#8EC63D; text-decoration:none; font-weight:bold; }
.contentpad3 { padding:3px; }
.podcrtano { border-bottom:1px solid silver; }
.podcrtano_bold { border-bottom:2px solid #666666; }

h1 { font-size:18px; font-weight:bold; color:#019CDC;}
h2 { font-size:16px; font-weight:bold; color:#000000; margin-bottom:0px;}

.page_container {
    width: 980px;
    margin: 20px auto;
    background-color: #ffffff;
	z-index:1;
	position:relative;
    /*padding: 20px;*/
	-moz-border-radius: 10px; -webkit-border-radius:10px; border-radius:10px;
	/*opacity:0.6; filter:alpha(opacity=60); /* For IE8 and earlier */
	
-moz-box-shadow: 0 0 20px #333333;  -webkit-box-shadow: 0 0 20px #333333; box-shadow: 0 0 20px #333333; 
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";*/
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');	
}

#dhtmltooltip {
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, helv, sans-serif; FONT-SIZE: 12px; font-weight: normal;TEXT-DECORATION: none;
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.round5 { border:1px solid #C8C8C8; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px; }
.round7 { border:1px solid #C8C8C8; -moz-border-radius: 7px; -webkit-border-radius:7px; border-radius:7px; }

.footer_line {
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius:10px; 
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius:10px; 
	border-bottom-right-radius:10px;
}		