#menu1 {
	float:left;
	margin: 0px;
	padding: 0px;
} 

#menu1 ul
{
	margin-top: 0;
	margin-bottom: 0;
} 


.back-repeat-x
{
	background-repeat: repeat-x;
}


.tableDizajn
{
	border: thin solid #00;
}

.tableBack1
{
	background-color: #dae4ed;	
}

.tableBack2
{
	background-color: #CAD6D7;
}

.headerText
{
	text-decoration: none;
	color: #485d96;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.headerText2
{
	text-decoration: none;
	color: #485d96;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.headerText3
{
	color: #036;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}


textarea {
	width: 180px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #484848;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #484848;
}


.text5 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bolder;
	color: #20347a;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 8px;
	color: #484848;
}

.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #20347a;
}

.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight:bold;
	color: #20347a;
}


a:link {
	text-decoration: underline;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: underline;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;

}
a:active {
	text-decoration: none;
	color: #484848;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #6795e0;
	font-family: Arial, Helvetica, sans-serif;
}


.hover_link {
	text-decoration: underline;
	color: #006;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



.mattblacktabs{
width: 100%;
overflow: hidden;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: underline;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #484848;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.mattblacktabs li a:visited{
color: #484848;
text-decoration: underline;
}

.mattblacktabs li a:hover{
	background: #6795e0; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #ffffff;
}

.mattblacktabs li.selected a{
	background: #6795e0;
	color: #ffffff;
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1.5;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}

sup {
	bottom: 1ex;
}

sub {
	top: 1ex;
}



