@charset "iso-8859-2";
#kontejner {
	margin: auto;
	height: 886px;
	width: 800px;
	background-color: #0d0549;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b5b5b5;
}
#glava {
	background-color: #4f4b70;
	height: 127px;
	width: 800px;
	margin-top: 20px;
	position: absolute;
}


h1 {
	font-size: 24px;
	color: #FFF;
	position: absolute;
	margin-left: 280px;
	margin-top: 40px;
}
#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	height: 200px;
	width: 600px;
	margin-top: 200px;
	margin-left: 100px;
	position: absolute;
	text-align: center;
}
#logo {
	background-image: url(../images/logotip.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 161px;
	position: absolute;
	margin-top: 5px;
	margin-left: 20px;
}
#links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #C7A422;
	height: 50px;
	width: 200px;
	margin-top: 30px;
	margin-left: 300px;
	position: absolute;
}
#povezave {
	height: 500px;
	width: 600px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b5b5b5;
	margin-top: 200px;
	margin-left: 100px;
}
#gumb {
	height: 41px;
	width: 139px;
	margin-top: 730px;
	margin-left: 100px;
	position: absolute;
}
#gumb ul{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	color:#FFF;
}
#gumb ul li{
	margin:0px;
	padding:0px;
}
#gumb ul a{
	background-image: url(../images/gumb.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	line-height: 41px;
	height: 41px;
	width: 139px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #0D0549;
	padding-top: 0px;
	margin-top: 0px;
}
#gumb ul a:hover{
	background-image: url(../images/gumbroll.png);
	background-repeat: no-repeat;	
}
#footer {
	background-color: #4f4b70;
	height: 50px;
	width: 800px;
	margin-top: 800px;
	position: absolute;
}
a:link {
	color: #b5b5b5;
}
a:visited {
	color: #b5b5b5;
}
a:hover {
	color: #C7A422;
}
a:active {
	color: #b5b5b5;
}
