/* CSS Document */

<!--
html, body {
	height: 100%;
}

body {
	background-color: #8CC63F;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:fixed;
	margin: 0px;
}

#wrapper {
	background-image: url(../images/lt.png);
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;
	height: 100%;
}

a {
	font-size:16px;
	font-style:italic;
	color: #446518;
	line-height: 24px;
	text-decoration: none;
}

a:hover {
	font-size:16px;
	font-style:italic;
	color: #446518;
	line-height: 24px;
	text-decoration: underline;
}

#text {
	font-size:16px;
	font-style:italic;
	color: #446518;
	padding: 20px 30px 20px 30px;
}

#menu {
	position: relative;

}
	
.links {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.links li {
	margin-bottom: 10px;
	line-height: 50px;
	font-size: 11px;
}

.links li a {
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 15px 20px 10px;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
}

.links li a:hover {
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 15px 20px 10px;
	text-decoration: none;
	background-image: url(../images/buttons/active.png);
	color: #446518;
}

.link1 {
	background-image: url(../images/buttons/1.png);
	color: #FFFFFF;
}

.link1 {
	background-image: url(../images/buttons/1.png);
	color: #FFFFFF;
}

.link2 {
	background-image: url(../images/buttons/2.png);
	color: #FFFFFF;
}

.link3 {
	background-image: url(../images/buttons/3.png);
	color: #FFFFFF;
}

.link4 {
	background-image: url(../images/buttons/4.png);
	color: #FFFFFF;
}

.selected {
    background-image: url(../images/buttons/active.png);
	color: #446518;
}

.start {
	background-image: url(../images/start.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	width: 88px;
	height: 32px;
	padding: 5px;
	padding-left: 15px;
	text-decoration: none;
	right: 0px;
	top: 284px;
	position: absolute;
	height: 33px;
}

.start:hover {
	background-image: url(../images/start_over.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
}

.iframe {
border:0; 
margin:0; 
padding:0; 
overflow:hidden;
overflow-x:hidden;
overflow-y:hidden;
background: transparent;
}

.footer {
	font-size: 11px;
}

a.ovalbutton{
background: url("../images/start_lijevo.png") transparent no-repeat top left;
display: block;
float: right;
line-height: 13px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 32px; /* Height of button background height */
padding-left: 14px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #FFF; /*button text color*/
}

a.ovalbutton span{
background: transparent url("../images/start_desno.png") no-repeat top right;
display: block;
padding: 9px 24px 10px 0px; /*Set 11px below to match value of 'padding-left' value above*/
font: normal 12px;
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #FFF;
}

a.ovalbutton2{
background: url("../images/start_lijevo.png") transparent no-repeat top left;
display: block;
float: right;
line-height: 13px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 32px; /* Height of button background height */
padding-left: 14px; /* Width of left menu image */
text-decoration: none;
background-position: bottom left;
}

a:link.ovalbutton2, a:visited.ovalbutton2, a:active.ovalbutton2{
color: #FFF; /*button text color*/
}

a.ovalbutton2 span{
background: transparent url("../images/start_desno.png") no-repeat top right;
display: block;
padding: 9px 24px 10px 0px; /*Set 11px below to match value of 'padding-left' value above*/
font: normal 12px;
background-position: bottom right;
}

a.ovalbutton2:hover{ /* Hover state CSS */
background-position: top left;
}

a.ovalbutton2:hover span{ /* Hover state CSS */
background-position: top right;
color: #FFF;
}

a.ovalbutton3{
background: url("../images/start_lijevo.png") transparent no-repeat top left;
display: block;
float: right;
line-height: 13px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 32px; /* Height of button background height */
padding-left: 14px; /* Width of left menu image */
text-decoration: none;
background-position: bottom left;
}

a:link.ovalbutton3, a:visited.ovalbutton3, a:active.ovalbutton3{
color: #FFF; /*button text color*/
}

a.ovalbutton3 span{
background: transparent url("../images/start_desno3.png") no-repeat top right;
display: block;
padding: 9px 24px 10px 0px; /*Set 11px below to match value of 'padding-left' value above*/
font: normal 12px;
background-position: bottom right;
}

a.ovalbutton3:hover{ /* Hover state CSS */
background-position: top left;
}

a.ovalbutton3:hover span{ /* Hover state CSS */
background-position: top right;
color: #FFF;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
display: inline;
}

-->