

/* @group basic elements */

body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bg.gif) repeat-y center;
	font-family: Georgia;
	font-size: 9pt;
	color: #333;
	text-align: center;
}

a, a:visited, a:hover, a:link {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	border: 0px;
}
hr {
border:0;
border-bottom:1px dotted #ccc;
height:1px;
margin: 10px 0;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

/* @end */

/* @group header & footer */

#header, #footer {
	color: #444;
}

/* header */

#header {
	
}

#logo {
	padding: 0;
	float: left;
	clear: left;
}
#logo a {
	font-size: 10px;
	text-align: center;
	display: block;
	padding-top: 13px;
}

#nav {
	clear: both;
}

/* slide */

#slide {
	width: 600px;
	height: 300px;
	margin-bottom: 10px;
}

/* footer */

#footer {
	clear: both;
	padding: 5px 0 0;
	font-size: 8pt;
/* 	font-family: "Myriad Pro", Myriad, Arial, Helvetica; */
	color: #999;
	text-align: center;
	line-height: 1.5em;
}
/* @end */


/* @group modules */

.modules {
	float: left;
	margin: 10px 0;
}

.modulesfull {
	width: 100%;
}

.module {
	float: left;
	clear: none;
	width: 215px;
	height: 230px;
	margin: 0 5px 0 0;
	background: #cecece url(img/modbbg.gif) no-repeat bottom;
}

.modulewide {
	width: 464px;
	margin: 0;
	background: #cecece url(img/modwbbg.gif) no-repeat bottom;
}
.modulewide .desc {
	width: auto !important;
}

.module .bgistra { background: transparent url(img/bgistra.jpg) no-repeat; }
.module .bgsvijet { background: transparent url(img/bgsvijet.jpg) no-repeat; }
.module .bghrvatska { background: transparent url(img/bginterview.jpg) no-repeat; }
.module .bginterview { background: transparent url(img/bgkolumne.jpg) no-repeat; }
.module .bgkolumne { background: transparent url(img/bghrvatska.jpg) no-repeat; }
.module .bgdogadanja { background: transparent url(img/bgdogadanja.jpg) no-repeat; }
.module .bgkultura { background: transparent url(img/bgkultura.jpg) no-repeat; }
.module .bggospodarstvo { background: transparent url(img/bggospodarstvo.jpg) no-repeat; }
.module .bgsport { background: transparent url(img/bgsport.jpg) no-repeat; }

.module .bgmodo, .module .bgoglasnik, .module .bghumanitarne, .module .bgpr, .module .bgposao {
	background: transparent url(img/bgmodo.jpg) no-repeat;
}

.module .head {

/* 	background: #482; */	height: 15px;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
}

.module .pict {
	position: relative;
	padding: 0px;
	width: 100%;
	height: 140px;
	text-align: center;
}

.module .pict .bg {
	background: transparent url(img/b6.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	text-align: left;
}

.module .pict .title {
	color: #fff;
	margin: 10px;
	font-size: 10pt;
}

.module .desc {
	width: 195px;
	padding: 0 10px !important;
	padding-top: 10px;
}

.module.lm {
	margin: 0 0 0 5px;
}

.modospacer {
	width: 35px;
	background: transparent;
}
.modspc20 { width: 20px !important; margin: 0; padding: 0; background: transparent !important; }
.modnospace .module { margin: 0 !important; }
/* @end */



/* @group banners */

/* banners */

#banner01, #banner02, #banner03, #banner04, #banner05 {
	width: 728px;
	height: 90px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
/*background: #c9cd69;*/
}

#banner02, #banner03, #banner04, #banner05 {
	padding: 0;
}

#banner02 {
	width: 300px;
	height: 300px;
	margin-top: 0;
	margin-right: 0px;
/* 	_margin-right: 0px; */
	background: #cecece;
}
#banner02 a.videolink {
	display: block;
	text-align: center;
/* 	background: #ddd; */
	margin: 0; padding: 0;
	height: 19px;
	color: #333;
}

#banner03 {
	width: 230px;
	height: 230px;
	margin: 10px 0px 0 0;
}

#banner04 {
	width: 665px;
	height: 83px;
	float: left;
}

#banner05 {
	width: 237px;
	height: 324px;
	padding-right: 0px;
}

/* @end */



/* @group stuff */

.cb {
	clear: both;
}

.fl {
	float: left;
	clear: left;
}

.flcr {
	float: left;
	clear: right;
	padding-left: 10px;
	_padding-left: 0px;
}

.fr {
	float: right;
	clear: right;
}

.frnc {
	float: right;
	clear: none;
	padding-right: 0;
	padding-left: 10px;
}

.hide { display: none; }

/* @end */

