body {
	margin: 0px 0px 0px 0px;
	font-family: Century Gothic;
	font-size: 11px;
	line-hieght: 200%;
	background-color: #767676;
	color: #121212;
}

body a:hover {
	color: #c40018;
	text-decoration: underline;
	font-weight: bold;
}

body a {
	color: #c40018;
	text-decoration: none;
	font-weight: bold;
}

.logo {
	margin: 20px;
	}

.naslov {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

td.copyright {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 30px;
}

td.oblikovanje {
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 20px;
}

td.vsebina {
	vertical-align: top;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

/* problem za IE6 tabele */

table {
	font-family: Century Gothic;
	line-height: 200%;
	font-size: 11px;
	color: #121212;
}

p {
	text-align:justify;
	}

