/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
	
}
html,body {
	height: auto;
	background: #42924F;
	color: #42924F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}

/* the hyperlinks */
a {
	color: #458023;
	text-decoration: underline;
}
a:hover {
	color: #265b00;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 870px;
	height: auto;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 870px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #FFF;

	}
	#topbar a:hover {
		background: #458023;
		color: #FFF;


}
	#topbar p {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #FFF;

}
/* the header that contains the big image */
#header {
	width: 870px;
	height: 180px;
	background: #42924F url(../images/header.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 10px;
		right: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 6px;
	right: 4px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		font-weight: bold;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		color: #254D2A;

	}
	#navbar a:hover {
		background: #458023;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 870px;
	height: auto;
	margin-top: 1px;
	background: #DEEBD2;; url(../images/coreback.gif) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 136px;
	height: auto;
	background: #E0FAD8;
	float: left;
}



/* the coreleft that contains the big image */
#coreleft {
	width: 141px;
	height: 803px;
	background: #42924F url(../images/left.jpg) top left no-repeat;
	relative;
}


/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: auto;
		color: #1CA032;
		background: url(../images/readmore_arrow.gif) 98% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		border: 0;
	}

	#coreleft a:hover {
		background: #EBF8DE url(../images/readmore_over.gif) 98% center no-repeat;
		color: #457E0C;
	}
	
	#coreleft h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	
}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 720px;
	height: auto;
	float: left;


	}
	#corecenter h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 16px;
		color: #3A8246;
		padding: 10px 0 0 10px;

	}
	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #3A8246;
		padding: 10px 0 0 10px;

	}
	#corecenter h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 13px;
		color: #3A8246;
		padding: 0px 0 0 0px;

	}
	#corecenter h4 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 13px;
		color: #3A8246;
		padding: 0px 0 0 12px;

	}
	#corecenter p {
		line-height: 20px;
		padding: 0px 10px 10px 11px;
		color: #3A8246;

	}
	#corecenter ul {
		padding: 10px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		background: #E8F3DD;
		text-decoration: none;
		color: #518218;
		display: block;
		height: auto;
		padding: 0px;
	}
	#corecenter li a:hover {
		background: #F3F9EB;
		color: #518218;
	

	}
	#corecenter a {
		text-decoration: none;
		color: #A3455B;  
		height: auto;
		padding: 10px;
	}
	#corecenter a:hover {
		color: #0D3D05;

	}
	#corecenter a:visited {
		color: #8DAA70;

}
	#index a {
		text-decoration: none;
		color: #3A8246; 
		height: auto;
		padding: 10px;
		line-height: 20px;

}
/* the corecentergal contains the center part of the core */
#corecentergal {
	width: 560px;
	height: auto;
	float: left;
	
	}
	#corecentergal h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 16px;
		color: #3A8246;
		padding: 10px 0 0 17px;

	}
	#corecentergal h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #3A8246;
		padding: 10px 0 0 15px;

	}
	#corecentergal h3{
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 13px;
		color: #3A8246;
		padding: 0px 0 0 15px;

	}
	#corecentergal p {
		line-height: 20px;
		padding: 0px 10px 10px 15px;
		color: #3A8246;

	}
	
	#corecentergal ul {
		padding: 10px;
		width: auto;
	}
	#corecentergal li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecentergal li a {
		background: #E8F3DD;
		text-decoration: none;
		color: #518218;
		display: block;
		height: auto;
		padding: 0px;
	}
	#corecentergal li a:hover {
		background: #F3F9EB;
		color: #518218;
	

	}
	#corecentergal a {
		text-decoration: none;
		color: #A3455B;  
		height: auto;
		padding: 5px;
	}
	#corecentergal a:hover {
		color: #0D3D05;

	}
	#corecentergal a:visited {
		color: #8DAA70;

}
/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 870px;
	height: 44px;
	background: #42924F;
	line-height: 44px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #256930;
		padding-right: 55px;
	}
	#footer a {
		color: #FFF;
	}

/* the footer that contains the big image */
#footer {
	width: 870px;
	height: 44px;
	background: #42924F url(../images/footer.jpg) top left no-repeat;
	position: relative;
}
img {
	border: 0px;
	float: right;
	margin: 0px 15px 10px 10px;

}
#tabela_linki {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
#tabela_linki td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;	
	width: 280px;
	
}
#tabela_pakiety_slubne {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 708px;
	margin-left: 10px;
}
#tabela_pakiety_slubne h3{
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 13px;
		color: #3A8246;
		padding: 0px 0 0 11px;
}
#tabela_pakiety_slubne td {
	border: 1px solid white;
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	vertical-align: top;


}
#tabela_wspolpraca {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	
}
#tabela_wspolpraca td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#tabela_polec {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	
}
#tabela_polec td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;


}
#tabela_kontakt {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	
}
#tabela_publikacje td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#tabela_publikacje {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#tabela_publikacje img {
	margin: 0px 0px 10px 10px;

}
#tabela_publikacje a {
	padding: 0px 0px 10px 0px;

	
}
#tabela_kontakt td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#tabela_referencje {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	
}
#tabela_referencje td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#tabela_referencje img {
	margin: 0px 0px 10px 10px;

}
#tabela_referencje a {
	padding: 0px 0px 10px 0px;


}
#tabela_prezenty {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	
}
#tabela_prezenty td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#tabela_prezenty img {
	margin: 0px 0px 10px 10px;

}
#tabela_prezenty a {
	padding: 0px 0px 10px 0px;

}
#tabela_metamorfozy {
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	
}
#tabela_metamorfozy td {
 	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#tabela_metamorfozy img {
	margin: 0px 0px 10px 10px;

}
#tabela_metamorfozy a {
	padding: 0px 0px 10px 0px;


}
#tabela_oferta {
	padding: 10px 0px 0px 0px;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 708px;
	margin-left: 10px;
}
#tabela_oferta h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 13px;
		color: #3A8246;
		padding: 0px 0px 0px 11px;

}
#tabela_oferta a {
		text-decoration: none;
		color: #A3455B;  
		height: auto;
		padding: 0px;

}
#tabela_oferta td {
	border: 1px solid white;
 	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	vertical-align: top;

}
#tabela_galeria {
	line-height: 0px;
	margin: 0 auto 0 auto;
	font-color: #3A8246;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #DEEBD2 url(../images/gallery.gif) center no-repeat;

}
#tabela_galeria td {
	font-color: #3A8246;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0px 0px 0px;

	
}
#pages {
	width: auto;
	height: auto;
	float: right;
	padding: 5px 5px 5px 10px;


}
	#pages a {
		text-decoration: none;
		color: #A3455B;  
		height: auto;
		padding: 0px 0px 0px 5px;

}
	#pages a:hover {
		color: #0D3D05;


	}
	#pages  a:visited {
		color: #8DAA70;


}
#ceny {
	width: auto;
	height: auto;
	float: left;
	margin: 3px 5px 5px 0px;
	position: absolute;


}
	#ceny p {
		text-decoration: none;
		color: #8DAA70;  
		height: auto;
		
}
.spacer {
	height: 15px;


}
#tabela_big {
		margin: 5px;
}
#tabela_big p {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0px 10px 10px 10px;
		color: #3A8246;
}
#tabela_big h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 15px;
		color: #3A8246;
		padding: 0px 10px 10px 15px;

}
#tabela_big a {
		text-decoration: none;
		color: #A3455B;  
		height: auto;
		padding: 5px;
}
#tabela_big a:hover {
		color: #0D3D05;

}
#tabela_big a:visited {
		color: #8DAA70;

}

/* the coreleft contains the left part of the core */
#coreright {
	width: 141px;
	height: auto;
	background: #E0FAD8;
	float: right;

}
/* the ccoreright that contains the big image */
#coreright {
		width: 146px;
		height: 803px;
		background: #42924F url(../images/right.jpg) top right no-repeat;
		float: right;

}
#coreright img {
		margin: 71px 12px 10px 10px;
		
}
#lightbox img {
		margin: 0px;
		
}


	
