* {
	margin: 0;
}

body {
	font-family: Tahoma, Arial, Times, serif;
	font-size: 13px;
	color: #666666;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 10px;
	background-color: #63BBE0;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #0099FF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
.top {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
.logo-holder {
	float: left;
	height: 40px;
	width: 200px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}
/* Menu */

.menu1 {
	list-style:none;
	height:40px;
	background:#fff url(button1.gif);
	position:relative;
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
.menu1 li {float:left;}
.menu1 li a {
	display:block;
	float:left;
	height:40px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding: 0;
}
.menu1 li a b {
	float:left;
	display:block;
	height: 40px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 20px;
}
.menu1 li.current a {
	color:#000000;
	background:url(button3.gif);
}
.menu1 li.current a b {
	background-color: #0099FF;
}
.menu1 li a:hover {
	color:#fff;
	background-color: #00CC00;
}
.menu1 li a:hover b {background:url(button2.gif) no-repeat right top;}
.menu1 li.current a:hover {
	cursor:default;
}
.menu1 li.current a:hover b {background:url(button3.gif) no-repeat right top;}

/* Header */

#header {
	width: 920px;
	height: 20px;
	background-image: url(images/europeanunionflag-koolhaas.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: 1000px;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Content */

#content {
	float: left;
	width: 648px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	padding-top: 10px;
	padding-left: 15px;
	margin-top: 40px;
	margin-left: 15px;
}
.post {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 30;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.hr {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	background-image: url(images/beckground.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 40px;
	height: 670px;
	margin-right: 5px;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background-image: url(images/186.gif);
	background-repeat: no-repeat;
	height: 247px;
}

.bluebox h2 {
	background-image: url(images/img06.gif);
	background-repeat: no-repeat;
}

/* Footer */

#footer {
	height: 70px;
	padding-right: 0;
	padding-left: 0;
	background-color: #1A1A1A;
	background-image: url(images/bgfoot.gif);
	background-repeat: repeat-x;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
#blank {
	height: 20px;
	background-image: url(images/separator.gif);
	background-repeat: repeat-x;
}
.separacija {
	margin-top: 15px;
}
#sponzori {
	height: 50px;
}
#baner {
	float: right;
	width: 200px;
	margin-top: 30px;
}
#heder-top {
	height: 168px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/484869_89698157.gif);
	background-color: #FFFFFF;
}
.flag {
	float: right;
	height: 40px;
	width: 120px;
	background-repeat: no-repeat;
}
.baneri {
	height: 100px;
	width: 200px;
	margin-left: 5px;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.zas {
	float: right;
	height: 80px;
	width: 110px;
	background-image: url(images/eu-zas.gif);
	background-repeat: no-repeat;
}
.baneri1 {
	height: 200px;
	width: 160px;
	margin-top: 25px;
	margin-left: 25px;
}
.zastava {
	height: 80px;
	width: 150px;
	float: right;
}
.googlemapa {
	height: 300px;
	width: 645px;
	margin-top: 70px;
}

