﻿body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

a {
	color: #185DC2;
	text-decoration: none;
}

a:hover {
	color: #FF9208;
	text-decoration: underline;
}

a img {
	border: 0px;
}

td {
	vertical-align:top;
}

h1 {
	font-size: 15px;
	color: #185DC2;
}

h2 {
	font-size: 13px;
	color: #FF9208;
}

.header h2 {
	margin: 5px 0px;
	
}

.header h1 {
	margin: 5px 0px;
	
}
/*------Okvirčki----------*/

.header {
	background: transparent url('../images/grad_rpt.gif') repeat-x scroll left top;
	height: 29px;
}

.left {
	width: 20px;
	text-align: left;
}

.right {
	width: 20px;
	text-align: right;
}

.rob {
	width: 1px;
	font-size: 1px;
	background-color: gray;
}

.noga {
	background: transparent url('../images/grad_spodaj.gif') repeat-x scroll left bottom;
	height: 20px;
}

.obroba {
	border-left: 1px #ADAEB0 solid;
	border-right: 1px #ADAEB0 solid;
	padding: 7px;
}
	
/* ----------Širina in usredinjeni layout-------------- */
#container {
	width: 800px;
	margin: 10px auto;
}

/* ----------Banner-------------- */

#banner {
	padding: 10px;
}

#banner #glava1 {
	border-top: 1px #ADAEB0;
	border-bottom: 1px #ADAEB0;
	text-align: right;
	color: white;
	background: transparent no-repeat scroll left top;
	padding: 260px 20px 20px 0px;
	font-size: 20px;
	font-weight: bold;
}

/* -----------------Vsebina--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px;
	margin-left: 220px;
	margin-right: 0px;
}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

.Levo img {
	float: left;
}

.Desno img {
	float:right;
}

/*------------------Novice--------------*/

#novice {
	width: 180px;
}


/* --------------left navi------------- */
#left {
	width: 170px;
	margin: 0px;
	padding: 0px 5px 10px 0px;
}

.menu {
	display:block;
	font-size: 13px;
	text-decoration: none;	
	padding: 3px 0px 3px 15px;
	background: transparent url('../images/bullet.gif') no-repeat 3px 9px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* -----------Kontaktni obrazec--------------------------- */

textarea.ms-long {
	width: 350px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid gray;
}


input.ms-long {
	width: 350px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid gray;
}


/* -----------galerija--------------------------- */

.galerija {
	width: 400px;
	font-size: 10px;
	font-family: Verdana;
}

.galerija_link {
	font-size: 11px;
	text-decoration: none;	
	padding: 1px 0px 1px 15px;
	background: transparent url('../images/bullet.gif') no-repeat 3px 5px;
}

div.thumb {
	margin-right: 5px;
	margin-bottom: 5px;
	background-position: center center;
	background-repeat:no-repeat;
	width: 100px;
	display:inline;
	border: 1px white solid;
}

div.thumb img {
	border: 0px;
	height: 100px;
	width: 100px;
}

div.aktivna {
	border: 1px silver solid;
}

.skriti {
	display:none;
}
.prikazani {
	display:block;
}
.dol {
	background-image: url('../images/dol.gif');
}

.preview {
	display:inline; 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.preview strong {
	font-size: 15px;
}

.preview img {
	border: 2px silver solid;
}

.preview a.predogled {
	display:block;
	color: black;
	padding: 3px;
	border: 1px silver solid;
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
}

.preview a.predogled:hover {
	text-decoration: none;
	background-color: #EEE;
}