
* { padding: 0; margin: 0; }

body {

 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color:#fff;
 line-height:120%
 
}

a { color: #074629; text-decoration: none}

#topbox {
	width: 900px; 
	height: 670px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 
    background-image:url('img/bgim2.gif');	
	background-repeat:repeat-x;
	text-align:center; 
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000; 
	
	<!--[if IE]>
					-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
					filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6);
		<![endif]-->
}



#tekstbox {
	width: 535px; 
	height: 520px;
	float:left;
	padding: 10px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
    background-color:white;	
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000; 
	text-align:left;
	<!--[if IE]>
					-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
					filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6);
		<![endif]-->
}
#imgbox {
	width: 268px; 
	height: 540px;
	float:right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom:10px;
    background-color:#BFC0C2;	
	text-align:left;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000; 
	<!--[if IE]>
					-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
					filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6);
		<![endif]-->


 
}


div#navcontainer ul
{
margin-left: 0;
background-color: #919295;
color: #505C23;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
border-bottom: 2px solid #fff;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #919295;
color: #fff;
text-decoration: none;
float: left;
border-right: 2px solid #fff;

}

#navcontainer ul li a:hover
{
background-color: #074629;
color: #FFFFFF;
}

</style>