HTML, BODY, TD {

	font-family: Tahoma; 
	font-size: 14px;

}

BODY {
   	background-attachment: fixed;
	background-image: url('background.jpg');
	background-repeat:no-repeat;
}

#title {
    height: 40px;
}

.naslov{

	color: #467DB3;
	font-family: Tahoma;
	font-size: 19pt;
	font-weight: bold;
	/* font-style: italic; */
}

#navigation {
    height: 30px;
    /*vertical-align: top;*/
}

#content {
	vertical-align: top;
	padding: 0px 35px 0px 35px;
}

td #texts {
	vertical-align: top;
}

td #images {
	vertical-align:top;
	padding: 0px 0px 0px 20px;
}

td #img_comment {
	text-align: center;
	font-style: italic;
}

td #multimedia {
    /*padding: 20px 20px 20px 20px;*/
    vertical-align:bottom;
    text-align: center;
}

.nav {
	font-weight: bold;
	/*color: #6B82C5;*/
	color: #000000;
	text-decoration:none;
	font-size: 14px;
}

.nav:hover {
    color: #FF0033;
}

.active_nav {
	font-weight: bold;
	color: #333CB3;
	text-decoration:underline;
}

.blueThing { background-color: #C0CEDA; }
.whiteThing { background-color: #FFF; }

/*a:link {color: #000000}     unvisited link
a:visited {color: #000000}   visited link 
a:hover {color: #425E90}    mouse over link 
a:active {color: #425E90}   selected link */

.tabela_sredina{

	margin: 0px;
	padding: 0px;
	background: #F3DCB2;
	border: 1px solid white;
	/*overflow: scroll;*/

}

.vsebina{

	padding-left:20px;
	padding-top:30px;
	padding-bottom:5px;

}

div #vsebina{

	width:100%;
	height:217;
	overflow: hidden;

}

a.menu {

    color: blue;
	
}

a.menu:hover {
    text-decoration:none;
}

.podnaslov{

	color: #425E90;
	font-family: Tahoma; 
	font-size: 12px;
	font-weight: bold;
	/*font-style: italic;*/
}

/*prva stran atributi za font*/
.naslovna_font{

	color:#425E90;
}

a.vec_link{

	text-decoration: underline;
	color:#425E90;
}
a.domov_link{

	color: #FFFFFF;
	float: right;
	vertical-align: top;
	padding-top:5px;
	text-decoration: none;

}
