body {
   background-color: #b39d85;
   background-image: url(grafika/414.gif);
   margin: 0px;
}

div#ramka_glowna{
   border: 3px solid #333333;
   background: #d2b48c none repeat scroll 0 0;
   position: absolute;
   top: 240px;
   left: 50%;
   width: 954px; /*bo ramka z lewej i prawej - razem 6px i padding. Razem 980*/
   margin-left: -490px;
   padding: 10px;
   text-align: justify;
   font: 17px/32px Arial, Helvetica, sans-serif;
}

#banner{
	position: absolute;
   top:0;
   left: 50%;
   margin-left: -490px;
	width:980px;
   height: 200px;
}

#nuty{
   position: absolute;
   top:60px;
   height: 230px;
   width: 100%;
   background-image: url(grafika/nuty.png);
   background-repeat: repeat-x;
}


h1, h2 {
   margin: 10px;
   font-size: 200%;
   color: #d2691e; 
   font-family: "Century Gothic";
   letter-spacing: 3px;
}

h2 {
	font-size: 150%;
}

input, textarea, select { 
font-family: Verdana;
font-size: 80%;
color: #3D382D; 
background-color: #FFF7D2; 
border: 1px solid #999173;
} 

#blok_menu{
	position: absolute;
   text-align: center;
   width: 960px;
	top: 200px;
	left: 50%;
   margin-left: -490px;
	padding: 10px;
	background-color: #333333;
	color: #cccccc;
	font-size: 16px;
	font-family: "Bookman Old Style", "Book Antiqua";
}
 
 .menu{
 	position: relative;
	padding: 5px;
   cursor: pointer;
}

.menu:hover{
	background: #555555 none repeat;
}
 
.teksty{
   display: none;
   margin-left: 100px;
   padding: 30px;
   padding-bottom: 50px;
   background-color: #cdd28c;
}

h2.news_naglowek {
   color: #67341b;
   font-family: georgia,'times new roman',Arial,Verdana,sans-serif;
   font-size: 170%;
   font-style: italic;
   font-weight: bold;
}

.news_data{
   font-family: "Bookman Old Style", "Book Antiqua";
   margin-top: -10px;
   margin-left: 30px;
   font-size: 70%;
   color: #a0522d;
}

.news_tresc{
  text-align: justify;
}

.news_tresc img{
   padding-top: 2px;
   padding-left: 15px;
   padding-bottom: 2px;
}

.cn_comment_odd, .cn_comment_even{
   width: 70%;
   margin-left:15%;
   margin-bottom: 10px;
   font-size: 70%;
   text-align: justify;
   padding: 10px;
   line-height: 23px;
   background-color: #eee8aa;
}

/*

.cn_comment_odd{
   background-color: #eee8aa;
}

.cn_comment_even{
   background-color: #ede38b;
}

*/

#imgKontakt{
   position: absolute;
   bottom: 50px;
   right: 50px;
}

#kontakt{
   font-size: 28px;
   line-height: 65px;
   letter-spacing: 1px;
   vertical-align: middle;
}

.banner{
   display: block;
   margin: 0 auto 20px;
}
 
a:link, a:visited {
	text-decoration:underline;
	color: inherit;
}

a:hover {
text-decoration: overline;
}

a.noUnderline{
   text-decoration: none;
}

#stopka{
   position: relative;
   margin-top:40px;
   top:15px;
   width: 100%;
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 65%;
}