@charset "utf-8";
/* CSS Document */
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #00A3EF 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #00A3EF 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #00A3EF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #00A3EF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #00A3EF 100%);

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #0FF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-color: #0A49B2;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
body,td,th {
	color: #FFFFFF;
}
#contentwrapper {
	height: 780px;
	width: 1280px;
	text-align: center;
}
#content {
	width: 640px;
	height: 780px;
	float: left;
}
#sidebar-left {
	height: 500px;
	width: 320px;
	background-image: url(../img/partneri/baneri/ostali%20baneri.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#sidebar-left-dva {
	height: 500px;
	width: 320px;
	background-image: url(../img/partneri/baneri/LogoWASEAdria.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
#sidebar-left-tri {
	height: 500px;
	width: 320px;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;	
}
#sidebar-right {
	height: 500px;
	width: 320px;
	float: left;
	background-image: url(../img/partneri/baneri/institucije.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar-right-dva {
	height: 500px;
	width: 320px;
	float: left;
	background-image: url(../img/partneri/baneri/LogoWASEAdria.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar-right-tri {
	height: 500px;
	width: 320px;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
}
