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

/*
standardowe czcionki
*/
body {
   text-align: left;
   font-family: Verdana, Arial, 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: #ffc200; 
}

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

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

/*****************
podstawowy wyglad
*****************/
body {
   background: #000102 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: 950px;
   background: transparent;
   color:#f0eef1;
}
div#langUp {
	width:950px;
	height: 30px;
	margin: 0;
	overflow:hidden;
}
div#langUp p{
	text-align:right;
	margin:0;
}
div#langUp p img{
	text-align:right;
	margin:4px 0 0 5px;
}
div#header {
	width:950px;
	height: 80px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #ffc200 url(images/kreatyw/menu_bg.jpg) no-repeat 0 0; 
}
div#header_l {
	width:250px;
	height: 80px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:left;
	display:inline; 
}
div#header_l img{
	margin-left: 20px;
}
div#header_r {
	width:670px;
	height: 80px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:right;
	display:inline; 
}
div#main_pic_ {
	width:950px;
	height: 270px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #ffc200 url(images/kreatyw/ng.jpg) no-repeat 0 0; 
}
div#main_pic_pl_PL {
	width:950px;
	height: 270px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #ffc200 url(images/kreatyw/ng_pl.jpg) no-repeat 0 0; 
}
div#main_pic_en_US {
	width:950px;
	height: 270px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #ffc200 url(images/kreatyw/ng_en.jpg) no-repeat 0 0; 
}
div#main_pic_de_DE {
	width:950px;
	height: 270px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #ffc200 url(images/kreatyw/ng_de.jpg) no-repeat 0 0; 
}
div#content {
	width: 950px;
	margin:15px auto;
	overflow:hidden;
}
div#c_left {
	width:560px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:left;
	display:inline;
}
div#c_right {
	width:330px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:right;
	display:inline;
}
div#main {
   padding: 0;
   margin:0;
}
div#foot {
	clear:both;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	border-top:1px solid #3b2d00;
	background:#000000;
}
div#footer {
	clear:both;
	width:950px;
	margin: 0 auto;
	padding:10px 0;
	overflow: hidden;
	color: #ffffff;
}
div#footer h3{
	font-size:10px;
	text-align:right;
	font-weight:normal;
	color:#a9a9a9;
	margin:0;
}
div#footer h3 a{
	color:#a9a9a9;
}
div#footer h3 a:hover{
	color:#ffc200;
}
div#footer p{
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	padding:15px 0 20px 0;
	margin:0;
}
div#footer p a{
	color:#ffffff;
}
div#footer p a:hover{
	color:#ffc200;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}
table.contactform{
	margin:0 auto;
}
table.contactform td{
	padding:5px;
}
table.contactform td input{
	padding:2px;
	background:#b8b8b8;
	border: 1px solid #ffffff;
	width:420px;
}
table.contactform td input.fbsubmit{
	padding:2px;
	background:#ffc200;
	border: 1px solid #ffffff;
	color:#000000;
	font-weight:bold;
	width:425px;
	cursor:pointer;
}
table.contactform td textarea{
	padding:2px;
	background:#b8b8b8;
	border: 1px solid #ffffff;
	width:420px;
	height:80px;
}
table.kontakt_start{
	margin:20px auto;
	display:block;
	overflow:hidden;
}
table.kontakt_start td{
	width:298px;
	height:161px;
	text-align:center;
	background: transparent url(images/kreatyw/kontakt_start.gif) no-repeat 0 0;
}
table.tab_ref{
	margin:20px auto;
	width:100%;
	overflow:hidden;
	border-collapse: collapse;
}
table.tab_ref td{
	text-align:left;
	vertical-align:top;
	padding:20px;
	border-bottom:1px solid #3b2d00;
}

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

/* HEADINGS */
div#content h1 {
   color: #ffc200; 
   font-size: 14px; 
   text-align: left; 
   padding-bottom: 8px;
   margin: 15px 0 15px 0;
}
div#content h2 {
   color: #ffffff; 
   font-size: 13px; 
   text-align: left; 
   padding:8px 0 8px 0;
   margin: 10px 0 10px 0;
   border-bottom:1px dotted #ffc200;
}
div#content h3 {
   color: #ffc200; 
   font-size: 12px;
   line-height: 18px;
   font-weight: bold;
   margin: 5px 0 5px 0;
}
div#content h4 {
   color: #ffc200; 
   font-size: 11px;
   line-height:22px;
   padding: 5px;
   text-align:right;
   margin: 5px 0 5px 0;
}
div#content h5 {
   color: #fac200; 
   font-size: 14px;
   line-height: 26px;
   font-weight:bold;
   margin: 0 0 12px 0;
   text-align:center;
}
div#content h6 {
   color: #ededef; 
   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:#f0eef1;
   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 */