body{
  background: #ffffff url('../img/tlo.jpg') no-repeat scroll 50% 150px;
  width: 100%;
  font: 12px/20px Helvetica, Arial, sans-serif;
  color:#fff;
}


#wrapper { 
  margin: 0 auto;
  width:98%;
  padding:0 10px;
  margin-bottom:20px;
  overflow: hidden;
}
#wrapper h2{
  font-family: 'henrymorganhand', sans-serif;
  color:#FF8C00;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 20px;
}
h5 {font-family: 'chopinscript', Tahoma, Arial;  
  color:#8f1fff;   
  font-size: 40px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;

}

h4 {font-family: Tahoma, Arial;  
  color:#FFCA50;   
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

h3 {font-family: 'chopinscript', Tahoma, Arial;  
  color:#000000;   
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}


#logo{
  background: url('../img/logo.jpg') repeat-x;
  height:50px; 
  width: 9999px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  margin: 0 0 10px 10px;
}

#logo2{
  background: url('../img/logo2.jpg') repeat-x;
  height:100px; 
  width: 100%;
  display: block;
  cursor: pointer;
  text-indent: 0px;
  margin: 0 0 10px 10px;
}


/* Głowne menu:*/
header {
  position: relative;
  margin-top: 20px;
  height: 300px;
}
header nav {
  position: absolute;
  right: 0;
  top:10px;
}
header nav ul {margin:0; padding:0;}
header nav ul li { 
  float:left;
  margin-left: 5px;
  position: relative;    
  list-style: none; 
}

header nav ul li a{
  color:#000000;
  text-decoration: none;
  font-size: 14px;
  padding:4px 8px;
  display: inline-block;/* IE8 nadanie obiektowi hasLayout*/
}
header nav ul li a.active{
  background: #F9D468;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c71fff', endColorstr='#FFFFFF' );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr='#c71fff', endColorstr='#FFFFFF#c71fff')";
  background: -moz-linear-gradient(top, #c71fff 0%, #FFFFFF 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c71fff), color-stop(100%,#FFFFFF)); 
  color:#764524;
  border:1px solid #c7aa52;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #85b54d;
  -moz-box-shadow: 1px 1px 2px #85b54d;
  box-shadow: 1px 1px 1px #85b54d;

}

header nav ul li a:hover{color:#764524;}

/*aktualnosci*/
#content-wrapper {padding: 0 10px;overflow: hidden;}
#content-wrapper strong{color:#000000;}
#content-wrapper h2{
  font-family: 'GraublauWebBold', sans-serif;
  background: url('../img/logo.jpg') repeat-x;
  color:#000000;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-shadow:0 0 1px;
}

#content {float:left;width:620px;}
article {padding-bottom: 30px;}

#content section.news ul{margin:0; padding:0;overflow: hidden;}
#content section.news ul li{float:left;width: 300px;margin-right: 20px;}
#content section.news ul li.row-end{margin-right: 0;}
#content section.news ul li h3{color:#000000;}


@font-face {
    font-family: 'henrymorganhand';
    src: url('../fonts/henrymorganhand.eot');
    src: url('../fonts/henrymorganhand.eot?iefix') format('eot'),
         url('../fonts/henrymorganhand-webfont.woff') format('woff'),
         url('../fonts/henrymorganhand.ttf') format('truetype'),
         url('../fonts/henrymorganhand.svg#webfontdZKyhquR') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chopinscript';
    src: url('../fonts/chopinscript.eot');
    src: url('../fonts/chopinscript.eot?iefix') format('eot'),
         url('../fonts/chopinscript-webfont.woff') format('woff'),
         url('../fonts/chopinscript.ttf') format('truetype'),
         url('../fonts/chopinscript.svg#webfontdZKyhquR') format('svg');
    font-weight: normal;
    font-style: normal;
}



