body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #B0E0E6; background-image:url(bg00.gif);
	background-repeat:repeat-x;
	background-position:0px 150px;

	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: #0099FF;
}

.oneColElsCtrHdr #container {
	width: 808px;  /* this width will create a container that will fit in an ***px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px solid #99ccff;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #99ccff;
	border-left: 0px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: transparent; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1841c8 url(pro_14_back.gif) repeat-x bottom left;
	color:#aaa;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColElsCtrHdr #footer  a { color:#aaa; text-decoration:none; }
.oneColElsCtrHdr #footer  a {color:#aaa; }
.oneColElsCtrHdr #footer  {color:#aaa; }
.oneColElsCtrHdr #footer  a:hover {color:#aaa; }
.oneColElsCtrHdr #footer #r { padding-left: 260px; }


 p {line-height:18px; text-indent: 3em; }
h2 {color: #000000; font-weight:bold; font-size: 12px; font-family: Arail,"sans serif";}
.oneColElsCtrHdr h4 { text-align:center; font-weight: bold; font-size:12px; }

.pro14 {padding:0px 0 0 20px; margin:0; list-style:none; height:25px; background:#1841c8 url(pro_14_back.gif) repeat-x bottom left;}
.pro14 li {float:left;}
.pro14 li a {display:block; float:left; height:25px; line-height:23px; background:url(pro_14_0.gif); color:#aaa; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 8px; cursor:pointer; font-size:11px;}
.pro14 li a b {float:left; display:block; background:url(pro_14_0.gif) right top; padding:0 16px 2px 8px;}
.pro14 li.current a {color:#cc8; background:url(pro_14_2.gif);}
.pro14 li.current a b {background:url(pro_14_2.gif) no-repeat right top;}
.pro14 li a:hover {color:#ff0; background: url(pro_14_1.gif);}
.pro14 li a:hover b {background:url(pro_14_1.gif) no-repeat right top;}
.pro14 li.current a:hover {color:#cc8; background: url(pro_14_2.gif); cursor:default;}
.pro14 li.current a:hover b {background:url(pro_14_2.gif) no-repeat right top;}
#glavno {
	position:relative;
	background-color: #000099;
	background-image:url(glavno.jpg);
	
	left:0px;
	top:0px;
	width:808px;
	height:150px;
	z-index:1;
}
