@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #f3f3f4;
	background-image: url(images/ozadje.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
#holder {
	width: 715px;
	margin: 0 auto;
}
#top_menu {
	margin: 12px 0 6px 239px;
	background-color: #f26228;
	height: 32px;
	line-height: 32px;
	background-image: url(images/top_menu_ek.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#top_menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;	
}

#top_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#top_menu ul li {
	float: left;
	width: 168px;
	border-left: 2px dashed #eac7b9;
	border-right: 2px dashed #eac7b9;
	margin: 0 30px;
	text-align: center;
	display: inline;
}
#header {
	height: 146px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
}
	#header .left {
		float: left;
		width: 229px;
		padding-top: 54px;
		padding-left: 10px;
			
	}
	#header .right {
		float: right;
		width: 476px;
	}
	
#body {
	border-right: 2px dashed #204c9a;
}
	#body #column_left {
		width: 239px;
		float: left;
		display: inline;
	}
		.blue {
			background-color: #204c9a;
			padding: 14px 13px 14px 21px;
			color: #FFFFFF;	
		}
		.grey {
			background-color: #d1d2d4;
			padding: 14px 0 14px 21px;
			margin: 6px 0;
		}
			.border {
				border-bottom: 1px dashed #f4f4f4;
				margin-bottom: 4px;
				padding-bottom: 2px;
			}

		#column_left .left_menu_item {
			border-top: 1px dashed #a5b1c6;
			border-bottom: 1px dashed #a5b1c6;
			font-weight: bold;
			background-image: url(images/bullet.png);
			background-repeat: no-repeat;
			background-position: 18px center;
			padding-left: 35px;
			line-height: 21px;
			font-size: 13px;
		}
		#column_left .left_submenu_item {
			background-image: url(images/bullet2.png);
			background-repeat: no-repeat;
			background-position: 50px center;
			padding-left: 66px;
			line-height: 18px;
			font-size: 12px;		
		}
				
		#column_left a {
			color: #FFFFFF;
			text-decoration: none;
			display: block;
		}
		#column_left a:hover {
			color: #f26228;
		}
	#body #content {
		float: right;
		width: 474px;		
	}
	#body #content h1 {
		border-top: 1px dashed #d1d2d4;
		border-bottom: 1px dashed #d1d2d4;	
		background-image: url(images/bullet3.png);
		margin: 14px 0 14px 0;
		padding: 0 34px 0 34px;
		background-repeat: no-repeat;
		background-position: 17px center;
		line-height: 22px;
		font-size: 13px;
		font-weight: bold;
		color: #818285;
	}
		#body #content h1 a {
			color: #818285;
			text-decoration: none;
		}
	#body #content #inside {
		padding: 0 12px 12px 17px;
	}

#footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #f26228;
	background-image: url(images/footer_ek.png);
	background-position: bottom right;
	background-repeat: no-repeat;	
	height: 36px;
	line-height: 36px;
	margin: 0 0 6px 239px;
}
	#footer a {
		text-decoration: none;
		color: #FFFFFF;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
.nlist {
	border-bottom: 1px dashed #d1d2d4;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	display: inline;
	margin-bottom: 10px;
}
	.nlist .nlimage {
		float: left;
		width: 200px;
		display: inline;
	}
		.nlist .nlimage img {
			margin-bottom: 12px;
		}
	.nlist .nlcontent {
		float: right;
		width: 224px;
		text-align: left;
		display: inline;
	}
	.nlist .nlcontent a {	
		background-image: url(images/bullet_nl2.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;
		padding-left: 15px;
		text-decoration: none;
		color: #939598;
	}
	.nlist .nlcontent a:hover {
		background-image: url(images/bullet_nl.gif);
		color: #f58220;
	}
	.nlgrey {
		color: #333333;
	}