
.normal {
font-weight:normal;
font-size: 13px;
color: black;

}

.second_header {
font-weight: bold;
font-size: 14px;
color:#f24a26;

}

a:link, a:active, a:visited {
font-weight: bold;
font-variant: capitalize;
text-decoration: none;
font-size: 13px;
color: #f24a26;
}

a:hover {
color: black;

}


.bold {
font-weight: bold;
}

.italic {
font-style: italic;

}

#divmain {
 width: 778px;
 margin: 0 auto;
 
}

#container {

 border-style: dashed; 
 border-top-style: none; 
 border-bottom-style: none; 
 border-width: 1px; 
 border-color: #bd0020
}

#menucontainer {
 float: left; 
 margin-right:10px;
 margin-left: 10px;
 width: 220px;
 font-weight: normal;
 vertical-align: middle;
 font-size: 15px;
 
 }

#topmenuposition {
 margin-top: 20px; 
 float: left; 
 border-style: dashed;  
 border-width: 1px; 
 width: 100%;
 border-color: #bd0020; 
 cursor: pointer;
 height: 25px;
 vertical-align: middle;
 
 
 

}

#middlemenuposition {
 float: left; 
 border-style: dashed; 
 border-top-style: none; 
 border-width: 1px; 
 width: 100%; 
 clear: both;
 border-color: #bd0020; 
 
 cursor: pointer;
 height: 25px;
 
}

#bottommenuposition {
 float: left; 
 border-style: dashed; 
 border-top-style: none; 
 border-width: 1px; 
 width: 100%;
 clear: left; 
 border-color: #bd0020; 
 
 margin-bottom: 10px;
 cursor: pointer;
 height: 25px;
}

#maincontent {
 padding-left:10px;  
 padding-top:20px; 
 padding-right: 10px; 
 text-align: left;


}



body{
        font-size: 13px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #F9D587;
}


.activemenu {
    background : #FF9680;
    
}

.inactivemenu {
    background : #F8B887;
}

p {
 text-align: justify;
 padding-top: 0px;
 margin-top: 0px;

}

p.header {
 font-size: 16px;
 font-weight: bold;
 color: #F24A26;
}

p.galeria_tytul {
 font-size: 16px;
 font-weight: bold;
 color: #F24A26;
}
   

#footer {
 clear:both;
 width: 100%;
 height: 40px;
 background-color: #bd0020;

}
img.miniatura {
height: 100 px;
}


