/*
----------------------------------------------- 
Catering Kvatric Master CSS 
author:www.nivas.hr 
version:10/03/2006         
----------------------------------------------- */
/* =Imported styles
----------------------------------------------- */
@import url("masterstyle.css");
@import url("form.css");
@import url("showhide.css");
@import url("fadetool.css");

/* =General
----------------------------------------------- */
#x-mas {
position:absolute;
top:0;
right:0;
width:122px;
height:239px;
}

#vidi {
position:absolute;
top:0;
right:8%;
margin:10px;
width:72px;
height:72px;
}
* { 
margin:0;
padding:0;
}

body{
margin:0;
padding:0 0 20px 0;
background:url(../images/body/body-bg.gif);
font-size:x-small;
font-family:Georgia,"Times New Roman",Times,serif;
text-align:center;
}
p{color:#535353;background-color:inherit;}
a{
color:#423f19;
background:url(../images/ico/link-dot.gif) repeat-x bottom left;
background-color:inherit;
text-decoration:none;
}
a:hover{
color:#bb0000;
background:url(../images/ico/link-solid.gif) repeat-x bottom left;
background-color:inherit;
text-decoration:none;
outline:none;
}
a:focus{outline:none;}
a:visited{outline:none;}
img{border:none;outline:none;}
ul{list-style:none;}



a.button_matis {
	padding:3px 0;
	display:block;
	width:358px;	
	font-size:11px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	background:#b6b598;
	border:2px solid #908f76;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
a.button_matis:hover {
	color:#fff;

	background:#9f9e80;
	border:2px solid #78775d;

}



