/*****************
kasujemy wszystkie standardowe marginesy
******************/
* {
margin:0;
padding:0;
}

/*
standardowe czcionki
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 12px;
}

/*
rozmiar czcionek dla wszystkich div-ow
*/
div {
   font-size: 12px;
}

/*
kasujemy obramowanie wokol obrazkow
*/
img {
   border: 0;
}

/*
standardowe style linkow
*/
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #4a996f; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #4a996f;
}

a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #3b4348;
}

/*****************
podstawowy wyglad
*****************/
body {
   background: #8cb998 url(images/kreatyw/bg.jpg) repeat-x 0 0;
   color: #343536;
   margin: 0px;
}
div.clrb{
	clear:both;
}
/* rozmiar strony */
div#pagewrapper {
   border: 0px;
   margin: 0 auto;
   width: 960px;
   background: transparent;
   color:#3b4348;
}
div#header {
	width:960px;
	height: 233px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: transparent url(images/kreatyw/ng.jpg) no-repeat 0 0; 
}
div#page_left {
	width:730px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:left;
	display:inline;
}
div#page_right {
	width:230px;
	height:675px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:right;
	display:inline;
	background: transparent url(images/kreatyw/right_ani.jpg) repeat-y 0 0; 
}
div#menu {
	width:730px;
	height: 56px;
	margin: 0;
	padding:0;
	background: #225b3f url(images/kreatyw/menu_bg.jpg) no-repeat 0 0; 
}
div#content {
	width: 730px;
	padding:10px 0;
	overflow:hidden;
	background: transparent url(images/kreatyw/content_bg.gif) repeat-y top left; 
}
div#langUp {
	width:700px;
	height: 30px;
	margin: 0 auto;
	overflow:hidden;
}
div#langUp p{
	text-align:right;
	margin:0;
	padding:0;
}
div#langUp p img{
	text-align:right;
	margin:5px 0 0 5px;
}
div#main {
   padding: 10px 30px;
   margin:0;
}
div#footer {
	clear:both;
	width:730px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	color: #ffffff;
	background: transparent url(images/kreatyw/footer_bg.jpg) no-repeat 0 0;
}
div#footer h3{
	font-size:10px;
	text-align:right;
	font-weight:normal;
	color:#ffffff;
	margin:10px;
}
div#footer h3 a{
	color:#ffffff;
}
div#footer h3 a:hover{
	color:#bef397;
}
div#footer p{
	font-size:11px;
	text-align:center;
	color:#ffffff;
	padding:10px 0 0 0;
	margin:0;
}
div#footer p a{
	color:#ffffff;
}
div#footer p a:hover{
	color:#bef397;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	clear:both;
   height: 1px;
   margin: 10px 0 10px 0;
   border-bottom: 1px solid #1f5239;
}
table.contactform{
	margin:0 auto;
}
table.contactform td{
	padding:5px;
}
table.contactform td input{
	padding:2px;
	background:#ffffff;
	border: 1px solid #1f5239;
	width:220px;
}
table.contactform td input.fbsubmit{
	padding:2px;
	background:#1f5239;
	border: 1px solid #1f5239;
	color:#ffffff;
	font-weight:bold;
	width:225px;
	cursor:pointer;
}
table.contactform td textarea{
	padding:2px;
	background:#ffffff;
	border: 1px solid #1f5239;
	width:220px;
	height:80px;
}
table.tab_amb{
	margin:0 auto;
	display:block;
	overflow:hidden;
}
table.tab_amb td{
	text-align:left;
	vertical-align:middle;
	padding:15px 0 15px 30px;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   color: #4a996f; 
   font-size: 14px; 
   text-align: left; 
   padding-bottom: 8px;
   margin: 15px 0 15px 0;
}
div#content h2 {
   color: #1f5239; 
   font-size: 13px; 
   text-align: left; 
   padding:8px 0 8px 0;
   margin: 10px 0 10px 0;

}
div#content h3 {
   color: #1f5239; 
   font-size: 13px; 
   text-align: left; 
   padding:8px 0 8px 0;
   margin: 10px 0 10px 0;
   border-bottom:1px solid #1F5239;
   clear:both;
}
div#content h4 {
   color: #4a996f; 
   font-size: 11px;
   line-height:22px;
   padding: 0;
   text-align:left;
   margin: 0 0 5px 0;
}
div#content h5 {
   color: #4a996f; 
   font-size: 14px;
   line-height: 26px;
   font-weight:bold;
   margin: 0 0 12px 0;
   text-align:center;
}
div#content h6 {
   color: #4a996f; 
   font-size: 12px;
   line-height: 20px;
   font-weight:bold;
   margin: 4px 0 4px 0;
   text-align:center;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 12px;
   margin: 15px 0 15px 0;  /* some air around p elements */
   line-height:18px;
   padding: 0;
   color:#3b4348;
   text-align:justify;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
ul, ol, dl {
  font-size: 12px;
   line-height:16px;
   margin: 10px 0 0 25px;
}
ul li, ol li {
  margin: 5px 0 2px 20px;
}
ul.lista_start{
	list-style:disc;
	color:#ffc200;
}
ul.lista_start li{
	font-size:12px;
	font-weight:bold;
	color:#ffc200;
	padding:0;
}
ul.lista_start li p{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:0;
}
div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

ul.clearfix{
	font-size: 12px;
	line-height:16px;
	margin: 10px 0 0 25px;
}
ul.clearfix li{
	margin: 5px 0 2px 20px;
}
ul.clearfix li a{
	color:#3d332b;
}
ul.clearfix li a:hover{
	color:#df0023;
}
/* END LISTS */