@import url("menu.css");
@import url("katalogSmjestaja.css");

*{
	margin:0px;
	padding:0px;	
}
body{
	background:#F8F8F8 url(../images/back.gif) repeat-x;
	font: 11px Tahoma, MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}
td, input, textarea, select, li{
	font: 11px MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;	
}
/* */
a{
	color:#8f385c;
	text-decoration:none;
}
a:hover{ color:#c7b06b;}
h1{
	position:absolute;
	text-indent:-8000px;
	width:191px;
	top:0px;
	left:22px;
	z-index:2;
}
#page h1 { top:16px;}
h1 a{
	display:block;
	height:149px;
	text-indent:-9000px;
	font-size:0px;
	line-height:0px;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin:10px 0;
	padding:0;
}
h2 a { color:#000;}
h3{
	font-size:13px;
	font-weight:bold;
	margin:10px 0px;
}
/* container */
#container {
	margin:34px auto 0px auto;
	width:683px;
}
#langSwitch {
	text-align:right;
	margin-bottom:7px;
}
#langSwitch span { margin:0px 2px 0px 2px;
	color:#999;}

/* -------------- default ------------------ */
#default{
	margin:0px auto;
	width:680px;
	border:7px solid #dfd9ca;
	text-align:left;
	background:#fff url(../images/default_back.jpg) no-repeat 0 0;
	height:auto;
}
html>body #default { width:669px;}
#default #head{
	height:279px;
	position:relative;
}
#homeContact {
	position:absolute;
	top:22px;
	left:225px;
}
#default #pageContact { display:none;}
#default #content{
	padding:0 11px 11px 11px;
	margin-bottom:1px;
}
#default #left{
	float:left;
	width:213px;
}
#default #left h2{
	padding:0 25px;
}
#default #left p{
	padding:7px 25px;
	line-height:16px;
}
#default #right{
	float:left;
	width:397px;
	margin-left:26px;
}
#default #right p{
	padding:7px 0;
	line-height:16px;
}
#default #search{
	background:#8f385c;
	position:absolute;
	right:11px;
	top:11px;
}

/* -------------- page ------------------ */
#page{
	margin:0px auto;
	width:683px;
	border:7px solid #E9E9E9;
	text-align:left;
	background:#fff url(../images/page_back.jpg) no-repeat 0 0;	
}
html>body #page { width:669px;}
#page #head{
	height:205px;
	position:relative;
}
#page #homeContact { display:none;}
#pageContact {
	position:absolute;
	top:88px;
	left:81px;
	line-height:12px;
}

#page #content{
	padding:0 11px 11px 11px;
	margin-bottom:1px;	
}
#page #left{
	float:left;
	width:202px;	
}
#page #left h2{ padding:0 25px;}
#page #left p{
	padding:7px 25px;
	line-height:16px;
}
#page #right{
	float:left;		
	width:434px;	
}

#page #right h2{
	margin:0;
	padding:12px 21px;
}
#page #right .text {
	margin: 22px 11px 22px 21px;
	line-height:16px;	
}
#page #right p{ padding:7px 0;}
#page #right .text ol, #page #right .text ul { margin:5px 5px 5px 15px;}
#page #search {
	background:#8f385c;
	position:absolute;
	right:16px;
	top:16px;	
}

/* news */
.newsNav{ font-weight:bold;}
.newsLink{
	margin:0;
	text-align:right;
}
#newsMonthNav { margin-top:25px;}
#newslist li { list-style-type:none;}
/* end news */

.searchField{
	width:120px;
	height:14px;
	margin:5px;
}
.searchButton{
	border:none;
	text-indent:8000px;
	width:14px;
	height:14px;
	margin:5px 5px 5px 0px;
	background:url(../images/search_button.gif) no-repeat;
	cursor:hand;
}
#documents{
	margin-top:20px;
	background:#f1f1f1;
	padding:10px;
} 
#documents li{
	list-style:none;
	padding:3px 0px;
}
#footer{ padding:14px 0px;}
#tzLogo {
	float:left;
	margin:0px 79px 0px 28px;
	background:url(../images/tz-logo.gif) no-repeat;
	width:126px;
	height:58px;
	display:block;
	text-indent:-9000px;
	font-size:0px;
	line-height:0px;
}
#footerTxt {
	float:left;
	text-align:left;
}
#signature { margin-top:50px;}
/* -------------- float fix ------------------ */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content {display: inline-block;}
* html #content {height: 1%;}
#content {display: block;}
