@charset "utf-8";
/* 
	html elements
*/

body {
	background: url(/img/background.jpg) repeat-x;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #193035;
}


p {
	padding-top: 0;
	margin-top: 0;
}

a {
	color: #66cccc;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #99eeee;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 0px;
	margin: 0;
}

h3 {
	padding-bottom: 8px;
}

/*
	containers
*/

#container_top {
	width: 100%;
	min-height: 725px;
	background-color: #193035;
	background: url(/img/bg_main.png) repeat-x;
	display: inline-block;
}

#container_bottom {
	width: 100%;
	color: #336666;
	background-color: #061314;
	display: inline-block;
}

#content_nastopajoci {
	display: none;
}

#content_povezave {
	display: none;
}

#top, #header, #nav, #main, #bottom, #footer {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}


#top {
	height: 75px;
	padding-top: 15px;
}

#header {
	height: 283px;
}
#main {
	padding-top: 25px;
	/*background: url(/img/bg_middle.png) 0px -7px repeat-x;*/
}

#content {
	display: inline-block;
	min-height: 325px;
	padding-bottom: 25px;
}

#nav {
	height: 40px;
}

#menu {
	float: left;
	list-style: none;
	width: 383px;
	height: 35px;
	padding: 0px 0 0 0;
	margin: 0;
}


#fb_button {
	position: absolute;
	left: 700px;
	z-index: 10;
	margin-top: -2px;
}

#fb_button a {
	height: 100%;
	width: 100%;
}

#bottom, #footer {
	padding-top: 25px;
	display: inline-block;
	width: 100%;
}

#footer {
	min-height: 75px;
	padding-bottom: 25px;
}


/*
	classes
*/

.col1 {
	width: 474px;
	float: left;
}


.col2 {
	float: left;
	width: 300px;
	padding-left: 25px;
}

#header .col1 {
	width: 475px;
}


#header .col2 {
	width: 300px !important;
	height: 260px !important;
}

#header .col2 h1 {
	background: url(/img/sepomnitemain.png) top left no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -8000px;
}

#main .col2 {
	color: #66cccc;
}

#content table {
	padding-bottom: 15px;
}

#content table td {
	min-width: 200px;
}

.picborder{
	border: 2px solid #004b4f;	
}

#logo_zabec {
	display: block;
	width: 162px;
	height: 135px;
	text-indent: -8000px;
	background: url(/img/logo_zabec.png) no-repeat 0px 0px;
}

#logo_zabec:hover {
	background: url(/img/logo_zabec.png) no-repeat 0px -135px;
}


/*
	navigacija
*/


#menu li {
	position: relative;
	display: inline;
	float: left;	
}

#menu li a {
	height: 35px;
	width: 125px;
	display: block;
	background: url(/img/nav_menu.png) no-repeat;
	text-indent: -8999px;
}

#nav_dogodek {	width: 125px; background-position: 0px 0px !important; }
#nav_dogodek:hover { background-position: 0px -35px !important; }
#nav_dogodek.active { background-position: 0px -70px !important; }

#nav_nastopajoci { width: 125px; background-position: -129px 0px !important; }
#nav_nastopajoci:hover {	background-position: -129px -35px !important; }
#nav_nastopajoci.active {	background-position: -129px -70px !important; }

#nav_povezave { width: 125px; background-position: -260px 0px !important; }
#nav_povezave:hover {	background-position: -260px -35px !important; }
#nav_povezave.active {	background-position: -260px -70px !important; }
