/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Tu se začne CSS dizajn za stran */

body{
	font-family: Verdana, Geneva, sans-serif;
	color: #cccccc;
	background-color: #4A5A73;
}
a {
	font-weight: bold;
	color:#fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#FC0;
}
a:active {
	text-decoration: none;
	color:#F90;
}

div#glava {
	width:100%;
	min-width:1000px;
	max-width:100%;
	height:170px;
	display:block;
	position:relative;
}
div#glava h1 {
	position:absolute;
	left:220px;
	top:100px;
	font-size:32px;
	font-weight:normal;
}
div#glava p {
	position:absolute;
	left:220px;
	top:140px;
	font-size:16px;
}

div#trak {
	position:absolute;
	top:170px;
	left:0;
	z-index:-1;
	background-color:#20100B;
	width:100%;
	min-width:1000px;
	max-width:100%;	
	height:353px;
}

div#leva_vsebina	{
	display:block;
	position:absolute;
	top:170px;
	left:220px;
	height:328px;
	width:437px;
}
div#desna_vsebina	{
	display:block;
	position:absolute;
	top:170px;
	left:657px;
	height:353px;
	width:343px;
}
div#leva_vsebina p, div#desna_vsebina p {
	font-size:13px;
	text-align:justify;
	padding:20px;
	color:#a27a53;
	line-height:1.1em;
	text-indent:12px;
}
span.poudarek {
	color:#fff;
}
span.rates {
	display:inline-block;
	padding:20px;
	padding-bottom:0;
	color:#dac9a5;
}
span.rates b {
	font-size:1.5em;	
}
h2 {
	padding-top:20px;
	padding-left:20px;
}
div#meni {
	display:block;
	position:absolute;
	top:498px;
	left:0;
	background-color:#000;
	width:657px;
	height:25px;
}
div#meni a {
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	display:inline-block;
	padding-left:5px; 
	padding-right:5px;
	height:25px;
	line-height:25px;
	border-left:1px dotted #FC9;
	text-align:center;	
}
div#meni a:first-child {
	border-left:0;
	width:220px;
	padding:0;
}

div#meni a:hover {
	background:#444;
	color:#fff;	
}
div#footer {
	display:block;
	position:absolute;
	padding-top:32px;
	top:523px;
	left:120px;
	width:937px;
	height:170px;
	text-align:center;
	font-size:10px;
}
div#leva_noga {
	display:block;
	position:absolute;
	padding-top:32px;
	top:523px;
	left:0;
	width:657px;
	height:170px;
	text-align:center;
	font-size:10px;
}
div#desna_noga {
	display:block;
	position:absolute;
	padding-top:32px;
	top:523px;
	left:657px;
	width:343px;
	text-align:center;
	font-size:10px;
}
div.reklama {
	display:inline-block;
	height:110px;
}
ul#povezave {
	list-style:none;
}

ul#povezave li {
	list-style:none;	
}
