body {
	margin: 0px;
	padding: 0px;
	background: url(bg.jpg);
	border: none;
	text-align: center;
	vertical-align: middle;
}
table { 
	border-collapse: collapse;
	width: 100%;
}


td {
	vertical-align: top;
	background: transparent; 
	padding: 0px;
	font: 11px helvetica;
	color: black;
}

.tekst {
	font: 13px helvetica;
	line-height: 150%;
}

table.vanjska{
	width: 770px;
	background: white url(biljeznica.jpg) no-repeat;
	margin: 10px;
}


td.main {
	text-align: left;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	height: 350px;
}
td.gore {
	text-align: center; 
	height: 180px;
}

td.gore td {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

td.dno {
	font: 11px helvetica;
	letter-spacing: 1px;
	word-spacing: 5px;
	color: #2E3192;
	text-align: center;
	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
}

hr {
	height: 1px; 
	color: #2E3192;
}

span.upisi {
	color: #ED1C24;
	font: bold 20px tahoma;
}

span.upisi a {
	color: #ED1C24;
}

td.menu {
	text-align: center;
}

table.tecajevi td {
	padding: 3px;
	padding-left: 10px;
	vertical-align: middle;
}

tr.legenda td, tr.legenda1 td {
	background: #F7931E;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	border-right: 5px solid white;
}
tr.legenda1 td {
	background: #58B7DD;
}

tr.rub td {
	border-bottom: 1px dashed #2F007A;
	border-top: 1px dashed #2F007A;
}


div.boja {
	padding: 3px;
	padding-left: 10px;
	color: white;
	border-right: 5px solid white;
}

div.crveno { background: #ED1C24 ; }
div.tamnocrveno { background: #AF1E2C ; }
div.tamnoplavo { background: #004C98 ; }
div.zeleno { background: #39B54A ; }
div.zuto { background: #FFF200 ; color: black;}
div.plavo { background: #58B7DD ;}
div.narancasto { background: #FF9811 ;}

span.crveno { color:  #ED1C24 ; }

div.padding {
	padding: 10px;
}

img {border: none;}
img.rub {border: 1px solid black}

a:link, a:visited {text-decoration: none; color: #2E3192;}
a:hover {text-decoration: underline; color: #50a0ff;}

label {
    text-align: left;
    width: 100px;
    float: left;
}
input.rub, textarea.rub{
	border: 1px solid black;
	margin: 1px;
	width: 200px;
}

input.gumb {
	border: 1px solid black;
	background: white;
	margin: 1px;
	margin-left: 100px;
}

.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.middle { vertical-align: middle; }
.top { vertical-align: top; }

table.middle td { vertical-align: middle; }
table.center td { text-align: center; }


/* menu */


ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu li{
	position: relative;
	display: inline;
	float: left;
	width: 95px;
}
ul.menu a, ul.menu a:hover {
	display: block;
	height: 25px;
}

ul.menu a:hover {
	background: bottom center url(crta.gif) no-repeat;
	color: inherit;
}
li.selected a{
	background: bottom center url(crta.gif) no-repeat;
	color: inherit;	
}
