﻿html {
	height: 100.1%;
}

body {
	background: url('../images/background.png');
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 14px;
}

hr {
	width: 96%;
}

iframe {
	min-height: 650px;
}

font {
	font-family:"DejaVu", Serif;
}

#napis {
	font-family:"Georgia", Georgia, serif;
	font-size: 16px;
	color: #800000;
}

#page {
	background-color: transparent;
	background-image: url('../images/body-bg.png');
	background-repeat: repeat-y;
}

#site-header {
	background-color: transparent;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0;
}

#site-footer {
	background-color: transparent;
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo {
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	width: 319px;
	height: 65px;
	background-image: url('../images/logo.png');
	text-indent: -300px;
}

#content {
	background: transparent;
}

/*Splošna ureditev zgornjega menija*/
#topNav {
	width: 99%;
	position: relative;
	height: 80px;
}
/*Oblika linki Kdo smo, ...*/
#topNav a {
	color: #656565;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	
}
#topNav li a:hover {
	border-bottom: 1px dotted #FFFFFF;
}
#topNav ul {
	display: block;
	margin: 0;
	padding: 0 0px .5em 0px;
	position: absolute;
	top: 10px;
	right: 0px;
	border-bottom: 1px solid #D6D6D6;
}
#topNav ul ul {
	padding-bottom: 0;
}
#topNav li {
	font-size:13px;
	display: block;
	float: left;
	margin: 0 18px 0 0;
	text-indent: 13px;
	padding-bottom: 0;
	line-height: 1.1em;
	position: relative;
}
#topNav li.last {
	margin: 0;
}
#topNav li ul {
	position: absolute;
	background-color: #fff;
	border: 1px solid #D3CAAA;
	width: 10em;
	left: -999em;
	top: 1.1em;
	z-index: 100;
	font-size: 90%;
}
#topNav li:hover ul {
	left: 0;
	z-index: 1000;
}
#topNav li ul li {
	background-image: none;
	text-indent: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
#topNav li ul li a {
	display: block;
	width: 100%;
	padding: .2em 0;
	text-indent: .2em;
}
#topNav li ul li a:hover,#topNav li ul li a:active {
	color: white;
	background-color: #D3CAAA;
}

#creds {
	font-size:10px;
}

#iframe {
	overflow: hidden;
}
 
#iframe, iframe {
	width: 100%;
	height: 100%;
}

