* {
	margin: 0;
	padding: 0;
}

body {
 margin: 0px;
 padding: 0px;
 background: #BADBEB url(/images/background.jpg) repeat-x;
}

body, th, td, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}


p {
/*	margin-top: 1.5em;*/
	line-height: 1.2em;
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
/*	color: #4C89B6;*/
	color: #000080;
}

a:hover {
	border: none;
	text-decoration: underline;
}

/*h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #4C89B6;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #4C89B6;
}
*/
/* Header */

#header {
	width: 1001px;
	height: 294px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 1001px;
	margin-left: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	height: 35px;
	color: #ffffff;
}

#menu a.left {
	background: url(/images/menu_left_166.jpg) no-repeat;
}
#menu a.center {
	background: url(/images/menu_center_166.jpg) no-repeat;
}
#menu a.right {
	background: url(/images/menu_right_166.jpg) no-repeat;
}


#menu a:hover {
	text-decoration: underline;
	color: #ffff00;
}

a.pio {
	font-weight: bold;
	color: #ffffff;
}

a.pio:hover {
	color: #ffff00;
	text-decoration: underline;
}

/* Upis i raspored, tabela */
table.raspored tr td {
	font-size: 0.85em;
	padding: 3px;
}

td.col1 {
	width: 105px;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	vertical-align: top;
}

td.col2, td.col3, td.col4, td.col5 {
	width: 104px;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	vertical-align: top;
}

td.col6 {
	width: 104px;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	vertical-align: top;
}

/* status, prodavnica */
table.status tr td {
	font-size: 0.85em;
	padding: 3px;
}

td.status_left {
	font-size: 0.9em;
	padding: 3px;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
}

td.status_right {
	font-size: 0.9em;
	padding: 3px;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	text-align: right;
}

/* Prodavnica, tabela */
table.prodavnica tr td {
	font-size: 0.85em;
	padding: 3px;
}

td.prodcol1 {
	width: 325px;
	border-left: 2px solid #404040;
	border-top: 2px solid #404040;
	vertical-align: top;
}

td.prodcol2 {
	width: 200px;
	border-left: 2px solid #404040;
	border-top: 2px solid #404040;
/*	vertical-align: top;*/
}

td.prodcol3 {
	width: 100px;
	border-left: 2px solid #404040;
	border-top: 2px solid #404040;
	border-right: 2px solid #404040;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

div.epdesc {
	margin-left: 3px;
	font-size: 1.1em;
	margin-top: 10px;
	background-color: #deebfc;
	padding: 10px;
	border: 1px solid #000040;
}

p.epdesc {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.2em;
}

img.epleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 2px solid #000000;
}

img.epright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 2px solid #000000;
}

div.onama {
	border-bottom: 2px solid #d0d0d0;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.onama {
	font-size: 0.9em;
	padding-left: 25px;
	color: #808080;
}

div h2.onama {
	padding-left: 15px;
}

p.pad15 {
	padding-left: 15px;
	padding-top: 10px;
}

h2.pio {
	padding-left: 20px;
	font-size: 1.2em;
	padding-top: 10px;
}

p.pio {
	font-size: 1.1em;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.pio {
	list-style: square;
	padding-bottom: 5px;
}

li.piohead {
	list-style: square;
}

p.kadar {
	padding: 10px;
}

img.kadar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

p.main {
	padding-top: 10px;
	padding-bottom: 10px;
}

img.main_left {
	margin: 10px;
	border: 1px solid #000000;
	float: left;
	clear: left;
}

img.main_right {
	margin: 10px;
	border: 1px solid #000000;
	float: right;
	clear: right;
}

/* Logo */
#logo {
	width: 1001px;
	margin: 0 auto;
	background: url(/images/melodium_header.jpg) no-repeat top;
	height: 243px;
}


#logo h1 {
	padding-top: 60px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1001px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post h1.colheader_green {
	margin-top: 15px;
	padding-top: 10px;
	text-indent: 55px;
	width: 625px;
	height: 45px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/text_header_green_outline.jpg) no-repeat;
}

.post h1.colheader_red {
	margin-top: 15px;
	padding-top: 10px;
	text-indent: 55px;
	width: 625px;
	height: 45px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/text_header_red_outline.jpg) no-repeat;
}

.post h1.colheader_blue {
	margin-top: 15px;
	padding-top: 10px;
	text-indent: 55px;
	width: 625px;
	height: 45px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/text_header_blue_outline.jpg) no-repeat;
}

.post h1.colheader_pink {
	margin-top: 15px;
	padding-top: 10px;
	text-indent: 55px;
	width: 625px;
	height: 45px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/text_header_pink_outline.jpg) no-repeat;
}

.post h1.colheader_yellow {
	margin-top: 15px;
	padding-top: 10px;
	text-indent: 55px;
	width: 625px;
	height: 45px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/text_header_yellow_outline.jpg) no-repeat;
}

.post h1.colheader_brown {
	margin-top: 15px;
	padding-top: 10px;
	text-indent: 55px;
	width: 625px;
	height: 45px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/text_header_brown_outline.jpg) no-repeat;
}

/* Sidebars */

#sidebar {
	float: right;
	width: 268px;
margin-right: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.green {
	background: url(/images/001_green_middle.jpg) repeat-y;
}
#sidebar ul.pink {
	background: url(/images/001_pink_middle.jpg) repeat-y;
}
#sidebar ul.blue {
	background: url(/images/001_blue_middle.jpg) repeat-y;
}
#sidebar ul.red {
	background: url(/images/001_red_middle.jpg) repeat-y;
}
#sidebar ul.yellow {
	background: url(/images/001_yellow_middle.jpg) repeat-y;
}
#sidebar ul.brown {
	background: url(/images/001_brown_middle.jpg) repeat-y;
}

#sidebar li.green {
	background: url(/images/001_green_top.jpg) no-repeat;
}
#sidebar li.pink {
	background: url(/images/001_pink_top.jpg) no-repeat;
}
#sidebar li.blue {
	background: url(/images/001_blue_top.jpg) no-repeat;
}
#sidebar li.red {
	background: url(/images/001_red_top.jpg) no-repeat;
}
#sidebar li.yellow {
	background: url(/images/001_yellow_top.jpg) no-repeat;
}
#sidebar li.brown {
	background: url(/images/001_brown_top.jpg) no-repeat;
}

#sidebar li ul {
	padding: 20px 20px 60px 20px;
}

#sidebar li ul.green {
	background: url(/images/001_green_bottom.jpg) no-repeat left bottom;
}
#sidebar li ul.pink {
	background: url(/images/001_pink_bottom.jpg) no-repeat left bottom;
}
#sidebar li ul.blue {
	background: url(/images/001_blue_bottom.jpg) no-repeat left bottom;
}
#sidebar li ul.red {
	background: url(/images/001_red_bottom.jpg) no-repeat left bottom;
}
#sidebar li ul.yellow {
	background: url(/images/001_yellow_bottom.jpg) no-repeat left bottom;
}
#sidebar li ul.brown {
	background: url(/images/001_brown_bottom.jpg) no-repeat left bottom;
}


#sidebar li li {
	padding: 0;
/*	background: url(/images/empty.gif);*/
	color: #000000;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 20px 0 20px;
	font-family: Verdana, "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}

#sidebar a {
	color: #000080;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #4C89B6
}
