body, html {
	background-color: #F6EDD9;
	color: #47413F;
	margin: 0px;
	font-family: Georgia, Helvetica, sans-serif;
	background-image: url(images/design/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 11px;
}
/* main components */
#header {
	width: 100%;
	height: 231px;
	margin: 0px;
	border: 0px;
	background-image: url(images/design/bg-header.gif);
	background-repeat: repeat-x;
}
#headertitle {
	width: 920px;
	height: 231px;
	margin: 0 auto;
	border: 0px;
	background-image: url(images/design/header.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	background-image: url(images/design/addon.jpg);
	background-repeat: repeat-x;
	background-position: top 231px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
#container {
	width: 756px;
	margin: 0 auto;
	padding: 0px;
}
#content {
	margin-left: 214px;
	width: 526px;
	height: auto;
	margin: 0px;
	float: right;
	padding: 4px 0px 2px 8px;
	text-align: justify;
}
#sidebar {
	width: 214px;
	height: auto;
	padding: 0px;
	float: left;
}
#footer {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	color: #877B78;
}
/* main components */
/* general */
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #6F6056;
}
a:hover {
	text-decoration: underline;
	color: #C1601E;
}
a:active {
	color: #6F6056;
}
a:visited {
	color: #6F6056;
}
.divider {
	width: 534px;
	height: 18px;
	margin: 10px 0px 10px 0px;
	background-image: url(images/design/divider.png);
	background-repeat: no-repeat;
}
.tekst {
	color: #47413F;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	text-align: justify;
}
.teksti {
	color: #47413F;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	margin: 0px;
	text-align: justify;
}
.tekstu {
	color: #47413F;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	line-height: 16px;
	margin: 0px;
	text-align: justify;
}
.naslov {
	color: #47413F;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px;
}
.podnaslov {
	color: #9D9D9D;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 10px; 
	margin: 0px;
}
.naslovb {
	background-image: url(images/design/bullet.png);
	background-repeat: no-repeat;
	padding-left: 11px;
	color: #594D45;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
input.newsletter {
	width: 98px;
	height: 30px;
	border: 0px;
	margin: 0px;
	padding: 6px 12px 1px 5px;
	background-image: url(images/design/newsletterfield.gif);
	background-repeat: no-repeat;
	background-color: #070707;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.send {
	background-image: url(images/design/newslettersubmit.gif);
	background-color: #070707;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 10px;
	color: #FFFFFF;
	width: 18px;
	height: 30px;
	border: 0px;
	margin: 0px;	
}
.footer {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	width: 100%;
	height: 26px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	color: #877B78;
}
.noborder {
	border-width: 0px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
img.photoleft {
	float: left;
	padding: 2px 5px 2px 0px;
	border: 0px;
}
img.plainphoto {
	padding: 2px;
	border: 0px;
}
img.releases {
	float: left;
	padding: 0px 5px 6px 0px;
	border: 0px;
}
img.readmore {
	border: 0px;
	margin: 0px;
	padding: 4px;
	float: right;
}
/* general */

.remo-zoom-in
{
	border: 0px;
}

.remo-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				41;
}
.remo-loading
{
	background-image:		url(images/box/spinner.gif);
}
.remo-content
{
	width:					100%;
	height:					100%;
}
.remo-box-focus .remo-content
{
	cursor:					-moz-zoom-out;
}
.remo-box-dragging .remo-content
{
	cursor:					move;
}

.remo-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(images/box/closebox.png) no-repeat top left;
	visibility:				hidden;
	cursor:					pointer;
}

.remo-title-wrap
{
	position:				absolute;
	left:					0;
	bottom:					10px;
	overflow:				hidden;
	text-align:				left;
}
.remo-title
{
	position:				relative;
}
.remo-title-bg
{
	position:				absolute;
	width:					100%;
	height:					100%;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	background-color:		#fff;
	z-index:				99;
}
.remo-title-txt
{
	position: relative;
	padding:				5px 15px;
	color:					#000;
	z-index:				101;
}
.remo-img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

.remo-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remo-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(images/box/remo_bg_n.png) repeat-x;
}
.remo-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(images/box/remo_bg_ne.png) no-repeat;
}
.remo-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(images/box/remo_bg_e.png) repeat-y;
}
.remo-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(images/box/remo_bg_se.png) no-repeat;
}
.remo-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(images/box/remo_bg_s.png) repeat-x;
}
.remo-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(images/box/remo_bg_sw.png) no-repeat;
}
.remo-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(images/box/remo_bg_w.png) repeat-y;
}
.remo-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(images/box/remo_bg_nw.png) no-repeat;
}
.none {
	margin: 0px;
	border: 0px;
}
#gallery {
margin: 0px;
border: 0px;
}