body {
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #003366;
	word-spacing: 1px;
}
a, a:link, a:visited, a:active, a:hover {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.none {
	text-decoration: none;
}

#Glava {
	width: 900px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#Logo {
	padding-left: 17px;
	padding-top: 20px;
	height: 70px;
	width: 135px;
	float: left;
	margin-right: 6px;
	border: none;
}

H1 {
	font-size: 30px;
	display: inline;
	text-decoration: none;
}

#BannerBig {
	width: 728px;
	height: 90px;
	float: left;
}

#Content {	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 20px;
}

.Box {
	float: left;
	border-radius: 4px;
	border: 1px solid #bce;
	width: 163px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 120px;
}

.Box-header {
	background: #bce;
	height: 20px;
	padding-top: 2px;
	padding-left: 8px;
	width: 155px;
}

.Box-footer {
	padding-top: 3px;
	padding-left: 8px;
	width: 155px;
}

#BannerBox, #BannerMiddle  {
	display: none;
}

.Content-box {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 100px;
}

.Content-box h2 {
	font-size: 20px;
	font-weight: normal;
	padding-left: 17px;
	margin-bottom: 30px;
}

.NewsItem {
	float: left;
	width: 165px;
	margin-right: 15px;
    margin-bottom: 15px;
}

.NewsItem a {
	display: block;
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
}

.NewsItem img {
	width: 100%;
	margin-bottom: 3px;
	border-radius: 4px;
}