/*------------------------------------------------------------------
 # [CSS RESET]
 # -----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

a {
	color: #6d340a;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #6d340a;
	text-decoration: underline;
	outline:none;
}

/*------------------------------------------------------------------
 # [Podstawowe]
 # -----------------------------------------------------------------*/
 
html,body 
{
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color:#f3ecd5;
	color:#6d340a;
}

#container
{
	width:806px;
	margin:auto;
	background-color:#fdfbf7;
}

#container #header
{
	height:272px;
}

#container #header #logo
{
	float:left;
	width:209px;
	height:272px;
}

#container #header #baner_top
{
	float:left;
	width:597px;
	height:272px;
	background: url(../images/top.jpg) top left no-repeat;

}

#container #header #baner_kontakt
{
	float:left;
	width:597px;
	height:272px;
	background: url(../images/top.jpg) top left no-repeat;

}

#container #header #baner_oferta-kendo
{
	float:left;
	width:597px;
	height:272px;
	background: url(../images/kendo-top.jpg) top left no-repeat;

}

#container #header #baner_oferta-mandi
{
	float:left;
	width:597px;
	height:272px;
	background: url(../images/mandi-top.jpg) top left no-repeat;

}

#container #header #baner_galeria
{
	float:left;
	width:597px;
	height:272px;
	background: url(../images/galeria-top.jpg) top left no-repeat;

}

#container #header #baner_swinoujscie
{
	float:left;
	width:597px;
	height:272px;
	background: url(../images/swinoujscie-top.jpg) top left no-repeat;

}


#container #content
{
	clear:both;
	padding-top:10px;
}

#container #content #left
{
	float:left;
	width:209px;
	min-height:500px;
	height:500px;
	height:auto !important;
	padding-bottom:20px;
}

#container #content #left #menu
{
	min-height:500px;
	height:500px;
	height:auto !important;
	border:1px solid #ede5cf;
	width:185px;
	margin-left:15px;
}

#container #content #left #menu ul#nav
{
	width:176px;
	min-height:495px;
	height:495px;
	height:auto !important;
	margin:auto;
	background: url(../images/bg.jpg) top left repeat-x;
	margin-top:5px;
}

#container #content #left #menu ul#nav li
{
	padding-top:16px;
	padding-left:40px;
}

#container #content #right
{
	float:left;
	width:597px;
	min-height:500px;
	height:500px;
	height:auto !important;
	padding-bottom:20px;
}

#container #content #right #content-txt
{
	min-height:500px;
	height:500px;
	height:auto !important;
	border:1px solid #ede5cf;
	width:570px;
	margin-left:5px;
}

#container #content #right #content-txt #txt
{
	width:560px;
	min-height:495px;
	height:495px;
	height:auto !important;
	margin:auto;
	background: url(../images/bg.jpg) top left repeat-x;
	margin-top:5px;
}

#container #content #right #content-txt #txt h1
{
	font-size:17px;
	font-weight:normal;
	padding-bottom:5px;
	color:#6d360e;
	margin:0px 0px 10px 20px;
	padding-top:20px;
} 


#container #content #right #content-txt #txt img
{
	padding:3px;
	background-color:#f9f4e7;
	border:1px solid #ede2ca;
	margin-left:10px;
}

#container #content #right #content-txt #txt .cms
{
	padding:0px 20px;
	white-space: normal;
	padding-bottom:20px;
}

#container #content #right #content-txt #txt .cms2 img
{
	padding:0px;
	margin:0px;
	margin-left:5px;
	padding:3px;
	background-color:#f9f4e7;
	border:1px solid #ede2ca;
}

#container #footer
{
	clear:both;
	width:780px;
	height:30px;
	border-top:1px solid #eee7d4;
	margin-left:10px;
}

#container #footer #kontakt
{
	margin:10px 0px 0px 20px;
	padding:0;
	float:left;
	display:block;
}

#container #footer #copyright
{
	margin:10px 20px 0px 0px;
	padding:0;
	float:right;
	display:block;
}

#container #content #right #content-txt #txt #galeria
{
	min-height:680px;
	height:auto !important;
}

#container #content #right #content-txt #txt #galeria #gal li
{
	float:left;
	width:170px;
	padding:0px;
	margin:0px;
	margin-right:5px;
	margin-bottom:10px;
	}
	
#container #content #right #content-txt #txt #galeria #gal li img
{
	padding:0px;
	margin:0px;
	padding:3px;
	background-color:#f9f4e7;
	border:1px solid #ede2ca;
	
}	
#container #content #right #content-txt #txt #galeria #gal li a
{
        float:left;
        width:170px;
		padding:0px;
		margin:0px;
		

}

#log
 {
         width:434px;
		 
 }
 
#log fieldset
 {
         padding:20px 10px 10px 20px;
         
 }
 
#log label
  {
          float:left;
          display:block;
          width:110px;
          font-weight:bold;
  }
  
#log input
  {
          float:left;
          display:block;
          margin-bottom:10px;
		  padding:2px;
  }
  
#log input.submit
  {
          background:#6e350a;
          color:#fff;
          border:0px;
		  font-size:11px;
          padding:5px;
  }


