@charset "windows-1250";
html,body{
	margin:0;
	padding:0;
	height:100%;
	min-height: 100%;
	border:none;
	background-color: #FFFFFF;
   }
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.btmtbl {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}
.mntbl {
	height: 100%;
	min-height: 100%;
}
.leftimgbg {
	background-image: url(images/left-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.meni, .active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding-left: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.meni  a:link, .meni a:visited {
	color: #CC3A3B;
	text-decoration: none;
}
.meni  a:hover   {
	color: #706454;
	text-decoration: none;
}
.active  a:link, .active a:visited, .active a:hover {
	color: #706454;
	text-decoration: none;
}



.content {
	padding-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F6648;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7F6648;
}
.home {
	height: 350px;
	text-align: center;
	position: absolute;
	width: 502px;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -251px;
	padding: 0px;
}
