@charset "utf-8";

/* Layout */


#start {
	display:block;
	height:360px;
	overflow:hidden;
	background:url(img/bg_start.jpg) no-repeat;
}
#s_left {
	float:left;
	width:200px;
	height:360px;
	overflow:hidden;
	margin-top:11px;
}
#s_right {
	float:right;
	position:relative;
	width:450px;
	height:310px;
	margin:10px 10px 0px 0px;
	padding:20px 25px 0px 25px;
	overflow:hidden;
}
a.start_more {
	display:block;
	position:absolute;
	top:30px;
	right:25px;
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
}

h1.p_header {
}
#col_2 {
	padding:360px 0px 0px 0px;
}
#menu_right {
	display:none;
}
#buttons {
	display:none;
}
#start_map {
	display:block;
	height:200px;
	background:url(img/mapka_lugow.gif) no-repeat bottom;
}

#t3content {
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	background:url(img/bg_sep_vert.gif) repeat-y 480px;
}
#start_cont_l {
	float:left;
	width:375px;
	padding:0px 60px 0px 0px;
}
#start_cont_r {
	float:right;
	width:179px;
	padding:0px 0px 0px 30px;
}
a.start_a {
	display:block;
	font-size:12px;
	color:#000000;
	text-align:right;
}

.tabs {
	height:280px;
	overflow:hidden;
}
.tabs a {
	text-decoration:none;
}
.tabs .start_tab {
	display:none;
	height:280px;
}
#start_a_tabs {
	text-align:center;
}
#start_a_tabs a {
	display:inline-block;
	width:23px;
	height:18px;
	margin:0px 4px 0px 0px;
	background: url(img/start_button_off.png) no-repeat;
	line-height:1.2em;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#start_a_tabs a.act {
	background: url(img/start_button_on.png) no-repeat;
	text-decoration:underline;
}
