/* Apartmani Selce - CSS */


body {
	margin:0;
	background-color:#caebff;
	background-image:url(img/body-back.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
a, a:visited {
	color:#2e62d9;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}
#container {
	width: 780px;
	margin: 0 auto;
	background-color:#2e62d9;
}	
#header {
	background-image: url(img/header-back.jpg);
	background-repeat: no-repeat;
	height: 105px;
	background-position: right;
}
#menuback {
	background-image: url(img/menu-back.jpg);
	height: 33px;
}
#address {
	background-image: url(img/address-back.jpg);
	height: 134px;
	padding-top: 20px;
	font-weight:normal;
	font-size:20px;
	color:#051b7b;
	padding-left: 7px;
	letter-spacing: -1px;
}
.container, #selce, #pricelist{
	background-color: #FFFFFF;
	width: 760px;
	padding:10px;
	font-size: 14px;
	color: #000000;
}
.pricelist_table {
	border:solid 1px #2b3b81;
}
.pricelist_table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #2b3b81;
	border-right-color: #2b3b81;
	border-bottom-color: #2b3b81;
	border-left-color: #2b3b81;
}

#footer {
	color:#2b3b81;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	height:30px;
	width:780px;
	padding-top: 105px;
	background-image: url(img/footer-back.gif);
	background-color: #fcf8da;
	background-repeat: no-repeat;
	background-position: top;
}

a img {border:0;}
.img_text {
border: solid 1px #2b3b81;
margin-left:10px;
}

.title { font-size:40px; color: #2b3b81; }
.bold {	font-weight:bold; color: #2b3b81; }

/* ------------ MENU -------------- */

#menu {width:312px; position:relative; height:33px; margin:0;}
#menu a:visited, #menu a {text-decoration:none; color:#d00; font-weight:bold;}
#menu a:visited img, #menu a img{filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.40; opacity:0.4;
}
#menu a:hover {background-color:transparent; color:#06a;}
#menu a span {display:none;}
/*#menu a:hover span {display:block; position:absolute; top:50px; left:0; font-size:12px; height:18px; padding:4px; font-weight:normal; color:#06a;}*/

#menu a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }
#active { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }
