/* CSS Document */

html, body {
background-image: url(bg.png);
	background-repeat: repeat;
	margin-top: 0px;
	font-size:1em;
	font-family:Georgia,"Times New Roman", Arial, Times,serif;
	color: #666;
	/*height: 100%;*/
	margin: 0px;
}

a {color:#599E99; text-decoration:none;}
a:hover {color:#599E99; text-decoration: underline;}
#header{
	width:100%;
	background-image: url(bg_header.png);
	background-repeat: repeat-x;
	height: 187px;
	margin-top:0px;
}

#head{
	width:864px;
	background-image: url(glava.png);
	background-repeat: no-repeat;
	height: 187px;
	margin:0 auto 0  auto;
}

#tijelo{
	width:864px;
	background-image: url(bg_gallery.png);
	background-repeat: no-repeat;
	height: auto;
	overflow:hidden;
	margin:-187px auto 0  auto;
	background-position: right 187px;
}

#crossfade {
position : relative;
width : 460px;
height : 345px;
padding : 0;
margin : 0;
}
#crossfade li {
display : block;
list-style-type : none;
}

#slika{
	width:460px;
	height: auto;
	padding:0 9px 0 0;
	float: right;
	margin-top: -77px;
}

#sadrzaj{
	width:380px;
	height: auto;
	padding:0 0 0 0;
	float: left;
	margin: 10px 0 0 0;
	border-bottom:solid 1px #999;
}

#sadrzaj a {color:#fff; text-decoration:none;}
#sadrzaj a:hover {color:#fff; text-decoration: underline;}
p {
	padding:0 0 5px 0;
	margin:0;
	font-size: small;
	}
	
#sadrzaj h2 {
color:#599E99;
	padding:0 0 0px 15px;
	margin:0 0 5px 0;
	font:150% bold;
	border-bottom:dashed 1px #999;
	}

        table {border:solid 1px #999999; text-align:center;}
        table .odd { background-color:#564645; color:#EEFDD3; height:40px; font:80% normal;}
	    table .naslov {color: #EEFDD3;  background-color:#599E99; height:25px; font:80% normal;}
		table .amount { width: 90px; }
		table .cijene {color: #EEFDD3;  background-color:#599E99; height:40px; font:110% normal;}
		
#desni_stupac{
	width:460px;
	height: auto;
	padding:0 9px 0 0;
	float: right;
	margin: 20px 0 0 0;
}

#desni_stupac h2{
	margin:5px 0 5px 0;
	padding:0;
	font-weight:500;
	font-size: medium;
	border-bottom:dashed 1px #999;
	}
	
#lista{margin:10px 0 0 10px; padding:0;}
#lista li{
	list-style-type: none;
	font-size:small;
	padding:0 0 3px 4px;
}

#footer{
	width:460px;
	height: 35px;
	padding:0 9px 0 0;
	float: right;
	margin: 5px 0 30px 0;
	border-top:solid 1px #C3C3C3;
	text-align: center;
}

.footer{font-size:x-small; color:#999;}

