body {
	font-family: verdana,helvetica;
	font-size:10px;
}

body.menu {
	font-family: verdana,helvetica;
	font-size:10px;
	color: white;
	background-color: #000033;
}

td {
	font-family: verdana,helvetica;
	font-size:10px;
}

td.section_title {
	background-color: #ccccff;
	text-align: center;
}

td.search {
	background-color: #ffffff;
	text-align: center;
}

td.label {
	background-color: #e5e5ff;
	text-align: right;
	vertical-align: middle;
}

td.seznam_light {
	background-color: #e5e5ff;
	text-align: left;
	padding:2px;
}

td.seznam_dark {
	background-color: #ccccff;
	text-align: left;
	padding:2px;
}

td.seznam_light_big {
	background-color: #e5e5ff;
	text-align: center;
	font-size: 20px;

}

td.seznam_dark_big {
	background-color: #ccccff;
	text-align: center;
	font-size: 20px;
}

td.drobni_slo {
	background-color: white;
	text-align: justify;
	font-size: 9px;
	color: black;
}

td.drobni_eng {
	background-color: white;
	text-align: justify;
    font-size: 9px;
	color: navy;
	font-style: italic;
}

font.title_slo {
	font-size: 16px;
	color: black;
	font-weight: bold;
}

font.title_eng {
	font-size: 16px;
	color: navy;
	font-weight: bold;
	font-style: italic;
}

font.sectiontitle_slo {
	font-size: 14px;
	color: black;
	font-weight: bold;

}

font.sectiontitle_eng {
	font-size: 14px;
	color: navy;
	font-weight: bold;
	font-style: italic;
}

font.label_slo {
	font-size: 10px;
	color: black;

}

font.label_eng {
	font-size: 10px;
	color: navy;
	font-style: italic;
}

font.napaka {
	font-size:12px;
	color:red;
	font-weight: bold;
}

font.radioinput_eng {
	color: navy;
	font-style: italic;
}

input {
	font-family: verdana,helvetica;
	font-size: 12px;
	color: black;
	border-style: none;
	background-color: #e5e5ff;
}

input.abr {
	font-family: verdana,helvetica;
	font-size: 12px;
	color: black;
	border: solid black 1px;
	background-color: #e5e5ff;
}

input.search {
	font-family: verdana,helvetica;
	font-size: 12px;
	color: black;
	border: solid black 1px;
	background-color: #ffffff;
}

select {
	font-family: verdana,helvetica;
	font-size: 12px;
	color: black;
	background-color: #e5e5ff;
}

input.doubleinput {
	text-align: right;
}

input.radioinput {
	background-color: white;
	vertical-align: bottom;
}

textarea {
	font-family: verdana,helvetica;
	font-size: 12px;
	color: black;
	border-style: none;
	background-color: #e5e5ff;
}

textarea.textareainput {
	overflow: hidden;
	width: 170px;
}

textarea.textareacrewinput {
	overflow: hidden;
	width: 605px;
}

select.abrselect {
	width: 340px;
}

input.chkboxinput {
	background-color: white;
}

input.button {
	border: 1px solid black;
}

a:link {
	color: blue;
	text-decoration:underline;
}

a:active {
	color: blue;
	text-decoration:underline;
}

a:visited {
	color: blue;
	text-decoration:underline;
}

a: hover {
	color: blue;
	text-decoration:underline;
}

a.menu:link {
	color: white;
	text-decoration:none;
}

a.menu:active {
	color: white;
	text-decoration:none;
}

a.menu:visited {
	color: white;
	text-decoration:none;
}

a.menu:hover {
	color: white;
	text-decoration:underline;
}

a.prs:link {
	color: green;
	text-decoration:none;
}

a.prs:active {
	color: green;
	text-decoration:none;
}

a.prs:visited {
	color: green;
	text-decoration:none;
}

a.prs:hover {
	color: green;
	text-decoration:underline;
}

a.ods:link {
	color: red;
	text-decoration:none;
}

a.ods:active {
	color: red;
	text-decoration:none;
}

a.ods:visited {
	color: red;
	text-decoration:none;
}

a.ods:hover {
	color: red;
	text-decoration:underline;
}

