/*------------------------------------------------------------------
 # [CSS RESET]
 # -----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------------------------
 # [PODSTAWOWE]
 # -----------------------------------------------------------------*/

 body 
{ 
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background:#fff url(http://www.2.greenpol.com.pl/img/bg.jpg) repeat-x;
	color: #585858;
	line-height:190%;
}

#container
{
	width:939px;
	margin:auto;
}

#container #header
{
	height:135px;
}

#container #header #logo
{
	float:left;
	height:90px;
	width:249px;
	padding-top:20px;
	background:#fff url(http://www.2.greenpol.com.pl/img/logo-bottom.jpg) bottom left no-repeat;
}

#container #header #menu
{
	float:left;
	height:47px;
	margin-top:88px;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
	}
.menu ul{
	height:42px;
	list-style:none;
	margin:0;
	padding:0;
	margin-left:20px;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		color:#2d241f;
		display:block;
		font-weight:bold;
		line-height:42px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		
		.menu li a.current{
		background: #005c4d url("http://www.2.greenpol.com.pl/img/menu/hover.gif") bottom center no-repeat;
		color:#fff;
		text-decoration:none;
		}

		
		
		.menu li a:hover, .menu ul li:hover a{
			background: #005c4d url("http://www.2.greenpol.com.pl/img/menu/hover.gif") bottom center no-repeat;
			color:#fff;
			text-decoration:none;
			}
	.menu li ul{
		background:#005c4d;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('http://www.2.greenpol.com.pl/img/menu/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:200px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:42px;
		font-size:11px;
		font-weight:normal;
		margin:0px;
		padding:0px 10px 0px 30px;
		text-align:left;
		text-transform:none;
		background:#005c4d url('http://www.2.greenpol.com.pl/img/bg-menu.jpg') center left no-repeat;
		}
		
		.menu li ul li {
			background:#005c4d url('http://www.2.greenpol.com.pl/img/bg-menu.jpg') 15px center no-repeat;
			border-bottom:1px solid #1d6c5f;
		}

		.menu li ul a:hover, .menu li ul li:hover a{
			background:#1d6c5f url('http://www.2.greenpol.com.pl/img/bg-menu.jpg') 15px center no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	


#container #content #shadow
{
	height:43px;
	background:#fff url(http://www.2.greenpol.com.pl/img/bg-shadow.jpg) top center no-repeat;
}

#container #content #text
{
	height:347px;
	min-height:347px;
	height:auto !important;
	padding:10px 18px;
}

#container #content .lisc
{
	background:#fff url(http://www.2.greenpol.com.pl/img/bg-content.jpg) top center no-repeat;
}

#container #content .p
{
	background:#fff url(http://www.2.greenpol.com.pl/img/bg-content2.jpg) top center no-repeat;

}



#container #content #text h1, #container #content #text h2,  #container #content #text h3
{
	color:#005c4d;
	font-size:24px;
	font-weight:normal;
	margin-bottom:8px;
	padding-bottom:5px;
}


#container #content #text h1.top, #container #content #text h2.top
{
	margin-top:15px;
}

#container #content #text #promowane
{
	float:right;
	width:540px;
}

#container #content #text #promowane .item
{
	height:230px;
}

#container #content #text #promowane .item .heading, #container #content #text #heading
{
	color:#005c4d;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:5px;
	padding-top:10px;
}

#container #content #text #promowane .item .img
{
	float:left;
	width:300px;
	height:200px;
	text-align:center;
	padding-top:20px;
}

#container #content #text #promowane .item .desc
{
	float:left;
	width:570px;
	height:200px;
	padding-top:20px;
}

#container #content #text #content-left{
	float:						left;
	width:						350px;
	margin-bottom:		20px;
	margin-top:270px;
}

#container #content #text #content-left2{
	float:						left;
	width:						300px;
	margin-bottom:		20px;
}

#container #content #text ul#short-news p{
	padding:0px;
	margin:0px;
}

#container #content #text ul#short-news li{
	list-style-type:none;
	padding:10px 0px;
	border-bottom: 1px dashed #ccc;
	margin:0px;
	color:#585858;
}

#container #content #text ul#short-news li a{
	list-style-type:none;
	color:#585858;
	font-weight:bold;
	text-decoration:underline;
}

#container #content #text ul#short-news li a:hover
{
	text-decoration:underline;
}

#container #content #text ul#short-news li .data{
	color:#ccc;
	font-size:10px;
}

#container #content #text #content-right{
	float:						right;
	width:						530px;
	margin-bottom:		20px;
}

#container #content #text #content-right2{
	float:						right;
	width:						580px;
	margin-bottom:		20px;
}

#container #content #text #content-right .page{
	
	margin-top:15px;
}


#container #footer
{
	clear:both;
	background-color:#005c4d;
	padding:7px 34px;
	color:#fff;
}

#contactform {
	margin:15px 0px;
}

#contactform label{
float: left;
width: 120px;
font-weight: bold;

}

#contactform input, #contactform  textarea{
width: 150px;
margin-bottom: 5px;
border:1px solid #ccc;
	color: #5a5a5a;
	font-size:10px;
	padding:5px;
}

#contactform  textarea{
width: 150px;
height: 150px;
font-family:Tahoma;
}

#contactform  .boxes{
width: 1em;
}

#contactform  #submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
border:0px;
background-color:#005C4D;
color:#fff;
padding:5px 0px;
font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#contactform  #cancelbutton{

float:right;
margin-right:80px;
margin-top: 5px;
width: 90px;
border:0px;
background-color:#e3de5e;
color:#fff;
padding:5px 0px;
font-size:11px;
}

#contactform  br{
clear: left;
}

#map
{	
	margin-top:20px;
}

.news-show-content .news-show-content-autor
{
	color:#ccc;
	font-size:10px;
}

.news-show-content .video
{
	padding:10px 5px;
	text-align:center;
	margin:10px 0px;
}

.news-show-content .plik
{
	margin:5px 0px;
	text-align:right;
}

.news-show-content .plik a
{
	color:#005C4D;
}

.news-show-content .gallery ul
{
	margin: 15px 0px;
}

.news-show-content .gallery ul li
{
	float:left;
	width:150px;
	padding-right:10px;
}

.news-show-content .gallery ul li img
{
	padding:5px;
	background-color:#F3F3F4;
	border:1px solid #ccc;

	
}

#pathway
{
	margin-top:10px;
}

#crumbs {
	height:2.3em;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	}
	
	
#content-right #adresy .adres
{
	float:left;
	width:125px;
	height:130px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:120%;
}

#content-right #adresy .adres .nazwa
{
	font-weight:bold;
	padding:5px;
}

#content-right #adresy .adres .nazwa a
{
	color:#585858;
	font-size:11px;
	text-decoration:none;
}

#content-right #adresy .adres .opis
{
	padding:5px;
}

#content-right #adresy .adres .opis a
{
	color:#005C4D;
}

#pathway {
	color:						#565656;
	padding: 3px;
	margin-bottom: 25px;
	}

#pathway ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#pathway ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#pathway ul li a{
	color:						#565656;
	}




.produkt .foto
{
	float:left;
	width:300px;
	padding:0px 15px;
	text-align:center;
	margin-top:20px;
}

.foto a
{
	text-decoration:underline;
	color:#000;
}

.foto a img
{
	text-decoration:none;
}

.foto img
{
	padding:5px;
	border:1px solid #ccc;
}


.produkt .desc
{
	float:right;
	width:545px;
}

.produkt .desc .title
{
	font-size:18px;
	font-weight:bold;
	color:#005C4D;
	margin-bottom:10px;
}

.produkt .desc .short_desc
{
	font-weight:bold;
	margin-bottom:20px;
}

.produkt .desc .video
{
		padding:10px 5px;
	text-align:center;
	margin:10px 0px;
}

.produkt .desc .description
{
	margin-bottom:10px;
}

.produkt .desc .description strong
{
	font-size:12px;
	font-weight:bold;
}

.produkt .desc .description ul
{
	margin:10px 0px 0px 30px;
}

.produkt .desc .description ul li
{
	list-style-type:square;
	padding:3px 0px;
}

.produkt .desc .description table
{
	border:0px;
	margin:10px 0px;
}

.produkt .desc .description table td
{
	border-bottom:1px dotted #ccc;
	padding:5px;
}

.produkt .foto .pliki
{
	/*border:1px solid #E3E2E8;*/
	
	margin-top:15px;
}

.produkt .foto .pliki img
{
	vertical-align:middle;
	padding:0px;
	border:0px;
}

.produkt .foto .pliki a
{
	color:#005C4D;
}

#kategorie .end
{
	width:300px;
	height:13px;
	
}

#kategorie {
	width: 300px;
 	padding-top:15px;
}
#kategorie ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
#kategorie li {
	padding-left:0px;
	padding-right:20px;
	font-weight:bold;
	margin:3px 0px;
	

}
#kategorie li a:link, #kategorie li a:visited  {
 font-size: 12px;
 display: block;
 border-bottom: 1px solid #f5f5f5;
 padding: 3px 15px;
 color: #017361;
 text-decoration: none;
 
}

#kategorie li a.active {

  background-color:#017361;
  color:#fff;
}

#kategorie li a:hover {
 color: #fff;
  background-color:#017361;
 text-decoration:underline;
 
}

#kategorie ul ul {
	margin:5px 0px;
}
#kategorie ul ul li {
 margin:0;
 font-weight:normal;
 padding-right:0px;
 padding-left:15px;
}

#kategorie ul ul li a{
 margin:0;
 list-style-type:square;
}

#kategorie ul ul a:link, #kategorie ul ul a:visited {
 color: #1E2725;
 background-color:#fff;
 border-bottom: 1px dotted #E3E2E8;
 
}
#kategorie ul ul a:hover {
 color: #1E2725;
}

#hor-minimalist-b
{
	margin-top: 15px;
	border-collapse: collapse;
	text-align: left;
}

#hor-minimalist-b td
{
	border-bottom: 1px dotted #ccc;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{

}

#hor-minimalist-b td a
{
	color:#005C4D;
	font-weight:bold;
}

#admin
 {
	width:300px;
	border-collapse: collapse;
	font-size: 12px;
	margin:45px;
 }
 
#admin th
 {
	width: 50px;
	text-align:right;
 }
 
#admin td
 {
	padding: 6px 8px;
 }
 
#admin td input
 {
	border:1px solid #ccc;
	padding:4px;
	font-size:11px;
 }
 
 #admin td input#log
 {
	background-color:#005C4D;
	color:#fff;
	font-size:11px;
	border:0px;
	padding:5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

 }




a.white_foot_link:link, a.white_foot_link:visited, a.white_foot_link:hover  {
 color: #33A895;
 text-decoration: none;
 
}


