body {
	background-color: #eee;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #555555;
}

a {
	color: #005784;
	text-decoration: underline;
}

a:hover {
	color: #28E;
	text-decoration: none;
}

.main {
	width: 800px;
	background-color: #fff;
	border:1px dashed #dddddd;
	height: auto;
	padding:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.top {
	background-color: #E9E9E9;
	width: auto;
	height: 15px;
}

h1 {
	font-size: 8px;
	color: #579;
	margin: 5px;
}

.slogan {
	font-weight: bold;
	font-family: tahoma;
	font-size: 14px;
	background-color: #E9E9E9;
	width: 550px;
	margin-top: 20px;
}

.box {
	float: left;
	width: 600px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 12px;
	clear: left;
}

.box_veliki {
	float: none;
	width: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
	clear: none;
	height: auto;
}

.boxtitle {
	color: #579;
	font-size: 12px;
	margin-left: 14px;
	margin-bottom: 12px;
	font-weight:bold;
	float: left;
	width: 565px;
	clear: none;
	height: auto;
	clip: rect(auto,auto,auto,auto);
}

.boxtext {
	font-size: 11px;
	color: #000000;
	margin-left:4px;
	line-height: 15px;
}

/* navigation */
li {list-style: none;}

.navigation {
	float: right;
	width: 150px;
	height: auto;
	clip: rect(auto,auto,auto,auto);
	clear: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
.navigation h3 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 15px;
	margin-left: 10px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}

.navigation li {
	border: 1px solid #f0f0f0;}

.navigation li a {
	background-color: #f7f7f7;
	font-size: 11px;
	color: #005784;
	display: block;
	text-decoration: none;
	width: 140px;
	outline-style: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5%;
}
.navigation li a:hover {
	background: #f1f1f1;
	color: #28E;
	text-decoration: none;
}

.clearer {clear: both;}

.footer {
	width:auto;
	line-height: 19px;
	color: #000000;
	font-size: 9px;
	background-color: #E9E9E9;
	border: 1px solid #e9e9e9;
	text-align: center;
	height: auto;
	margin-top: 20px;
}

.slika_desno {
	float: right;
	width: 150px;
	height: auto;
	clip: rect(auto,auto,auto,auto);
	clear: right;
}

.okvir { padding: 5px; border: 1px solid #aaa; }
