html, *{
	margin: 0px;
	padding: 0px;
}

html {overflow-y: scroll; height: 100%;}

body{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #ddd;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000 url(/images/ozadje_strani.png) ;
}

h1{ margin: 20px 0 10px 0; font-size: 28px; color: #e4c141; font-weight: normal; margin-bottom: 20px;}
h2{ margin: 10px 0 10px 0; font-size: 18px; color: #e4c141; font-weight: normal; margin-bottom: 10px;}

p{ text-align: justify; margin: 15px 0px; }

a{color: #e4c141;}
a:hover{color: #fff;}

img{border: none;}

/* ----------------------------------------------- */

a.siv{color: #aaa; text-decoration: none;}
a.siv:hover{color: #fff; text-decoration: underline;}


ul.seznam{ overflow: hidden; list-style-position: outside; padding-left: 20px;}

.bold{font-weight: bold; color: #fff;}


/* ----------------------------------------------- */

#wrapper{
	position: relative;
	width: 900px;
	height: 100%; 	 
	padding: 0px 5px; 
	margin: 0px auto;
	background-image: url(/images/obroba_strani.png);
	display: table; 
}

/* glava */
header{
	display: table-row;
	position: relative;
	width: 900px;
	height: 177px;
	background: #aaa url(/images/glava_bg.jpg);
	margin: 0px;
	
}


#logo{
	position: absolute;
	left: 66px;
	top: 4px;
}

header h1{position: absolute; right: 65px; top: 5px; font-size: 24px; font-weight: normal; color: #999;}
header h2{position: absolute; right: 30px; top: 70px; font-size: 16px; font-weight: normal; color: #aaa;}


/* meni */
nav{
	position: absolute;
	top: 127px;
	right: 5px;
	width: 620px;
	height: 50px;
}

nav ul{ margin: 0px; list-style: none; }
nav ul li{margin: 0px; float: left; width: 122px; text-align: center; height: 50px;}
nav ul li a{
	position: relative;
	text-decoration: none; 
	color: #e4c141; 
	line-height: 50px; 
	display: block; 
	font-size: 21px;
	text-shadow: 0px 0px 5px #000;
}
nav ul li a:hover{text-decoration: none; color: #fac310; background-image: url(/images/meni_over.png);}

nav ul li.separator{ width: 2px; background-image: url(/images/separator.png);}

/* podmeni */
nav ul li ul.podmeni { border-left: 1px solid #000; border-right: 1px solid #000; background-color: #444; margin-top: 1px;}
nav ul li ul.podmeni li{ border-bottom: 1px solid #000; height: 35px;}
nav ul li ul.podmeni li a{font-size: 14px; height: 35px; line-height: 35px;}


/* vsebina */
section#vsebina{
	background: #313131 url(/images/crta_zgoraj.png) repeat-x;
	display: table-row;
	height: 100%;
}
section#vsebina #vsebina_w{display: table-cell; padding: 30px;}

section#vsebina #vsebina_w img{box-shadow: 0 0 5px #000; border: 1px solid #888;}
section#vsebina #vsebina_w img.no_border_img{vertical-align: middle; border: 0px; box-shadow: none;}

/* noga */
footer{
	height: 60px;
	background: #313131 url(/images/crta_spodaj.png) no-repeat top center;
	line-height: 60px;
	text-align: center;
	font-size: 12px;
}

footer a{text-decoration: none;}

