/* RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  background: #fff; 
  margin:1.5em 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a{outline: none;}

/* Remove annoying border on linked images. */
a img { border: none; }


/* TYPOGRAPHY */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #595959; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; margin-top: 2.75em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* FORMS */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 220px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }
select        { width:220px; }




/* DEFAULTS */

body{
	margin: 0;
	color: #595959;
	min-width: 950px;
}
a{
	color: #008348;
	text-decoration:none;
}
a:hover{
	color: #008348;
	text-decoration:underline;
}

/* LAYOUT */
#top{
	height: 28px;
	width: 900px;
	margin: auto;
}

#header_full{
	height: 162px;
	background: url(images/toya-dew_logo.jpg) 50%;
}

#menu_full{
	height: 28px;
	background: black;
}

#content-bg{
	background: url(images/toya-dew_back2.jpg) 50%;
}
#content-top{
	background: url(images/toya-dew_back.jpg) 50% 0 no-repeat;
}
#content-bottom{
	background: url(images/toya-dew_bottom.jpg) 50% 100% no-repeat;
	min-height: 600px;
	padding-bottom: 40px;
}
* html #content-bottom{
	height: 600px;
}


#header{
	height: 162px;
	width: 900px;
	margin: auto;
}

#menu,
#menu2{
	height: 28px;
	width: 955px;
	margin: auto;
}
#menu{
	padding-right: 20px;
}

#content{			/* 900px */
	width: 900px;
	margin: auto;
	/*position: relative;*/
}
#left{				/* 173px */
	width: 173px;
	float: left;
}
#main{				/* 727px */
	width: 678px;
	float: left;
	padding: 20px 24px 70px 25px;
	margin: 0;
}
#clear{
	clear: both;
}




#top a{
	display: block;
	width: 64px;
	height: 28px;
	float: right;
	text-indent: -200px;
	overflow: hidden;
}

#language_en{
	background: url(images/en.gif);
}
#language_pl{
	background: url(images/pl.gif);
}

a#home{
	position:absolute;
	height:162px;
	width:173px;
	text-indent: -200px;
	overflow: hidden;
}


#header_image{
	background: transparent url(images/toya-dew_pic.jpg) no-repeat;
	margin-left:174px;
	height:162px;
	width: 727px;
	overflow: hidden;
}



#menu,
#menu2{
	background: url(images/menu/menu_light.png) -200px no-repeat;
}

#menu ul{
	margin: 0 0 0 198px;
}
#menu li{
	display: inline;
	line-height: 28px;
}
#menu a{
	display: block;
	float:left;
	text-align: center;
	width: 121px;
	text-indent: -300px;
	overflow: hidden;
	cursor: pointer;
}
/* div pamietamy o ogrodach */
.ogrody_lewy{
	width: 370px;
	float: left;
	text-align: justify;
	margin-right: 15px;
}
.ogrody_prawy{
	margin-left: 370px;
	text-align: right;
}
.ogrody_lewy img{
	float: right;
}

a#inwest_pl .norm,
a#inwest_pl{ background: url(images/menu/o_inwestycji1-trans.png); width:131px; }
a#inwest_pl.active,
a#inwest_pl:hover{ background: url(images/menu/o_inwestycji3-trans.png) 50%; }
a#lokal_pl .norm,
a#lokal_pl{ background: url(images/menu/lokalizacja1-trans.png); width:116px; }
a#lokal_pl.active,
a#lokal_pl:hover{ background: url(images/menu/lokalizacja3-trans.png); }
a#plan_pl .norm,
a#plan_pl{ background: url(images/menu/plan1-trans.png); width:124px; }
a#plan_pl.active,
a#plan_pl:hover{ background: url(images/menu/plan3-trans.png) 50%; }
a#archi_pl .norm,
a#archi_pl{ background: url(images/menu/architektura1-trans.png); width:128px; }
a#archi_pl.active,
a#archi_pl:hover{ background: url(images/menu/architektura3-trans.png) 50%; }
a#pole_pl .norm,
a#pole_pl{ background: url(images/menu/pole1-trans.png); width:130px; }
a#pole_pl.active,
a#pole_pl:hover{ background: url(images/menu/pole3-trans.png) 50%; }
a#kontakt_pl .norm,
a#kontakt_pl{ background: url(images/menu/kontakt1-trans.png); width:98px; }
a#kontakt_pl.active,
a#kontakt_pl:hover{ background: url(images/menu/kontakt3-trans.png) 50%; }

a#inwest_en .norm,
a#inwest_en{ background: url(images/menu/o_inwestycji1_en-trans.png); width:158px; }
a#inwest_en.active,
a#inwest_en:hover{ background: url(images/menu/o_inwestycji2_en-trans.png) 50%; }
a#lokal_en .norm,
a#lokal_en{ background: url(images/menu/lokalizacja1_en-trans.png); width:100px; }
a#lokal_en.active,
a#lokal_en:hover{ background: url(images/menu/lokalizacja2_en-trans.png); }
a#plan_en .norm,
a#plan_en{ background: url(images/menu/plan1_en-trans.png); width:136px; }
a#plan_en.active,
a#plan_en:hover{ background: url(images/menu/plan2_en-trans.png) 50%; }
a#archi_en .norm,
a#archi_en{ background: url(images/menu/architektura1_en-trans.png); width:124px; }
a#archi_en.active,
a#archi_en:hover{ background: url(images/menu/architektura2_en-trans.png) 50%; }
a#pole_en .norm,
a#pole_en{ background: url(images/menu/pole1_en-trans.png); width:124px; }
a#pole_en.active,
a#pole_en:hover{ background: url(images/menu/pole2_en-trans.png) 50%; }
a#kontakt_en .norm,
a#kontakt_en{ background: url(images/menu/kontakt1_en-trans.png); width:98px; }
a#kontakt_en.active,
a#kontakt_en:hover{ background: url(images/menu/kontakt2_en-trans.png) 50%; }
/*
		<li><a id="inwest_'.language().'" href="dd">O inwestycji</a></li>
		<li><a id="lokal_'.language().'" href="dd">Lokalizacja</a></li>
		<li><a id="plan_'.language().'" href="dd">Plan osiedla</a></li>
		<li><a id="archi_'.language().'" href="dd">Architektura</a></li>
		<li><a id="pole_'.language().'" href="dd">Pole golfowe</a></li>
		<li><a id="kontakt_'.language().'" href="dd">Kontakt</a></li>
*/

#left ul{
	margin: 0;
	list-style: none;
}
#left li{
	background: url(images/lewe/divider.png) no-repeat 0 100%;
}
#left div{
	height: 63px;
	overflow: hidden;
	text-indent: -300px;
}
#left #menu_top{
	display: block;
	width: 173px;
	height: 78px;
}
.top_208{background: url(images/wille_menu/wm_208-trans.png) no-repeat 0 100%;}
.top_209{background: url(images/wille_menu/wm_209-trans.png) no-repeat 0 100%;}
.top_210{background: url(images/wille_menu/wm_210-trans.png) no-repeat 0 100%;}
.top_211{background: url(images/wille_menu/wm_211-trans.png) no-repeat 0 100%;}
.top_212{background: url(images/wille_menu/wm_212-trans.png) no-repeat 0 100%;}
.top_213{background: url(images/wille_menu/wm_213-trans.png) no-repeat 0 100%;}
.top_214{background: url(images/wille_menu/wm_214-trans.png) no-repeat 0 100%;}
.top_215{background: url(images/wille_menu/wm_215-trans.png) no-repeat 0 100%;}

#left a{
	display: block;
	cursor: pointer;
	width: 173px;
}
#left li a:hover,
#left .selected{
	background: url(images/lewe/podswietl-trans.png);
}
a#djw_pl div{background: url(images/lewe/a_djw-trans.png);}
a#djs_pl div{ background: url(images/lewe/a_djs-trans.png);height: 82px;}
a#bw_pl div{background: url(images/lewe/a_bw-trans.png)}

a#djw_pl div{	background: url(images/lewe/a_djw-trans.png)}
a#wizual_pl div{	background: url(images/lewe/a_wizual-trans.png)}
a#rzuty_pl div{	background: url(images/lewe/a_rzuty-trans.png)}
a#kondyg_pl div{	background: url(images/lewe/a_kondygnacje-trans.png)}

a#djw_en div{background: url(images/lewe/a_djw_en-trans.png);}
a#djs_en div{ background: url(images/lewe/a_djs_en-trans.png);}
a#bw_en div{background: url(images/lewe/a_bw_en-trans.png)}

a#djw_en div{	background: url(images/lewe/a_djw_en-trans.png)}
a#wizual_en div{	background: url(images/lewe/a_wizual_en-trans.png)}
a#rzuty_en div{	background: url(images/lewe/a_rzuty_en-trans.png)}
a#kondyg_en div{	background: url(images/lewe/a_kondygnacje_en-trans.png)}

/*---------             MENU LEWE DJW          ------------------*/

.top_DW1L_pl {	background: url(images/lewe/typ_dw1l-trans.png) no-repeat;	height: 78px;}
.DW1L_pl {	background: url(images/lewe/a_dw1l-trans.png) no-repeat;}
.top_DW1P_pl {	background: url(images/lewe/typ_dw1p-trans.png) no-repeat;	height: 78px;}
.DW1P_pl {	background: url(images/lewe/a_dw1p-trans.png) no-repeat;}

.top_DW2L_pl {	background: url(images/lewe/typ_dw2l-trans.png) no-repeat;	height: 78px;}
.DW2L_pl {	background: url(images/lewe/a_dw2l-trans.png) no-repeat;}
.top_DW2P_pl {	background: url(images/lewe/typ_dw2p-trans.png) no-repeat;	height: 78px;}
.DW2P_pl {	background: url(images/lewe/a_dw2p-trans.png) no-repeat;}

.top_DW3L_pl {	background: url(images/lewe/typ_dw3l-trans.png) no-repeat;	height: 78px;}
.DW3L_pl {	background: url(images/lewe/a_dw3l-trans.png) no-repeat;}
.top_DW3P_pl {	background: url(images/lewe/typ_dw3p-trans.png) no-repeat;	height: 78px;}
.DW3P_pl {	background: url(images/lewe/a_dw3p-trans.png) no-repeat;}

.top_DW4L_pl {	background: url(images/lewe/typ_dw4l-trans.png) no-repeat;	height: 78px;}
.DW4L_pl {	background: url(images/lewe/a_dw4l-trans.png) no-repeat;}
.top_DW4P_pl {	background: url(images/lewe/typ_dw4p-trans.png) no-repeat;	height: 78px;}
.DW4P_pl {	background: url(images/lewe/a_dw4p-trans.png) no-repeat;}

.top_DW5L_pl {	background: url(images/lewe/typ_dw5l-trans.png) no-repeat;	height: 78px;}
.DW5L_pl {	background: url(images/lewe/a_dw5l-trans.png) no-repeat;}
.top_DW5P_pl {	background: url(images/lewe/typ_dw5p-trans.png) no-repeat;	height: 78px;}
.DW5P_pl {	background: url(images/lewe/a_dw5p-trans.png) no-repeat;}

.top_DW6L_pl {	background: url(images/lewe/typ_dw6l-trans.png) no-repeat;	height: 78px;}
.DW6L_pl {	background: url(images/lewe/a_dw6l-trans.png) no-repeat;}
.top_DW6P_pl {	background: url(images/lewe/typ_dw6p-trans.png) no-repeat;	height: 78px;}
.DW6P_pl {	background: url(images/lewe/a_dw6p-trans.png) no-repeat;}


/*---------        KONIEC   MENU LEWE  DJW         ------------------*/

/*---------             MENU LEWE  EN   DJW      ------------------*/

.top_DW1L_en {	background: url(images/lewe/typ_dw1l_en-trans.png) no-repeat;	height: 78px;}
.DW1L_en {	background: url(images/lewe/a_dw1l_en-trans.png) no-repeat;}
.top_DW1P_en {	background: url(images/lewe/typ_dw1p_en-trans.png) no-repeat;	height: 78px;}
.DW1P_en {	background: url(images/lewe/a_dw1p_en-trans.png) no-repeat;}

.top_DW2L_en {	background: url(images/lewe/typ_dw2l_en-trans.png) no-repeat;	height: 78px;}
.DW2L_en {	background: url(images/lewe/a_dw2l_en-trans.png) no-repeat;}
.top_DW2P_en {	background: url(images/lewe/typ_dw2p_en-trans.png) no-repeat;	height: 78px;}
.DW2P_en {	background: url(images/lewe/a_dw2p_en-trans.png) no-repeat;}

.top_DW3L_en {	background: url(images/lewe/typ_dw3l_en-trans.png) no-repeat;	height: 78px;}
.DW3L_en {	background: url(images/lewe/a_dw3l_en-trans.png) no-repeat;}
.top_DW3P_en {	background: url(images/lewe/typ_dw3p_en-trans.png) no-repeat;	height: 78px;}
.DW3P_en {	background: url(images/lewe/a_dw3p_en-trans.png) no-repeat;}

.top_DW4L_en {	background: url(images/lewe/typ_dw4l_en-trans.png) no-repeat;	height: 78px;}
.DW4L_en {	background: url(images/lewe/a_dw4l_en-trans.png) no-repeat;}
.top_DW4P_en {	background: url(images/lewe/typ_dw4p_en-trans.png) no-repeat;	height: 78px;}
.DW4P_en {	background: url(images/lewe/a_dw4p_en-trans.png) no-repeat;}

.top_DW5L_en {	background: url(images/lewe/typ_dw5l_en-trans.png) no-repeat;	height: 78px;}
.DW5L_en {	background: url(images/lewe/a_dw5l_en-trans.png) no-repeat;}
.top_DW5P_en {	background: url(images/lewe/typ_dw5p_en-trans.png) no-repeat;	height: 78px;}
.DW5P_en {	background: url(images/lewe/a_dw5p_en-trans.png) no-repeat;}

.top_DW6L_en {	background: url(images/lewe/typ_dw6l_en-trans.png) no-repeat;	height: 78px;}
.DW6L_en {	background: url(images/lewe/a_dw6l_en-trans.png) no-repeat;}
.top_DW6P_en {	background: url(images/lewe/typ_dw6p_en-trans.png) no-repeat;	height: 78px;}
.DW6P_en {	background: url(images/lewe/a_dw6p_en-trans.png) no-repeat;}


/*---------        KONIEC   MENU LEWE    EN    DJW   ------------------*/

/*---------             MENU LEWE    BW       ------------------*/

.top_WM{	background: url(images/lewe/typ_wm-trans.png) no-repeat;	height: 78px;}
/*.WM1_pl {	background: url(images/lewe/a_wm1-trans.png) no-repeat;}*/

/*---------        KONIEC   MENU LEWE    BW       ------------------*/

/*---------             MENU LEWE  EN     BW    ------------------*/

.top_WM {	background: url(images/lewe/typ_wm-trans.png) no-repeat;	height: 78px;}
/*.WM1_en {	background: url(images/lewe/a_wm1_en-trans.png) no-repeat;}*/

/*---------        KONIEC   MENU LEWE    EN    BW   ------------------*/


div #menu_bottom{
	cursor: pointer;
}
a.right,
img.right{
	float: right;
	margin: 3px 0px 25px 35px;
}
a.left{
	float: left;
	margin: 3px 35px 25px 0px;
}
/* MODULES */

/* #WzClOsE{
	top: 20px;
	margin-right: 4px;
} */


#modal_container {  
    padding:5px;  
    background-color:#fff;  
    border:1px solid #666;  
    overflow:auto;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
    text-align:left;  
} 
#modal_overlay {  
    background-color:#000;  
}
  
#legend_en{
	background: white url(images/legend.gif) no-repeat bottom left;
	display: block;
	width: 210px;
	height: 203px;
	float: right;
}
#legend_pl{
	display: none;
}


/*TABS*/
#tabs_container{
	clear:both;
}

ul.tabs {
	background-image: url(images/tabs/box-l_top1.gif);
	height:25px;
	margin:0 !important;
	padding:0;
}
ul.tabs li {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: center;
}
ul.tabs a {
	background: transparent url(images/tabs/zakl2.gif) no-repeat;
	display:block;
	font-size:13px;
	font-family: Trebuchet MS;
	font-weight: bold;
	float:left;
	width: 68px;
	height:18px;
	line-height: 18px;
	margin-top:2px;
	padding:3px 30px;
	position:relative;
	text-decoration:none;
	
}
ul.tabs a:hover {
	text-decoration: none;
}
ul.tabs a.current {
	background: transparent url(images/tabs/zakl1.gif) no-repeat;
	color:#000000;
	cursor:default;
	height:20px;
	margin-top:0;
}
div.panes div.wraper{
	background: transparent  url(images/tabs/box-top.gif) no-repeat center top;
	padding: 7px 0 0 0;
	display: none;
}

div.overlay div.close { 
    background-image:url(images/close.png);
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

area.flat{
	cursor: pointer;
}

#expose_loader{background:#49494A url(images/loading.gif) no-repeat center center;}

.inv_block{
	margin-bottom: 20px;
	text-align: justify;
	font-size: 12px;
	font-family: verdana;
	line-height: 1.5;
}

.inv_title{
	padding: 10px 0;
	font-size: 15px;
	font-family: verdana;
	text-align: justify;
	line-height: 1.5;
	font-weight: bold;
}

#inv_block_img1{min-height: 246px;}
#inv_block_img2{min-height: 305px;}
#inv_block_img3{min-height: 263px;}
#inv_block_img4{min-height: 185px;}
#inv_block_img5{min-height: 214px;}
#inv_block_img6{min-height: 469px;}

*html #inv_block_img1{height: 246px;}
*html #inv_block_img2{height: 305px;}
*html #inv_block_img3{height: 263px;}
*html #inv_block_img4{height: 185px;}
*html #inv_block_img5{height: 214px;}
*html #inv_block_img6{height: 469px;}

.overlay_top{background-color:#E3F1E0; overflow:hidden;}
.overlay_flat_info{background-color:#E3F1E0; width:550px; float:left; margin:20px;}
.overlay_contact{background-color:#E3F1E0; width:170px; float:right; margin:15px;}
.overlay_contact h2{margin:0;}
.overlay_contact p{margin:0;}
.overlay_allot_links a{margin-right:7px;}
.overlay_content .close{position:absolute; top:-15px; right:-15px; width:35px; height:35px; cursor:pointer; background:url(images/close-trans.png);}
.tab_content h2{margin:0; background-color: #E3F1E0; font-size:22px; padding: 15px 0 0 25px;}

.bw_map_title{position: absolute; right: 0; font-size: 24px; font-family: Trebuchet MS; color: #016530; width: 300px; padding-top: 20px;}

#base{position: relative;}

#bw_main_dymek {position:absolute; width:207px; height:132px; top: 330px; left: 25px; font-size: 16px; background: url(images/wille_mapa/strzalka_dymek2-trans.png) no-repeat 0 0; font-family: "Trebuchet MS"; line-height: 125%;}

.preload1{background: url(images/dymek1.png) no-repeat;}

.contact_top{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_top .left{
	display: block;
	float: left;
	width: 260px;
	margin-right: 10px;
}
.contact_top .right{
	display: block;
	float: right;
}
.header{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}
.contact_map{
	display: block;
	float: right;
	width: 400px;
}
.contact_box{
	display: block;
	float: left;
	margin: 10px 0 10px 0;
}
.contact_box.left{
	margin-right: 10px;
}
.contact_box.right{
	margin-left: 10px;
	float: right;
}
.contact_box_top{
	width: 324px;
	height: 6px;
	overflow: hidden;
	background-image: url("images/kontakt/box_kontakt_top.gif");
}
.contact_box_middle{
	background-color: #E4F2E1;
	width: 304px;
	padding: 5px 10px;
}
*html .contact_box_middle{ /*hack for IE6*/
	width: 324px;
	padding: 0 0 0 0;
}
.contact_box_middle a{
	font-weight: bold;
}
.contact_box_bottom{
	background-image: url("images/kontakt/box_kontakt_bottom.gif");
	width: 324px;
	height: 29px;
}
.contact_bx_divider{
	background-image: url("images/kontakt/box_kontakt_divider.png");
	width: 324px;
	height: 2px;
	margin: 5px 0;
}