#menu {
	position: relative;
	display: block;
	padding: 18px 20px 55px 20px;
	margin: 0;
/*	height: 1%;*/
	
}

#menu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
	background: transparent url(../images/bg_menu_dottedline.gif) top left repeat-x;
}

#menu ul li {
	height: 36px;
	background: transparent url(../images/bg_li_selected.png) 0 0 no-repeat;
}

#menu ul li a {
	font: normal 18px Trebuchet MS;
	text-decoration: none;
	display: block;
	line-height: 36px;
	background: transparent url(../images/bg_menu_dottedline.gif) bottom left repeat-x;
	color: white;
	padding: 0 0 0 20px;
}

#menu ul li a.red {
	background-color: #be2b28;
}
#menu ul li a.yellow {
	background-color: #f3aa3f;
}
#menu ul li a.violet {
	background-color: #c01889;
}
#menu ul li a.green {
	background-color: #7eb53e;
}
#menu ul li a.blue {
	background-color: #50a7d5;
}


#menu ul li a.selected { background-color: transparent; }



/* boxes */

div.block {
	position: relative;
	display: block;
	width: 130px;
	margin: 0;
	padding: 0 0 0 18px;
	height: 1%;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

div.wide {
	padding: 0;
	width: 278px;
}

div.no_padding {
	padding: 0;
}

div.block .title {
	display: block;
	padding: 0 0 10px 0;
}

div.block .abs {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}


div.block .red {
	color: #be2b28;
}
div.block .yellow {
	color: #f3aa3f;
}
div.block .violet {
	color: #c01889;
}
div.block .green {
	color: #7eb53e;
}
div.block .white {
	color: #999;
}

div.block ul {
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}

div.block ul li {
	padding: 0 0 0 10px;
	margin: 0;
	background: transparent url(../images/bg_incontent_bullet.gif) 3px 6px no-repeat;
}

html, body {

	margin:0;
	padding:0;
	height: 100%;
	text-align: center;
	
	font-family: Trebuchet MS;
	font-size: 11px;
	
}

a {
	color: #BE2B28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body.red {
	background: transparent url(../images/header-bg-rdeca.gif) top left repeat-x;
}
body.yellow {
	background: transparent url(../images/header-bg-rumena.gif) top left repeat-x;
}
body.violet {
	background: transparent url(../images/header-bg-violcna.gif) top left repeat-x;
}
body.green {
	background: transparent url(../images/header-bg-zelena.gif) top left repeat-x;
}
body.blue {
	background: transparent url(../images/header-bg-modra.gif) top left repeat-x;
}

h2 {
	font-family: Trebuchet MS;
	font-size: 27px;
}


h3 {
	font-family: Trebuchet MS;
	font-size: 18px;
}

h4 {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #7eb53e;
}
h6 {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
}

body.violet h3, body.violet h2 {
	color: #c01889;
}

body.red h3, body.red h2 {
	color: #be2b28;
}

body.blue h3, body.blue h2 {
	color: #50a7d5;
}

body.green h3, body.green h2, body.green h4  {
	color: #7eb53e;
}

body.yellow h3, body.yellow h2 {
	color: #f3aa3f;
}


#wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: left;
	/*min-height: 100%;*/
	height: auto;
	width: 960px;
	

}

#wrapper_inner {
	position: relative;
	/*padding-bottom: 50px; /* mora met tolk paddinga kot je footer visok */ 
	

}

.clear {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 0px;
	clear: both;
	overflow: hidden;
}

#header {
	display: block;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 241px;
}

#headerlink {
	position: absolute;
	display: block;
	top: 1px;
	right: 1px;
	width: 738px;
	height: 238px;
	background: transparent url(images/blank.gif) repeat top left;
}

#header #logo {
	padding-top: 37px;
	width: 220px;
	height: 204px;
}

body.violet #header #logo {
	background: transparent url(../images/header-logo-violcna.gif) 0px 37px no-repeat;
}
body.blue #header #logo {
	background: transparent url(../images/header-logo-modra.gif) 0px 37px no-repeat;
}
body.green #header #logo {
	background: transparent url(../images/header-logo-zelena.gif) 0px 37px no-repeat;
}
body.yellow #header #logo {
	background: transparent url(../images/header-logo-rumena.gif) 0px 37px no-repeat;
}
body.red #header #logo {
	background: transparent url(../images/header-logo-rdeca.gif) 0px 37px no-repeat;
}

#page {
	width: 960px;
	position: relative;
	top: 0px;

}

#col1 {
	width: 220px;
	height: 234px;
	position: relative;
	top: 0;
	border: none;
	float: left;
}

body.violet #col1 {
	background: transparent url(../images/col1-bg-violcna.gif) top left no-repeat;
}
body.red #col1 {
	background: transparent url(../images/col1-bg-rdeca.gif) top left no-repeat;
}
body.yellow #col1 {
	background: transparent url(../images/col1-bg-rumena.gif) top left no-repeat;
}
body.green #col1 {
	background: transparent url(../images/col1-bg-zelena.gif) top left no-repeat;
}
body.blue #col1 {
	background: transparent url(../images/col1-bg-modra.gif) top left no-repeat;
}
/*
#col1 #vmenu {
	position: relative;
	width: 220px;
	height: 234px;	
	margin: 0px;
	padding: 0px;
}
*/

#banner {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	width: 220px;
	height: 210px;
	/*background: transparent url(../images/banner.gif) top left no-repeat;*/
}

#banner2 {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	width: 220px;
	height: 210px;
}

#flash_koncert, #flash_akcija {
	display: block; 
	position: absolute; 
	left: 1px; 
	top: 1px; 
	width: 218px; 
	height: 198px; 
	background: transparent url(../images/blank.gif) 0 0 repeat;
}

#flash_home {
	display: block; 
	position: absolute; 
	left: 30px; 
	top: 10px; 
	width: 190px; 
	height: 70px; 
	background: transparent url(../images/blank.gif) 0 0 repeat;
}


#col2 {
	width: 740px;
	position: relative;
	top: 0px;
	left: 0px;
	border: none;
	float: left;
	min-height: 680px;
}

#content {
	height: 1%;
	margin: 18px 0px 18px 18px;
	display: block;
	position: relative;
}

#content .narrow {padding-right: 240px;}

#content h2 {
	margin-bottom: 13px;
}

#rightblock {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 220px;
	height: 1%;
}

.fp_section {
	position: relative;
	width: 130px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 18px;
	
}

.fp_section h3 {
	display: none;
}

.fp_section .title {
	display: block;
	height: 66px;
	width: 130px;
}

#section1 .title {
	background: transparent url(../images/fp-predstavitev.gif) top left no-repeat;
}

#section2 .title {
	background: transparent url(../images/fp-popolna.gif) top left no-repeat;
}

#section3 .title {
	background: transparent url(../images/fp-barve.gif) top left no-repeat;
}

#section4 .title {
	background: transparent url(../images/fp-recepti.gif) top left no-repeat;
}

#section5 .title {
	background: transparent url(../images/fp-akcija.gif) top left no-repeat;
}

.fp_section2 {
	position: relative;
	width: 130px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 18px;
	
}

.fp_section2 h3 {
	display: none;
}

.fp_section2 .title {
	display: block;
	height: 100px;
	width: 130px;
}

#section5barve {
	margin-right: 0px;
}


#section5 {
	
	margin-right: 0px;
}

#section1barve .title {
	background: transparent url(../images/barve-rdeca.gif) top left no-repeat;
}

#section2barve .title {
	background: transparent url(../images/barve-rumena.gif) top left no-repeat;
}

#section3barve .title {
	background: transparent url(../images/barve-bela.gif) top left no-repeat;
}

#section4barve .title {
	background: transparent url(../images/barve-zelena.gif) top left no-repeat;
}

#section5barve .title {
	background: transparent url(../images/barve-vijolcna.gif) top left no-repeat;
}

.fp_section .text,.fp_section2 .text {
	font-size: 13px;
}


.more {
	display: block;
	width: 50px;
	height: 20px;
	text-decoration: none;
	background: transparent url(../images/more-violcna.gif) top left no-repeat;
}

.more span {
	display: none;
}
.fp_section .text,.fp_section2 .text {
	display: block;
}

#footer {
	/*position: absolute;*/
	position: relative;
	display: block;
	height: 50px; /* višina footerja */
	width: 960px;
	/*bottom: 0px;*/
	color: #fff;
	text-align: right;
}

body.violet #footer {
	background: transparent url(../images/footer-violcna.gif) top left no-repeat;
}
body.red #footer {
	background: transparent url(../images/footer-rdeca.gif) top left no-repeat;
}
body.yellow #footer {
	background: transparent url(../images/footer-rumena.gif) top left no-repeat;
}
body.green #footer {
	background: transparent url(../images/footer-zelena.gif) top left no-repeat;
}
body.blue #footer {
	background: transparent url(../images/footer-modra.gif) top left no-repeat;
}


#footer_inner {
	width: 924px;
	margin: 15px 18px 0 18px;
	padding-top: 15px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#copyright {
	float: left;
}

#servisna {
	display: inline;
}

ul {
	margin-left: 20px;
}

div.kupon {
	position: relative;
	display: block;
	padding: 3px 0;
}

div.kupon span {
	display: block;
	font-weight: bold;
}

div.kupon  a {color: #be2b28;}

/***************************************************************************************************
* documents
*****************************************************************************************************/

#documents {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0;
}

#documents div.doc {
	position: relative;
	display: block;
	padding: 3px 0 3px 20px;
	margin: 0;
}

#documents div.doc img {
	position: absolute;
	left: 0;
	top: 5px;
}

#documents div.doc span {
	display: block;
	font-size: 10px;
}
