*{margin: 0;padding: 0;}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	padding: 0px 0px 20px 0px;
	line-height: 20px;
}

h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: normal;
}

h2 {
	padding: 0px 0px 4px 0px;
	font-size: 9pt;
}

img {
	border: 0px;
}

/* block position :) */
.left {
	float: left; 
	padding: 0px 8px 0px 0px;
}

.right {
	float: right; 
	padding: 0px 0px 0px 8px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

blockquote {
	margin: 20px 10px 20px 0px; 
	padding: 10px 20px 0px 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/* center web page */
#main {
	width: 704px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

#link {
	background-image: url(/images/link.gif);
	background-repeat: no-repeat;
	width: 704px;
	height: 26px;
	text-align: right;
	line-height: 22px;
}

.link {
	text-align: right;
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
}

.flag {
	float: left;
	padding-left: 20px;
	line-height: 26px;
}

#logo {
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	width: 704px;
	height: 207px;
}


/* menu */
#menu {
	background-image: url(/images/menu.gif);
	background-repeat: no-repeat;
	width: 704px;
	height: 29px;
}

#menu ul { 
	line-height: 24px;
	padding: 2px 0 0 0;	
	margin-left: 110px;
	width: 520px;
	height: 24px;
}

#menu li { 
   list-style: none; 
	float: left;
	font-weight: bold;
	text-align: center;
	width: 104px;
	height: 24px;
}

#menu li a:hover { 
   background-image: url(/images/hover.gif);
	background-repeat: no-repeat;
	float: left;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	width: 104px;
	height: 24px;
}

#menu li a { 
 	float: left;
	line-height: 24px;
	text-align: center;
   font-weight: bold;
	width: 104px;
	height: 24px;
}

/* infor for web */
#content {
	width: 700px;
	height: auto;
	overflow: hidden;
	margin-left: auto; 
	margin-right: auto;
	border-left: 2px solid #4C6E91;
	border-right: 2px solid #4C6E91;
}

h2 { 	text-align: center; padding: 10px 0 10px 0; }
h3 { 	padding-bottom: 10px; }

#cover {
   float: left;
	margin-right: 20px;
	border: none;	
}

#leftcolum {
	width: 446px;
   height: 100%;
	float: left;
	margin-top: 4px;
	padding: 10px 0 0 16px;
	
}
/* horizontal line for novini */
.news_line {
	background-image: url(/images/news_border.gif);
	background-repeat: repeat-y;
	width: 2px;
	height: auto;
	float: left;
	border: 1px solid red;
}

/* desen blok za novini */
#rightcolum {
	width: 218px;
	height: 100%;
	float: left;
	margin-top: 14px;
	margin-bottom: 10px;
	padding: 10px 0 0 15px;
}

#rightcolum h1 {
	padding: 0px 0px 6px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px dashed #4C6E91;
}

.rightitem {
	position: relative;
	width: 165px;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 8px 0px 8px 0px;
}

#leftcolum h1 {
	padding: 12px 0px 6px 0px; 
	margin: 0px 0px 12px 0px;
	border-bottom: 1px dashed #4C6E91;
}

.rightitem a, #leftcolum a {
	text-decoration: underline;
}

.rightitem a:hover, #leftcolum a:hover {
	padding: 0px;
	text-decoration: none;
}

/* footer */
#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	width: 704px;
	height: 28px;
	float: left;
	text-align: center;
	line-height: 26px;
}

form {
	margin-bottom: 10px;
}

div.row {
	clear: both;
	width: 448px;
	height: 29px;
}

div.row span.formlabel  {
	float: left;
	width: 120px;
	text-align: left;
}

div.row span.forminput {
	float: right;
	text-align: right;
} 

div.spacer {
	clear: both;
	width: 80px;
	height: 22px;
}

input, textarea {
	width: 259px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid;
}

.submit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid;
	width: 70px;
	height: 22px;
}

/* link setings */
a:link {color: #005e99; text-decoration: none;}     /* unvisited link */
a:visited {color: #005e99; text-decoration: none; }  /* visited link */
a:hover {color: #005e99; text-decoration: underline; }   /* mouse over link */
a:active {color: #005e99;}   /* selected link */