@import url(style_main.css);
@import url(artykuly.css);
@import url(ankieta.css);

html {}

body {
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
	color: #efefef;
	background: #000000;	
	line-height: 18px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

a {
  outline : none;
  color:#efefef;
}
img{border:0px solid;}

#kontener {
	 width: 982px;	 
	 float:left;
}

#top{
  width:982px;
  height: 52px;
  float:left;
}

#banner{
  width:982px;
  height:162px;
  float:left;
  background: url(../images/subpage_logo.jpg) no-repeat;
}

#main{
  width:982px;
  float:left;
  background: url(../images/page_back.jpg) repeat-y;
  margin-bottom:10px;
}

#lewa{
  width:383px;
  padding:7px 20px 0px 0px;
  float:left;
  text-align:right; 
}

#lewa div{
  padding:3px 0px 3px 0px;
}

#lewa div.nagl{
  color:#AF120A;
  font-variant:small-caps;
  font-weight: bold;
  font-family: palatino Linotype;
  font-size:14px;
}

#lewa>div.nagl{
  font-size:15px;
}

#lewa a{
  text-decoration: none;
}

#lewa a:hover,
#lewa a:active{
  color:#E78218;
  font-weight: bold;
}

#lewa img.bullet{
  vertical-align: middle;
  margin-left:5px;
}

#prawa{
  width:524px;
  padding:48px 25px 10px 30px;  
  float:left;
  background: url(../images/topbar_right.jpg) no-repeat;
  text-align: justify;
  overflow:hidden;
}

.strona_tresc{  
  float:left;
  width:656px;
  padding:0px 20px 10px 20px;
  text-align: justify;
  position:relative;
  left:12px;
  background:#F3ECE4;
}

.header{
  font-size:20px;
  font-weight: bold;
  font-style: italic;
  padding: 8px 0px 8px 0px;
  color:#8A0D09;
}

.przerwa{
  background: url(../images/kreska_pionowa.jpg) no-repeat ;
  width:1px;
  height:371px;
  float:left;  
}

#galeria{
  text-align: center;
  float:right;
  width:120px;
  padding:0px 0px 0px 25px;
}

#galeria div{
  width:100px;
  height:89px;
  padding:7px;
  background: url(../images/pic_frame.jpg) no-repeat;
}

#galeria img{
  width:100px;
  height:75px;
}


.kontaktText{
  border:1px #341E10 solid;
  background: #EFE3D1 !important;
  width:300px !important;
  color:#341E10;
}

.form_tytul{
  font-size:14px;
  line-height:24px;
  text-align:left;
  font-weight:bold;
  color:#341E10;
}

.info_err{
  width:95%;
  padding:5px 15px 5px 15px;
  text-align: center;
  font-weight: bold;
  color:#8A0D09;
  border: 2px solid #8A0D09;
  background: #FFE1DF;
  float:none;
}

.info_ok{
  width:95%;
  padding:5px 15px 5px 15px;
  text-align: center;
  font-weight: bold;
  color:#0F6B1B;
  border: 2px solid #0F6B1B;
  background: #C3B4B4;
  float:none;
}

.btn{
  color:#8A0F08;
  border:0px solid;
  padding:0px 8px 8px 8px;
  background:none;
  cursor:pointer;
  font-weight:bold;
}

#footer{
  clear:both;
  width:982px;
  height:38px;
  padding-top:0px;
  background: url(../images/footer.jpg) no-repeat ;
}

#footer a{
  color:#F3ECE4;
  text-decoration: none;
}

#footer a:hover,
#footer a:active{
  color:#A8EF68;
}

.footer_right{
  float:right;    
  padding-right:20px;
}

.footer_left{
  float:left;
  padding-left:25px;
}

