body {
	background-color: #ffc800;
	background-image: url(../slike/bg-main.jpg);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	margin: 0;
	padding: 0;	
}

p, ol, ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 21px;
}

#wrapper {
	margin: 0 auto;
	width: 950px;	
}

#header {
}

#header .levo {
	float:left;
	width: 398px;
	height:256px;
	background-image:url(../slike/header-levo.jpg);
	background-repeat: no-repeat;	
}

#header .desno {
	float:right;
	width: 552px;
	height:256px;
	background-image:url(../slike/header_00.jpg);
	background-repeat: no-repeat;
}

#header .slogan {
	font-size: 16px;
	color:#feffa7;
	font-weight:bold;
	position:relative;
	top: 130px;
	left: 225px;
}

/* body
--------------------------------------------------- */


#body {
	margin-left: 98px;
	background-color:#FFFFFF;
}

#body .levo {
	float:left;
	width: 520px;
	padding: 0 40px;
	border-right: 1px solid #d3eb2f;
	text-align: justify;	
}

#body .desno {
	float:right;
	width: 200px;
	margin: 20px 20px 0 0;
}

/* footer
--------------------------------------------------- */

#footer {
	margin-left: 98px;
	background-image:url(../slike/footer.jpg);
	background-repeat:no-repeat;
	width: 852px;
	height: 120px;
	margin-bottom: 10px;
}

#footer a {
	background-color: #ffc800;
}

#footer .menu {
	position:relative;
	top: 40px;
	left: 360px;
	width: 300px;
}

/* linki
--------------------------------------------------- */

a:link, a:visited {
	color:#CC0066;
	text-decoration: none;
	background-color:#FFFFE1;
	padding: 3px;
}
a:hover, a:active {
	text-decoration: none;
	color:#88B632;
}


/* rotator
--------------------------------------------------- */
#rotator {
	position: relative;
}
#rotator img
{
	border: 0px;
	width: 552px;
	height: 256px;
	display: none;
	border:0;
	position: absolute;
	top: 0;
	left: 0;
}



/* stretch
--------------------------------------------------- */
.stretch { 	clear:both; 	}


/* fotke
--------------------------------------------------- */
.fotka {
	padding: 5px;
	border: 2px solid #ddd;
	margin-right: 21px;
	margin-bottom: 5px;
	width: 150px;
	text-align:center;
}
.fotka img {
	border: 0;
}

/* gumbek
--------------------------------------------------- */

.gumbek-veliki {
	background-image:url(../slike/gumbek.jpg);
	background-repeat:no-repeat;
	width:216px;
	height:33px;
	padding: 6px 0 0 10px;
	font-weight:bold;
	font-size:15px;
	margin-top:10px;
}


.gumbek-mali {
	background-image:url(../slike/gumbek-mali2.gif);
	background-repeat:no-repeat;
	width:140px;
	height:25px;
	padding: 2px 0 0 8px;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}


.poudarek {
	background-color:#EEE;
	padding: 2px 5px;
	color: #CC0066;
	font-weight:bold;
	display: block;
	margin:10px 0;
}

.poudarek a {
	background-color: #EEE;
}


.naslov {
	font-weight: bold;
	font-size: 14px;
	color: #0066CC;
}


a.logolink {
	border:0;
	background-color:#ffc800;
	margin:0;
	padding:0;
}