@charset "utf-8";

body {
	background-color: #E9E9E9;
}

table, td, img, div {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	text-align: center;
}

hr {
	border-style: solid;
	border-color: #5A5A5A;
}

.preload {
	display: none;
}

/* Okvir celotne strani */
#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#mid {
	width: 15px;
	height: 90px;
	margin-top: 15px;
	margin-bottom: 310px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#sm_mid {
	width: 15px;
	height: 140px;
	margin-top: 15px;
	margin-bottom: 80px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#mt {
	width: 15px;
	height: 30px;
	margin-top: 14px;
	border-top: 2px solid black;
}

#over_footer {
	height: 15px;
	margin-left: 260px;
	margin-right: 80px;
	border-left: 2px solid black;
	border-right: 2px solid black;	
}
/* Glava strani */

#header {
	height: 90px;
	border: 2px solid black;
	background: url(../images/head.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#sub_header {
	height: 15px;
	margin-left: 260px;
	margin-right: 80px;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

/* Levi meni */
.box_0 {
	width: 170px;
	height: 30px;
	margin-bottom: 15px;
	border: 2px solid black;
	cursor: pointer;	
	background: url(../images/b_domov.jpg);
	background-position: center left;
}

.box_0_over {
	background: url(../images/b_domov.jpg);
	background-position: center right;
}

#info {
	line-height: 24px;
}

#menu {
	width: 100px;
	margin: 0px;
	border: 0px solid black;
	vertical-align: top;
}

#menu a {
	font-size: 13px;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	font-size: 13px;
	color: black;
	text-decoration: underline;
}

#sub_menu {
	margin: 0px;
	margin-bottom: 60px;
	height: 200px;
	border: 2px solid black;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
}

#sub_menu img {
	margin: 2px;
	border: 0px;
}

/* Box */
.hide {
	display: none;
}

.box {
	width: 170px;
	height: 30px;
	cursor: pointer;
}

.box_inside {
	margin-left: 2px;
	text-decoration: none;
	font-family: Arial;
	text-align: center;
}

.link {
	width: 160px;
	height: 20px;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 1px;
	text-align: center;
}

.link a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}

/* 1 */
#box_1_inside {
	width: 170px;
	display: none;
	vertical-align: top;
	background-color: #93a4f9;
	cursor: default;
}

.box_1 {
	background: url(../images/b_kultura.jpg);
	background-position: center left;
}

.box_1_over {
	background: url(../images/b_kultura.jpg);
	background-position: center right;
}

#box_1_inside .link a:hover {
	font-size: 13px;
	background-color: #5269dd;
	margin-bottom: 0px;
}

/* 2 */
#box_2_inside {
	width: 170px;
	display: none;
	vertical-align: top;
	background-color: #ba89e8;
	cursor: default;
}

.box_2 {
	background: url(../images/b_rasa.jpg);
	background-position: center left;
}

.box_2_over {
	background: url(../images/b_rasa.jpg);
	background-position: center right;
}

#box_2_inside .link a:hover {
	font-size: 13px;
	background-color: #a963ea;
	margin-bottom: 0px;
}

/* 3 */
#box_3_inside {
	width: 170px;
	display: none;
	vertical-align: top;
	background-color: #FF9B9B;
	cursor: default;
}

.box_3 {
	background: url(../images/b_skulture.jpg);
	background-position: center left;
}

.box_3_over {
	background: url(../images/b_skulture.jpg);
	background-position: center right;
}

#box_3_inside .link a:hover {
	font-size: 13px;
	background-color: #FF6262;
	margin-bottom: 0px;
}

/* 4 */

#box_4_inside {
	width: 170px;
	display: none;
	vertical-align: top;
	background-color: #EAE637;
	cursor: default;
}

.box_4 {
	background: url(../images/b_vera.jpg);
	background-position: center left;
}

.box_4_over {
	background: url(../images/b_vera.jpg);
	background-position: center right;
}

#box_4_inside .link a:hover {
	font-size: 13px;
	background-color: #D5CF11;
	margin-bottom: 0px;
}

/* Vsebinski del */
#content {
	vertical-align: top;
	padding: 15px;
	padding-bottom: 9px;
	padding-top: 6px;
	font-family: Verdana;
	border: 2px solid #0033CC;
	font-size: 12px;
	width: 795px;
	height: 700px;
	text-align: left;
	background-color: #FFFFFF;
}

#content #content_inside {
	display: none;
	overflow: auto;
	height: 700px;
	text-align: justify;
}

#content #content_inside p {
	margin: 15px 0px 15px 0px;
}

#content #content_inside h1 {
	margin-bottom: 20px;
}

#content #content_inside a {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#content #content_inside a:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

#content #page {
	margin-top: auto;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}

#content #page a {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

#content #page a:hover {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/* Slike */
.img_small {
	width: 260px;
	clear: right;
	float: left;
	margin: 10px 10px 5px 0px;
}

/* Noga strani */
#footer {
	height: 40px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	border: 2px solid black;
	background-color: #FFFFFF;
}

#footer a {
	font-size: 10px;
	color: black;
	text-decoration: underline;
}

#footer a:hover {
	color: gray;
}
