<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	background-color: #0069a6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0069a6;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #0069a6;
}
#wrapper {
	width: 641px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#left{
	background-color: #c1c1c1;
	width: 175px;
	float: left;
	min-height:650px;
	display: block;
}
.logo{
	background-image: url(images/ando-logo.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 170px;
	margin-top: 20px;
	display: block;
	margin-left: 5px;
}
#glava {
	background-color: #a1a1a1;
	float: left;
	height: 116px;
	width: 466px;
}
#vsebina {
	background-color: #FFFFFF;
	float: right;
	width: 466px;
}
.tekst {
	display: block;
	margin-top: 230px;
	width: 300px;
	float: left;
	height: 170px;
	margin-left: 150px;
}
.posredovanje{
	display: block;
	width: 170px;
	float: right;
	text-transform: uppercase;
	font-style: italic;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0069a6;
	font-weight: bold;
	line-height: 11px;
}
#srecno {
	background-image: url(images/zdravo-srecno2011.jpg);
	background-repeat: no-repeat;
	height: 229px;
	width: 468px;
	position: absolute;
	margin-left: -19px;
}
.email {
	background-image: url(images/email.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 30px;
	margin-left: 20px;
	margin-top: 75px;
}
#noga{
	background-color: #a1a1a1;
	height: 134px;
	float: left;
	width: 466px;
}
#noga .vdelu {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
	padding-left: 150px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
</pre></body></html>