body {
	font: 85%/1.4 'Oxygen', sans-serif;
	background-color: #223C68;
	margin: 0;
	padding: 0;
	color: #000;
	margin-top: 50px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	color: #444;
}
h1, h2, h3, h4, h5, h6, p{
	margin-top: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	color: #444;
}
a img {
	border: none;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 1000px;
	background-color: #223C68;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.sidebar1 {
	float: left;
	width: 300px;
	background-color: #223C68;
}
.content {
	width: 690px;
	float: right;
	margin-left: 10px;
	border-top: solid 30px #DEDEDE;
	border-bottom: solid 30px #DEDEDE;
	border-top-right-radius: 2em;
    -webkit-border-top-right-radius: 2em;
	-moz-border-radius-topright: 2em;
	border-bottom-left-radius: 2em;
    -webkit-border-bottom-left-radius: 2em;
	-moz-border-radius-bottomleft: 2em;
	background-color: #EFEFEF;
}
.slikapocetna {
	width: 690px;
	float: right;
	margin-left: 10px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #223c68;
	border-left: 4px solid #354e77;
	margin-bottom: 15px;
	font-size:12px;
}
ul.nav li {
	border-bottom: 1px solid #223c68;
}
ul.nav a, ul.nav a:visited {
	display: block;
	width: 276px;
	text-decoration: none;
	background-color: #455e85;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #576C90;
	color: #FFF;
}
/* ~~ footer ~~ */
footer {
	width: 680px;
	font-size:12px;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	float: right;
}
.back-to-top {
	clear: both;
	position: fixed;
	bottom: 3em;
	right: 20px;
	text-decoration: none;
	font-size: 12px;
	display: none;
}
.back-to-top:hover {	
	background-color: #455e85;
}
header, section, footer, aside, article, figure {
	display: block;
	color: #C2C2C2;
	text-align: left;
}