@charset "utf-8";

/* -----------------------------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,
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;
	font-size: 100%;
	background-color: 970101;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 5px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

*{
	margin: 0;
 }
 
 html, body {
     height: 100%;
	 zoom: 1;
 }
 /* ---------------END RESET------------------*/
 body{
	font: Arial, Helvetica, sans-serif;
	background-color: #12110d;
	background-image: url(grafika/bg-main.jpg);
	background-position:center top;
	background-repeat:no-repeat;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 }

  .wrapper {
	min-height: 100%;
	width:960px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -192px;
 }
 
 p{
	 font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #DDD;
	line-height:18px;
	margin-bottom:10px;
}
 
 
 img {
 }
 
 #col-2 li{
	 margin-left:20px;
	 color: #8E8D75;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:6px;
	list-style: circle;

 } 
  #col-2 ul{
	margin-bottom:15px;

 }

 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:15px;

 }
 
 h2 {

 }
 
  h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#fff;
	font-weight:normal;
 }
 
 
 
 #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
 }

 #header {
	height:230px;
	background-image: url(grafika/bg-header.jpg);
	background-repeat:no-repeat;
	margin:0px;
	text-align: right;
 }

 


 #mainContent {
	 height:755px;
 }


 
#col-1{
	width:173px;
	float:left;
	text-align: left;
	margin-top:55px;
	
}
#col-1-srodek{
	width:158px;
	background-image: url(grafika/bg-menu.png);
	overflow:hidden;
	padding-left:15px;
}
#col-1-dol{
	width:173px;
	height:19px;
	background-image:url(grafika/bg-menu-dol.png);
	overflow:hidden;
}
#col-1 li{
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
	width:147px;
	background-image:url(grafika/menu-belka.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #E6E6E6;
	margin-bottom:8px;
	padding-bottom:4px;
	
}


 #col-1 a:link{
	color: #E6E6E6;
	text-decoration:none;
}
 #col-1 a:visited{
	color: #E6E6E6;
	text-decoration:none;
}
 #col-1 a:hover{
	 color: #999;;
	text-decoration:none;
}
 #col-1 a:active{
	color: #E6E6E6;
	text-decoration:none;
}
 
#col-2{
	margin-left:20px;
	width:577px;
	float:left;
	text-align: left;
	
}
#col-2-srodek{
	width:547px;
	min-height:530px;
	background-image: url(grafika/bg-main.png);
	background-position: 0px 514px;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:15px;
	padding-bottom:0px;
}
#col-2-dol{
	width:577px;
	height:21px;
	background-image:url(grafika/bg-main-dol.png);
	overflow:hidden;
} 
 
 #col-2 a:link{
	color: #138fe6;
	text-decoration: underline;
}
 #col-2 a:visited{
	color: #138fe6;
	text-decoration: underline;
}
 #col-2 a:hover{
	color: #fff;
	text-decoration: underline;
}
 #col-2 a:active{
	color: #138fe6;
	text-decoration: underline;
}
 #col-3{
	width:187px;
	float:right;
	text-align: center;
	margin-top:55px;
}
#col-3-srodek{
	width:187px;
	background-image: url(grafika/bg-kol.png);
	overflow:hidden;
}

#col-3-dol{
	width:187px;
	height:19px;
	background-image:url(grafika/bg-kol-dol.png);
	overflow:hidden;
}
 
.bt{
	width:162px;
	height:56px;
	background-color:#1d1d1d;
	margin:8px;
	border-style:solid;
	border-width:1px;
	border-color:#131313;

}
#blogs{
	width:375px;
	height:114px;
	float:right;
	text-align:left;
	margin-top:121px;
}


#data{
	margin-top:58px;
	margin-right:20px;
	text-align:right;
	float:right;
	height:30px;
	width:500px;
	color:#fff;
	font-size:12px;
	
}
 #menu{
	 float:right;
	margin-top:5px;
	margin-right:10px;
	width:550px;
	height:35px;
	font-family:Tahoma, Geneva, sans-serif;
 }


 #menu  a:link{
	 font-size:14px;
	 margin-left:18px;
	 margin-right:5px;
	 text-decoration:none;
	 color:#f4f4f4;
	 
 }
  #menu  a:visited{
	  font-size:14px;
	 margin-left:18px;
	 margin-right:5px;
	 text-decoration:none;
	 color:#f4f4f4;
 }
  #menu  a:hover{
	  font-size:14px;
	 margin-left:18px;
	 margin-right:5px;
	 text-decoration:none;
	 color: #999;
 }
  #menu  a:active{
	  font-size:14px;
	 margin-left:18px;
	 margin-right:5px;
	 text-decoration:none;
	 color:#f4f4f4;
 }
 
 #menu p{
 float:left;
 }
 
 
#menu2
{
	height:62px;
	width:619px;
	float:right;
	margin-top:2px;
	margin-right:17px;
}
 .img-left{
	 float:left;
	 margin:5px;
 }
 .img-right{
	 float:right;
	 margin:5px;
 }
 .tekst1 {	

 }
 .tekst2 {
	 
 }
  .tekst3 {	

 }
 
 a.mail{
	 
 }
 
 a.mail:hover{
 	text-decoration:underline;
 }
 
 
 
 
 .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 .footer, .push {
     height: 192px;
	 }
 .footer {
	 background-image:url(grafika/bg-footer.jpg)

 }
 .footer-pojemnik{
	 
	 width:960px;
	 height:122px;
	 margin: 0 auto;
	 padding-top:70px;
 }
.footer-pojemnik p{
	font-family: Tahoma, Geneva, sans-serif;
	
	 font-size:12px;
	 color:#FFF;
}
.footer-pojemnik a:link{
	 color:#FFF;
	 padding-left:30px;
	 padding-right:30px;
	 text-decoration:none;
}

.footer-pojemnik a:visited{
	 color:#FFF;
	 padding-left:3px;
	 padding-right:3px;
	 text-decoration:none;
}
.footer-pojemnik a:hover{
	 color: #CCC;
	 padding-left:3px;
	 padding-right:3px;
	 text-decoration:underline;
}
.footer-pojemnik a:active{
	 color:#FFF;
	 padding-left:3px;
	 padding-right:3px;
	 text-decoration:none;
}

 .cmsContactForm{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #DDD;
	padding-left:5px;
 }

 input, textarea, select, option, button{
 	font-family:Arial, Helvetica, sans-serif;
	border: thin;
	border-width:1px;
	border-color: #9e9381;
	border-style:solid;
	color:#502801;
	font-size:12px;
	overflow:hidden;
	background-color:#d2ceb3;
 }

 .formError{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:10px;
	padding:5px;
 }
