
body {
	margin: 0px;
	font-family: 'Arial';
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.polje {
	border: 2px solid #888888;
}

.spoljna {
	border-left: 3px solid black;
	border-right: 3px solid black;
	background-color: #AAAABB;
}

.unutrasnja {
	border-left: 1px solid red;
	border-right: 1px solid red;
	background-color: #EEEEFF;
}

.podnozje {
	font-family: 'Arial';
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-top: 10px solid #FF0000;
}

.zaglavljeGore {
	font-family: 'Arial';
	font-size: 30px;
	font-weight: normal;
	color: red;
	line-height: 27px;
	letter-spacing: 0.30em;
}

.zaglavljeDole {
	font-family: 'Arial';
	font-size: 50px;
	font-weight: bold;
	color: black;
}

.jezici {
	font-family: 'Arial';
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.dugmeOff {
	border-bottom: 1px solid red;
	border-right: 1px solid red;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: black;
	letter-spacing: 0.30em;
	background-color: #FFFFFF;
}

.lastModify {
	font-family: 'Arial';
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.20em;
}

a.standard:link {
	color: #FF0000;
	font-family: 'Arial';
	font-size: 10;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid red;
}

a.standard:visited {
	color: #FF0000;
	font-family: 'Arial';
	font-size: 10;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid red;
}

a.standard:hover {
	color: #FF0000;
	font-family: 'Arial';
	font-size: 10;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.profil {
	border-right: 1px solid #FF0000;
	background-color: #FFFFFF;
}
.profilNaslov {
	border-bottom: 1px solid #FF0000;
	color: #000000;
	font-family: 'Arial';
	font-size: 16;
	font-weight: bold;
}

.profilPodnaslov {
	color: #FF0000;
	font-family: 'Arial';
	font-size: 12;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.profilStavka {
	color: #000000;
	font-family: 'Arial';
	font-size: 10;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.glavnaNaslov {
	color: #000000;
	font-family: 'Arial';
	font-size: 16;
	font-weight: bold;
}

.glavnaTekst {
	color: #000000;
	font-family: 'Arial';
	font-size: 12;
	font-weight: normal;
}

.web {
	border: 1px solid #AAAABB;
	color: #000000;
	font-family: 'Arial';
	font-size: 12;
	font-weight: normal;
}

.webZaglavlje {
font-family: 'Arial';
	font-size: 15;
	font-weight: bold;
	background-color: #AAAABB;
	color: #FFFFFF;
}

.velikaLista {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Arial';
	font-size: 12px;
	line-height: 26px;
}
.telefon {
background-color: #FFFFFF;
	border: 2px solid red;
	padding: 5px;
	color: #000000;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 16px;
}

.dugmeSlanje {
	background-color: #FFFFFF;
	border: 2px solid red;
	color: #000000;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
#headerTable {
	background-image:url('images/zaglavlje.jpg');
	background-repeat:no-repeat;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
	height: 80px;
	width: 120px;
	float: left;
	background-color: white;
	vertical-align: middle;
	border: 1px solid red;
}

.rounded img {
	margin-left: 10px;
	margin-top: 10px;
}

.discrete {
	color: #777;
}