/* START: Header content  */
a { text-decoration: none }

#header .logotype {
	float: left;
	padding: 8px 11px 0 0;
}

#header .beta {
	position: absolute;
	left: -8px;
	top: 5px;
	width: 14px;
	height: 33px;
	background: url(/images/beta.gif);
}
#header .logotype_left {
	position: absolute;
	left: -60px;
	top: 40px;
	width: 60px;
	height: 14px;
	background: url(/images/slices/logotype_left.gif);
}


#header .header_content {
	float: left;
	width: 777px;
	background: url(/images/backgrounds/background_header_content.gif) left repeat-y;
	padding: 0 0 5px 0;
	margin: 20px 0 0 0;
}

/* START: Quick navigation */
#header .quick_navigation {
	float: left;
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	color: #01609e;
	padding: 0 10px 0 53px;
	margin: 7px 0 0 0;
}

#header .quick_navigation select {
	width: 123px;
	font-size: 12px;
	color: #000;
	margin: 0 0 0 4px;
}

/* END: Quick navigation */

/* START: Credits */
#header .credits {
	float: right;
	width: 500px;
	padding: 0 10px 0 0px;
	margin: 7px 0 0 0;
	text-align: right;
	color: #4e4e4e;
}

#header .credits li {
	float: right;
	height: 12px;
	border-right: 1px solid #4e4e4e;
	padding: 1px 7px 1px 7px;
}
/* Dokler ni ikone RSS */
#header .credits li:first-child {
	float: right;
	height: 16px;
	border: 0pt none;
	padding: 1px 7px 1px 7px;
}
/* Use this code for RSS.
#header .credits li:first-child {
	float: right;
	height: 16px;
	border: 0;
	padding: 0 7px 1px 7px;
}
*/

#header .credits li a {
	color: #4e4e4e;
	text-decoration: none;
}

#header .credits li a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}

#header .credits li img {
	padding: 0 0 0 7px;
}
/* END: Credits */
