@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic);
*{
	margin:0;
	padding:0;
}
.clear{clear:both}
img{
	border:none;
}
html{
	font-size:100%;
}
body{
	border:0;
	width:100%;
	min-width:900px;
	background:#FFF url(img/mybg.png) repeat-x top;
	color:#fbfbfb;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
}
a:link,a:visited{
	color:#385F7C;
	text-decoration:none;
}
a:hover,a:active{
	color:#19344F;
	text-decoration:underline;
}
h1,h2,h4,h5,h6{
	color:#385F7C;
}
h2{
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}
p,li{
	font-size:12pt;
	line-height: 1.3em;
	color:#282828;
}
#header{
	width:960px;
	height: 150px;
	position:relative;
	clear:both;
	text-align:right;
	margin:0 auto;
	padding: 0
}
#header h1 {
	line-height: 64px;
	font-size: 64px;
	height: 64px;
	margin-top: 5px;
}
#header h1 a:link,#header h1 a:visited{color:#F3F3F3; letter-spacing:.05em}
#header h1 a:hover,#header h1 a:active{color:#F3F3F3}
#header p{color:#F3F3F3;font-size:24px;letter-spacing: 0.35em;margin-top: 5px;}

.content{
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	margin:0 auto 0 auto;
}
.content .wide {
	width: 960px;
	margin: 0 auto 20px auto;
	position: relative;
	clear: both;
}
.content .narrow {
	width: 470px;
	margin: 0;
	position: relative;
	float: left;
}
.content .last {
	margin-left: 20px;
}

.wide ul { margin-left: 20px;}
.narrow ul{list-style-type:none;padding:0; margin: 0;}

.content .clean{
	width:980px;
	background: transparent;
	border: none;
	text-align:center;
}
.mybox{
	background:#FFFFFD url(img/mybox.png) repeat-x top;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
	padding:7px 40px 15px 40px;
}
.mybox h2 {
	height: 25px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0;
}
.intro p {
	font-size: 12pt;
	margin-bottom: 20px;
}
.narrow li{margin-bottom: 10px;}
.mybox ul li .opis,.opis{
	display:block;
	color: #555;
}
.mybox ul li .naslov{
	font-weight:bold;
	font-size: 12pt;
	color: #385F7C;
}

#footer{float:left;background:url(img/myfooter.png) repeat-x top;height:113px;clear:both;text-align:center;width:100%}
#footer p{padding-top:22px;color:#fbfbfb}
#footer p a:link,#footer p a:visited{color:#337EB5}
#footer p a:hover,#footer p a:active{color:#1A5784}

#avatar {
/*	float: right;
	margin: 0 0 0 30px;*/
	float: left;
	margin: 5px 50px 0 0;
	width: 150px;
	height: 150px;
	border: none;
	overflow: hidden;
	display: block;
}

