* {
     margin: 0;
     padding: 0;
}

body {
	text-align: center;
	margin: 0 auto;
	background: url(images/ozadje.gif);
	background-repeat: repeat-x;
	background-color: #cad0cf;
}

#stran {
	width: 862px;
	height: 883px;
	margin: 0 auto;
}

#logo {
	width: 320px;
	height: 104px;
	float:left;
	text-align:left;
}

#meni {
	float: left;
	width: 541px;
	height: 104px;
}

#glava {
	width: 862px;
	height: 298px;
	float:left;
}

#vsebina {
	width: 842px;
	height: 456px;
	float:left;
	text-align:left;
	background-color: #e7e7e8;
	margin-top:10px;
	padding:10px;
}

#vsebina-levo {
	width: 623px;
	height: 456px;
	float:left;
	text-align:left;
}

#okno1-podstran {
	width: 603px;
	height: 436px;
	float:left;
	text-align:left;
	padding:10px;
	font-family: verdana, arial, Trebuchet MS;
	font-size:13px;
	line-height:24px;
	color: #5a5b5c;
}


#okno1 {
	width: 291px;
	height: 250px;
	float:left;
	text-align:left;
	border-right: 1px dotted #b1b1b3;
	padding:10px;
	font-family: verdana, arial, Trebuchet MS;
	font-size:13px;
	line-height:24px;
	color: #5a5b5c;
}
#okno2 {
	width: 291px;
	height: 250px;
	float:left;
	text-align:left;
	padding:10px;
	font-family: verdana, arial, Trebuchet MS;
	font-size:13px;
	line-height:24px;
	color: #5a5b5c;
}

#okno3 {
	width: 583px;
	height: 146px;
	float:left;
	text-align:left;
	border-top: 1px dotted #b1b1b3;
	padding:10px;
	margin-top:20px;
	font-family: verdana, arial, Trebuchet MS;
	font-size:13px;
	line-height:24px;
	color: #5a5b5c;
}

#vsebina-desno {
	width: 199px;
	height: 436px;
	float:left;
	text-align:left;
	background-color: #cad0cf;
	padding:10px;
	font-family: verdana, arial, Trebuchet MS;
	font-size:13px;
	line-height:18px;
	color: #c27b50;
	
}

#noga {
	width: 862px;
	height: 20px;
	text-align:right;
	font-family: Verdana, Geneva, Arial,Tahoma,  Helvetica, sans-serif;
	font-size:9px;
	color: #5c5c5c;
	line-height:14px;
	margin: 0 auto;
	margin-top:10px;
}


#spodaj-crta {
	width: 862px;
	height: 4px;
	float:left;
	background-color: #404041;
	margin-top:10px;
}

a.link-more			{color : #c27b50; font-size: 13px; font-family : Verdana, Trebuchet MS,  Geneva, Arial, Helvetica, sans-serif; text-decoration : underline; font-weight: bold;}
a.link-more:hover	{color : #c27b50; font-size: 13px; text-decoration : none;}


a.noga-link	{
	font-size: 11px;
	font-family : Verdana, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #5c5c5c;
}
	
a.noga-link:hover	{
	color : #5c5c5c;
}

.naslov {
	color: #5a5b5c;
	font-family: verdana, arial, Trebuchet MS;
	font-size:18px;
	line-height:22px;
	width: 199px;
	height: 30px;
	display:block;
	border-bottom: 2px solid #c27b50;
	margin-bottom:20px;
}


.naslov1 {
	color: #c27b50;
	font-family: verdana, arial, Trebuchet MS;
	font-size:18px;
	line-height:22px;
	width: 199px;
	height: 30px;
	display:block;
	margin-bottom:10px;
}
a.podrobnosti	{
	color : #fff;
	font-size: 10px;
	font-family : Verdana, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding:2px 7px;
	background-color: #58585a;
	float:right;
}
	
a.podrobnosti:hover	{
	text-decoration : underline;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
	text-align:center;
	float:left;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
	margin-top:70px;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
width:110px;
text-align:left;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 15px 8px 0px 13px; /*padding inside each tab*/
border-left: 1px solid #7ca5c5; /*right divider between tabs*/
color: #fff;
}

.mattblacktabs li a:visited{
color: #fff;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: #7ca5c5; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */

}