/*
CSS by Robertino Darmati <robertino@on-line.hr>
*/

/*
HELPER
*/

.brd { border:1px red solid;}
.clr { clear:both;}

/*
HELPER
*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;	
	font-size:0.7em;
	font-weight:normal;
	background-image:url(/img/bg.jpg);
	background-repeat:repeat;
	background-color:#99979b;
	color:#000;
	line-height:1;
}

.wraper {
	margin: 0 auto;
	width:960px;
}

.main-frame {
	width:960px;
	height:713px;
	background-image:url(/img/fp-background.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	clear:both;
}

.copyright {
	padding-left:14px;
	color:#fff;
	font-size:0.85em;
	line-height:1.3;
}

.lnk {
	padding:5px;
	border-bottom:1px #000 dashed;
	border-right:1px #000 dashed;
	width:100px;
	right:0;
	position:relative;
}

.lnk a:link {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.lnk a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.lnk a:hover {
	color:#891C43;
}

.lnkR {
	padding:5px;
	border-bottom:1px #000 dashed;
	border-left:1px #000 dashed;
	width:160px;
	right:0;
	position:relative;
}

.lnkR a:link {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.lnk a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.lnk a:hover {
	color:#891C43;
}

.txtBox {
	padding:5px;
	border-bottom:1px #000 dashed;
	border-left:1px #000 dashed;
	line-height:1.4;
}

.txtBox a:link {
	color:#000;
	text-decoration:underline;
}

.txtBox a:visited {
	color:#000;
	text-decoration:underline;
}

.txtBox a:hover {
	color:#891C43;
}

.copyright a:link, a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:transparent;
	padding:0;
	border:none;
}

.copyright a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#map {
	width:350px;
	height:300px;
}
