@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	float: left;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 130px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 130px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	width: 111px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 111px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	height: 15px;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	height: 15px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.4em;
	text-align: center;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #000066;
	color: #FFF;
	height: 15px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 15px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 15px;
}
p {
	font-size: 14px;
	height: auto;
	width: 630px;
	margin-top: 0px;
	text-align: justify;
}

#okvir h1 {
	float: right;
	font-size: 9px;
	background-color: #FF0000;
}



/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #FFF;
	height: 22px;
	}
}
#sad {
	height: 350px;
	width: 780px;
	font-size: 13px;
	font-style: normal;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	white-space: normal;
	font-weight: 400;
	line-height: 16px;
	background-color: #FFFFFF;
}
#sades1 {
	height: 250px;
	width: 780px;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	white-space: normal;
	font-weight: 400;
	line-height: 16px;
	background-color: #FFFFFF;
}
.slikaverges {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#wrap1 {
	float: left;
	width: 130px;
}
#levpan {
	height: 280px;
	width: 130px;
	float: left;
	margin-top: 0px;
}
#sadr {
	float: right;
	height: 400px;
	width: 650px;
}
#sadrr {
	float: right;
	height: 400px;
	width: 160px;
}
#sadrkon {
	float: right;
	height: 400px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: 400;
}
#sadespict {
	background-color: #FFFF33;
	float: right;
	height: 545px;
	width: 440px;
}

#sadrh {
	float: right;
	height: 280px;
	width: 650px;
}
#sadsad {
	background-color: #33CCCC;
	height: 280px;
	width: 650px;
	float: right;
}
#okdol {
	height: 500px;
	width: 780px;
}
#res {
	background-color: #00FF99;
	height: 300px;
	width: 780px;
}

.div4levo {
	float: left;
}

#sadbo {
	float: right;
	height: 255px;
	width: 630px;
	margin-top: -103px;
	font-size: 13px;
	font-style: normal;
	color: #000066;
	font-family: Vani;
	text-align: justify;
	font-weight: 500;
	line-height: 16px;
	margin-right: 15px;
	background-color: #33CC00;
}
#sadbo h1 {
	float: right;
	height: 255px;
	width: 630px;
	margin-top: -200px;
	font-size: 13px;
	font-style: normal;
	color: #000066;
	text-indent: 20px;
	font-family: Vani;
	text-align: justify;
	font-weight: 500;
	line-height: 16px;
	white-space: normal;
	margin-right: 15px;
	background-color: #FF3300;
}
#sadvp {
	float: right;
	height: 255px;
	width: 650px;
	margin-top: -110px;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	text-indent: 20px;
	font-family: Vani;
	text-align: justify;
	white-space: normal;
	font-weight: 500;
	line-height: 16px;
}
#sadvp h1 {
	font-size: 14px;
	font-weight: 500;
	width: 630px;
	margin-left: 10px;
	margin-top: 25px;
}

#sadvp p {
	height: 60px;
	width: 620px;
	margin-top: 20px;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	text-indent: 20px;
	font-family: Vani;
	text-align: justify;
	white-space: normal;
	font-weight: 500;
	line-height: 17px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center top;
	background-color: #CC3300;
}
#sadvp   h2 {
	font-size: 14px;
	font-weight: 500;
	width: 600px;
	margin-left: 25px;
}
#sadvp    h3 {
	font-size: 14px;
	font-weight: 500;
	width: 600px;
	margin-left: 25px;
}
#sadvp     h4 {
	font-size: 14px;
	font-weight: 500;
	width: 600px;
	margin-left: 5px;
	margin-top: -5px;
}


#sadvp  ul {
	height: 200px;
	width: 560px;
	margin-top: 20px;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	text-indent: 0px;
	font-family: Vani;
	text-align: left;
	white-space: normal;
	font-weight: 500;
	line-height: 17px;
	margin-right: 20px;
	margin-left: -40px;
	background-position: center top;
	background-color: #FF66FF;
	float: right;
}
#sadmp {
	float: right;
	height: 255px;
	width: 640px;
	margin-top: -99px;
	font-size: 13px;
	font-style: normal;
	color: #000066;
	text-indent: 20px;
	font-family: Vani;
	text-align: justify;
	white-space: normal;
	font-weight: 500;
	line-height: 16px;
	overflow: scroll;
	margin-left: 40px;
}
#sadmp h1 {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 17px;
}
#sadmp p {
	text-indent: 30px;
	margin-top: -13px;
	margin-right: 13px;
	margin-left: 13px;
}
#sadmp  ul {
	text-indent: 30px;
	margin-top: 5px;
	margin-right: 13px;
	margin-left: 15px;
	width: 555px;
	display: inline-block;
}
#sadmp   li {
	text-indent: 0px;
	margin-top: -13px;
	margin-left: -35px;
	width: 590px;
	margin-right: 10px;
}

#sad1 {
	float: left;
	height: 255px;
	width: 391px;
	margin-top: -99px;
	font-size: 13px;
	font-style: normal;
	color: #000099;
	text-indent: 20px;
	font-family: Vani;
	text-align: justify;
	white-space: normal;
	font-weight: 500;
	line-height: 16px;
	margin-left: 130px;
}
#sad1 a {
	margin-left: -15px;
	font-size: 14px;
}

#sad1 h1 {
	font-size: 15px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: -20px;
}
#sad1 p {
	font-size: 14px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#sad4  {
	height: 255px;
	width: 650px;
	margin-top: -99px;
	margin-left: 130px;
	text-align: justify;
	color: #000066;
}


#sadpic {
	height: 255px;
	width: 259px;
	margin-top: -253px;
	margin-left: 370px;
}
#sadpic2fl {
	height: 331px;
	width: 234px;
	float: right;
	background-color: #FF0033;
}
#sad3 {
	float: left;
	height: 255px;
	width: 391px;
	margin-top: -99px;
	font-size: 13px;
	font-style: normal;
	color: #000099;
	text-indent: 20px;
	font-family: Vani;
	text-align: justify;
	white-space: normal;
	font-weight: 500;
	line-height: 16px;
	margin-left: 130px;
}
#sad2 {
	float: left;
	height: 255px;
	width: 460px;
	margin-top: -99px;
	font-size: 13px;
	font-style: normal;
	color: #000066;
	font-family: Vani;
	text-align: justify;
	white-space: normal;
	font-weight: 500;
	line-height: 16px;
	margin-left: 130px;
}
#sad2 h1 {
	font-size: 13px;
	font-family: Vani;
	font-weight: 500;
	margin-left: 70px;
	margin-top: -20px;
}
#sad4  h1 {
	font-size: 13px;
	font-family: Vani;
	font-weight: bold;
	margin-left: -50px;
	margin-top: -8px;
	text-align: center;
}
#sad4   h2 {
	font-size: 13px;
	font-family: Vani;
	font-weight: 500;
	margin-left: -2px;
	margin-top: -15px;
	text-align: justify;
	width: 630px;
	line-height: 17px;
}
#sad2  h2 {
	font-size: 13px;
	font-family: Vani;
	font-weight: 500;
	margin-top: 22px;
}
#sad2   h3 {
	font-size: 13px;
	font-family: Vani;
	font-weight: 500;
	margin-top: -40px;
	margin-left: 60px;
}
#sad2    h4 {
	font-size: 13px;
	font-family: Vani;
	font-weight: 500;
	margin-top: -50px;
	margin-left: 60px;
}
#sad2     h6 {
	font-size: 13px;
	font-family: Vani;
	font-weight: 500;
	margin-top: -60px;
	margin-left: 60px;
}
#sad2     h5 {
	font-size: 13px;
	font-family: Vani;
	font-weight: 500;
	margin-top: -20px;
	margin-left: 1px;
}
#itd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
#sadr ul {
	padding-right: 20px;
}
