/* CSS Document */

body {
	background-color: #F2F2E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
padding: 0px;
margin: 0px;
font-size: 16px;
}

h3 {
padding: 0px;
margin: 0px;
font-size: 14px;
}

p {
padding: 0px;
margin: 0px;
font-size: 11px;
}

ul
{
list-style: none;
padding: 0;
margin: 0;
} 

li {
	float: left;
	list-style:none;
}

#header {
background-image:url(slike/header.png);
background-repeat:no-repeat;
width: 800px;
height: 100px;
border: 1px solid #ccc;
border-top: 0;
}
#button_menu {
width: 800px;
height: 30px;
background-image:url(slike/button_bg.png);
background-repeat:repeat-x;
border: 1px solid #CC0000;
margin-top: 5px;
font-family: tahoma, verdana, arial;
font-size: 12px;
color: #FFF;
}
.button {
	width: auto;
	height: auto;
	background-repeat:repeat-x;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin-left: 5px;
	margin-top: 9px;
}
#container {
width: 796px;
height: auto;
border: 1px solid #ccc;
padding: 2px;
background: white;
margin-top: 5px;
}
.article_box {
width: 195px;
height: auto;
margin: 1px;
border: 1px solid #CCC;
background-image:url(slike/box_bg.png);
background-repeat:no-repeat;
}
.article_title {
width: auto;
height: auto;
font-family: arial, tahoma;
color:#990033;
font-weight: bold;
margin: 3px;
border-bottom: 1px solid #ccc;
}
.article_information {
	width: auto;
	height: auto;
	font-size: 11px;
	font-family: arial, tahoma, verdana;
	color: #666;
	margin: 3px;
	border-top: 1px solid #ccc;
	padding-top: 2px;
	font-weight: 0;
}

.article_contact_button {
	font-family: arial, tahoma, verdana;
	color: #990033;
	width: 10px;
	float: left;
	}
.article_price {
	color: orange;
	}
	
.article_contact_button a:hover{
	width: auto;
	height: auto;
	font-family: arial, tahoma, verdana;
	color: #990033;
	text-decoration:underline;
	}
#footer {
	width: 800px;
	height: 25px;
	font-family: arial, tahoma, verdana;
	color: #666;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	}

a:link {
	color:#B52602; text-decoration: none; font-weight: bold;
}
a:hover {
	color: #B52602; text-decoration: underline; font-weight: bold;
}
a:visited {
	color: #B52602; text-decoration: none; font-weight: bold;
}

.text_box {
width: 100%;
height: auto;
margin: 1px;
background-repeat:no-repeat;
}
.text_title {
width: 100%;
height: auto;
font-family: arial, tahoma;
color:#990033;
font-weight: bold;
margin: 3px;
}
.text_text {
	width: auto;
	height: auto;
	font-size: 11px;
	font-family: arial, tahoma, verdana;
	color: #666;
	margin: 3px;
	padding-top: 2px;
	font-weight: 0;
}
