/*************************************************************************styles******************************************************************************/

html, body {
	background: #95c8ef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a, a:hover {
	color: #0080bc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
		text-shadow:#999999;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #95C8EF;
	text-align:center;
	margin-top: 15px;
	border-bottom: 1px solid #F7F47F;
	border-bottom-style: dashed;
}

h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005195;
	text-align:justify;
	margin-top: 7px;
}


div.header, div.main, div.footer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div.intro {
	height: 100%;
	margin-top:150px;
}

div.header {
	width: 850px;
	height: 300px;
	background: url(slike/top.jpg);
	margin-top: 20px;
}

div.main {
	width: 850px;
	background: url(slike/back.jpg);
	font-size: 12px;
	text-align:justify;
	border: none;
	margin-top:0px;
}

table.main {
	width: 850px;
	font-size: 12px;
	text-align:justify;
	background:url();
	border:none;
	margin-top:0px;
}



div.footer {
	height: 150px;
	background: url(slike/footer.jpg);
	font-size: 12px;
	margin-bottom: 20px;
}

div.footer a, div.footer a:hover {
	color: #005195;
	text-decoration: none;
}



/*************************************************************************styles******************************************************************************/


td {
	vertical-align: top;
}

td.menu {
	width:250px;
	padding-top: 20px;
	padding-left: 5px;
	font-size:12px;
}

td.menu img {
	border: none;
}


td.vsebina {
	padding: 20px;
	padding-right: 50px;
	text-align: justify;
	background: url();
	border:none;
}



/*************************************************************************foto******************************************************************************/

ul.foto {
	margin: 0px;
	padding: 0px;
}

ul.foto li {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	padding: 10px;
}


.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
