html, body {
 margin: 0; 
 padding: 0; 
 border: 0;
}

body {
 font-family:  Verdana, Trebuchet MS,  Arial;
 font-size: 14px;
 text-align: center;
 background-image: url(figures/tlo1.png);
 background-repeat: repeat-x;
 background-color: #D8D8D8; 
}


 /*rozmiary strony*/
#page {
 width: 850px;
 height: auto;
 text-align: left;
 margin: 15px auto;
 margin-top: 15px;
 margin-bottom: 15px;
 border: 0px solid #000000;
}

/*logo*/
#header {
 clear: both;
 height: 150px;
 position: relative;
 overflow: hidden;
}

/* centrum */
#centrum {
    clear:both;
    position: relative;
    min-height: 400px;
    line-height:1.5;
}


/*panel z menu*/
#panel {
 width:190px;
 float:left;
 overflow: hidden;
 padding-left: 0px;
 padding-top: 0px;
 min-height:inherit;
}



/*zawartosc panelu menu*/
#menu {
 font-size: 20px;
 line-height:2.0;
 position: relative;
 top: 18px;
 left: 1px;
 height: auto;
 border-bottom-width: 0;
 list-style-type: none;
 width: auto;
 padding: 0px 0px 30px 0px;
 margin: 0px 0px;
}


#menu ul {
 list-style-type: none;
 padding:  0px 0px;
 margin: 0px 0px;
}


#menu a{
 font-weight: bold;
 padding: 2px 2px;
 display: block;
 width: 170px;
 color: #A31F1B;
 text-decoration: none;
}

#menu a:visited{
 color: #A31F1B;
}

#menu a:hover{
 color: #F31F1B;
} 


/*rozmiary pola tresci*/
#content {
 width: 650;
 float: left;
 overflow: hidden;
 padding-left: 0px;
 padding-top: 0px;
 min-height:inherit;
}


/*linia oddzielajaca na dole*/
#hline {
 height:4px;
 background-color:#A31F1B;
 font-size:1px;
 clear:both;
} 


 /*stopka na dole*/
#footer {
 background-color:#999999; 
 clear:both;
 color:#FFFFFF;
 font-size:12px;
 height:25px;
 padding-top:5px;
 padding-left: 10px;
}

/* czcionki */
p {
	text-align: left;
	line-height: 1.5;
}


p#pagename {
	font-size: 20px;
              font-weight: bold;
              line-height: 2.0;
	color:  #A31F1B;
}

/* obrazki */

img.dekoracja {
  margin: 1px 1px;
}



