body {
background: #cccccc;
font: 13px arial, sans-serif;
color: #fff;
margin: 0;
padding: 0;
}

a {
font: 11px arial, sans-serif;
color: #fff;
text-decoration: underline;
}

a:hover {
font: 11px arial, sans-serif;
color: #fff;
text-decoration: underline;
}

#sve {
width: 732px;
margin: 0 auto;
padding: 0;
border: 4px ridge #c0c0c0;
}

/* Gornji dio - Vrh stranice */
#gore {
background: #000;
width: 732px;
height: 123px;
margin: 0;
padding: 0;
text-align: center;
border-bottom: 3px ridge #c0c0c0;
}

#gmeni {
width:100%;
height:24px;
font-size:10px;
margin: 0;
padding: 6px 0 0 0;
border-bottom:3px ridge #c0c0c0;
line-height:normal;
}

#text-reklame {
background: #000;
width:100%;
height:35px;
font-size:10px;
text-align: center;
margin: 0;
padding: 4px 0 0 0;
border-bottom:3px ridge #c0c0c0;
line-height:normal;
}

/* Gornji dio - Vrh stranice */
#glavno {
background: #000;
width: 732px;
margin: 0;
text-align: center;
}

#recnik {
background: #000;
margin: 0;
padding: 0 0 10px 0;
text-align: center;
border-bottom: 3px ridge #c0c0c0;
}

#main-left {
		display:inline;
		font: 13px arial, sans-serif;
        color: #fff;
}
	
#main-right {
		display:inline;
		font: 13px arial, sans-serif;
        color: #000;
}

#v-reklame {
background: #000;
width: 732;
height: 435px;
margin: 0;
padding: 5px 0 0 0;
text-align: center;
border-bottom: 3px ridge #c0c0c0;
}

#tekst-reklame {
background: #000;
width:100%;
height:35px;
font-size:10px;
text-align: center;
margin: 0;
padding: 4px 0 0 0;
border-bottom:3px ridge #c0c0c0;
line-height:normal;
}

#dno {
background: #000;
width: 732;
height: 120px;
margin: 0;
padding: 8px 0 0 0;
text-align: center;
}

#dno a {
font: 13px arial, sans-serif;
color: #fff;
font-weight: bold;
text-decoration: underline;
}

#dno a:hover {
font: 13px arial, sans-serif;
color: #fff;
font-weight: bold;
text-decoration: underline;
}

/*Naslovi - Headeri */
h1 {
font-size: 18px;
font-weight: bold;
text-align: center;
line-height: 20px;
margin: 0;
padding: 10px 0 10px 0;
}

h2 {
font-size: 16px;
margin: 3px 3px 0 3px;
}

h3 {
font-size: 16px;
margin: 0 3px 0 3px;
}

h4 {
font-size: 14px;
margin: 3px;
}

h5 {
font-size: 14px;
margin: 3px;
}

h6 {
font-size: 12px;
text-align: center;
color: #cccccc;
margin: 0;
padding: 0;
}

#linkovi {
background:#000;
width: 732px;
padding: 2px;
clear:both;
text-align:center;
border-bottom: 3px ridge #c0c0c0;
}

table.link {
text-align: center;
color: white;
}

table.link td {
padding: 2px;
border: 1px ridge #c0c0c0;
}

.error {
	border: 1px dashed #ff0000;
	color: #fff;
	background: #000 url("images/error.gif") no-repeat;
	width:440px;
	min-height: 30px;
	margin:30px 0 0 0;
	padding: 13px 4px 0 54px;
	text-align: center;
}
.error a {
	color: #ff0000;
	text-decoration: underline;
}
.warn {
	border: 1px dashed #ff0000;
	color: #fff;
	background: #000 url("images/warning.gif") no-repeat;
	width:440px;
	min-height: 40px;
	margin:30px 0 0 0;
	padding: 2px 4px 2px 54px;
	text-align: center;
}
.warn a {
	color: #ff0000;
	text-decoration: underline;
}
