body {
	margin: 0px;
	padding: 0px;

	scrollbar-fase-color: #dbdbdb;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #9a9a9a;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-highlight-color: #666666;
	
	background-color: #333333;
}

body, p, div, li, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

.tablica {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.home_title {
	color: #352929;
	font-size: 16px;
	font-weight: bold;
}

.home_box_text {
	color: #797979;
	font-size: 12px;
}

.home_gallery {
	padding: 13px 22px 10px 25px;
}

.content {
	font-size: 12px;
}
.content p {
	font-size: 12px;
}
.content td {
	font-size: 12px;
}
.content li {
	font-size: 12px;
}
.content div {
	font-size: 12px;
}
.content a:link {
	color: #000000;
	text-decoration: none;
}
.content a:visited {
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	color: #000000;
	text-decoration: underline;
}
.content a:active {
	color: #ff0000;
	text-decoration: none;
}

.more {
	padding: 0 54px 0 0;
	color: #797979;
	font-size: 12px;
}
.more a:link {
	color: #979797;
	text-decoration: underline;
}
.more a:visited {
	color: #979797;
	text-decoration: underline;
}
.more a:hover {
	color: #979797;
	text-decoration: underline;
}
.more a:active {
	color: #ff0000;
	text-decoration: underline;
}

.languages {
	padding: 0 54px 0 0;
	color: #979797;
	font-size: 9px;
}
.languages a:link {
	color: #979797;
	text-decoration: underline;
}
.languages a:visited {
	color: #979797;
	text-decoration: underline;
}
.languages a:hover {
	color: #979797;
	text-decoration: underline;
}
.languages a:active {
	color: #ff0000;
	text-decoration: underline;
}

.footer {
	padding: 0 0 0 55px;
	color: #979797;
	font-size: 9px;
}
.footer a:link {
	color: #979797;
	text-decoration: none;
}
.footer a:visited {
	color: #979797;
	text-decoration: none;
}
.footer a:hover {
	color: #979797;
	text-decoration: underline;
}
.footer a:active {
	color: #ff0000;
	text-decoration: none;
}

.izbornik {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #797979;
}
.izbornik a:link {
	color: #797979;
	text-decoration: none;
}
.izbornik a:visited {
	color: #797979;
	text-decoration: none;
}
.izbornik a:hover {
	color: #797979;
	text-decoration: underline;
}
.izbornik a:active {
	color: #ff0000;
	text-decoration: none;
}

.thumb {
	border: 1px solid #000000;
}

.formMandatory {
	color: #ff0000;
}
