{
	margin: 0;
	padding: 0;
}
#chk{
	border:thin solid #009966;
	color:#006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;

}
ramka {
	border-right-color: #000000;
	border-left-color: #000000;

}
a:link {
	color: #0041A3;
}

a:hover, {
	text-decoration: none;
	color: #DEF7FE;
}

a:visited {
	color: #0041A3;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
}

#main
{
	background: url(images/header.gif) no-repeat;
	width: 1000px;
	align: center;
}

#header {
	width: 778px;
	height: 170px;
	padding-left: -500px;
}

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 38px;
	font-size: 28px;
	font-weight: normal;
}

#logo h1 a {
	color: #009966;
}

#logo h2 {
	margin-top: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}

#logo h2 a {
	color: #586BAA;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}
#m1
{
   margin: -15px 0 0 0;
   padding-left: 270px;	
}
#metamorph { 
    font-size: 14px;
	color: #ffffff;
}
#menu {
	float: right;
	vertical-align: bottom;
	width: 600px;
}

#menu ul {
	margin: 0;
	padding-top: 130px;
	list-style: none;
}

#menu li {
	display: inline;
	vertical-align: bottom;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	margin-left: 1px;
	padding-top: 15px;
	background: url(images/button.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #5F98C9;
	font-weight: bold;
	vertical-align: bottom;
}

#menu a:hover {
	height: 34px;
	margin-top: -3px;
}

#left
{
	float: right;
	width: 150px;
	padding-right: 1em;
}

#levo {
	float: left;
	width: 150px;
	padding-right: 1em;
}

#right
{
	float: right;
	width: 450px;
}

#right H4
{
	font-size: 12px;
	color: #0041A3;

}

#right H1
{
	font-size: 28px;
	color: #009933;
	padding-bottom: 10px
}

#right a
{
color: #0041A3;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #0041A3;
}
.date {
	text-align: right;
	color: #0041A3;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #0041A3;
	background-color: #fff;
}

#right .pic
{
float: left;
margin: 5px;
}

#content
{
width: 778px;
padding: 10px
}

#right .pic1
{
float: right;
margin: 5px;
}

#metamorph1 {
	clear: both;
	height: 20px;
	padding: 15px 0;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	border-top-color: #00CC99;
}

#metamorph1 p {
	margin: 0;
	color: #0041A3;
}

#metamorph1 a {
	color: #0041A3;
}

#metamorph1 a:hover {
	color: #FF0000;
}
.small p {
	margin: 0;
	font-size: 11px;
}
.boxed {
	margin-bottom: 20px;
	width: 180px;
}

.boxed .title {
	height: 33px;
	padding: 13px 0 0 0px;
	background: #ACCFEC url(images/title.gif) repeat-x;
	font-size: 12px;
	color: #006666;
}

.boxed .content2 {
	border: thin solid #009966;
	padding-top: 3px;
	width: 160px;
	float: inherit;
}

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
}

#text1, #text2 {
	width: 150px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

.style1 {
	color: #009966;
	font-weight: bold;
}

/* Horizontalno meni*/

.outlinemenu{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 180px; /*default width of menu*/
border: 1px solid black;
overflow-x: hidden;
}

.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.outlinemenu ul li a{
	background: white;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #009966;
	display: block;
	width: auto;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}

.outlinemenu ul li a:visited, .outlinemenu ul li a:active{
	color: #009966;
}

.outlinemenu ul li a:hover{
	color: #003333;
	background: #ffffcb;
}

/* Holly Hack for IE \*/
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
/* End */

