@charset "utf-8";
/* ------------------------ CSS RESET ------------------------
-------------------------------------------------------------- */
*{
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/* ---------------------- FONT / VELIČINE ----------------------
-------------------------------------------------------------- */
body {
font-family: Arial,Helvetica,sans-serif;
background-color: #8B603D;
color: #FFFFFF;
}

a:link,
a:visited,
a:active {color: #E0E0E0;}
a:hover {
	color: #DE8F5E;
}
a {text-decoration: none;}

h2 {
font-size: 0.7em;
color: #E0E0E0;
text-align: center;
letter-spacing: 0.08em;
}

h3 {
font-size: 0.75em;
font-weight: bold;
text-align: center;
letter-spacing: 0.3em;
}

h4 {
font-size: 0.75em;
text-align: center;
font-weight: bold;
}

p {
font-size: 0.75em;
text-align: justify;
}

p.overeno {
font-size: 0.75em;
text-align: center;
}

p.podnaslov {
font-size: 0.60em;
text-align: center;
}

div.sudski-tumac-za-nemacki-jezik {
text-align: center;
}

.naslov {
border-top: 1px solid #FFFFFF;
line-height: 25px;
font-weight: bold;
font-size: 0.70em;
font-family: Arial,Helvetica,sans-serif;
}

.title {
border-bottom: 1px solid #FFFFFF;
line-height: 25px;
}

/* -------------------------- LAYOUT -------------------------
-------------------------------------------------------------- */

#content {
width: 1240px;
background-image: url(background08.png);
height: 700px;
margin: 15px auto;
padding: 0px 0px 15px 0px;
position: relative;
}

#intro {
width: 1240px;
background-image: url(background09.png);
margin: 15px auto;
padding: 0px 0px 15px 0px;
height: 700px;
}

#sicsasa {
background: url(potpis2.gif) no-repeat center bottom;
}

#potpis {
width: 300px;
margin: 0 auto;
position: absolute;
left: 470px;
top: 661px;
}

#ulaz {
padding: 50px 250px 0px 250px;
text-align: center;
}


#text {
padding: 30px 0px 50px 0px;
letter-spacing: 0.05em;
height: 300px;
position: absolute;
width: 740px;
left: 250px;
top: 281px;
}

#impressum {
width: 100%;
padding: 30px 250px 50px 250px;
letter-spacing: 0.05em;
text-align: center;
}

#text p {
margin-bottom: 20px;
}

#sasasic {
width: 244px;
}

#natpis {
width: 714px;
}

#sudski-tumac {
	width: 1240px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 86px;
}

#linija {
	width: 1240px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 160px;
}

#menu {
	width: 1240px;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 188px;
}

#naslov {
width: 350px;
height: 23px;
text-align: center;
position: absolute;
left: 446px;
top: 257px;
}

#comm {
	width: 200px;
	text-align: center;
	position: absolute;
	left: 518px;
	top: 210px;
	background: url(tableback1.png) no-repeat center bottom;
}

#qrcode {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 1100px;
	top: 575px;
	margin: 0 auto;
	text-align: center;
	padding: 8px;
}



#table {
width: 300px;
font-size: 0.5em;
}

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


/* -------------------------- TABELA -------------------------
-------------------------------------------------------------- */

.cene {
width: 100%;
background: #1D1D1D;
border-collapse: collapse;
font-size:10px;
}

.cene td,
.cene th {
border: 1px solid #3F3F3F;
padding: 3px 8px;
}

.cene th {
background: #CCCCCC;
color: #333333;
text-align: left;
}
.cene tr.alt {
background: #2D2D2D;
}
.cene tr:hover {
background: #2A791D;
}
.cene tfoot {
border-bottom: 2px solid #CCCCCC;
font-size: 0.9em;
text-align: right;
}
.cene tfoot td {
padding: 0px 8px;
}
.cene tfoot tr:hover {
background: none;
}
