body {
   margin:0;
   padding:0;
   background-color: #0D0D0D;
   background-attachment: fixed;;
   text-align:center;
   font-family: Tahoma;
   font-size:14px;
}
.clear {
clear: both;
}

h1, h3, h4,h5,h6, p,li {
   margin: 0px 0px 0px 0px;
   padding:0;
}



h1,h2,h3,li{
   margin: 10px 20px 10px 20px;
}
h5{
   margin: 5px 10px 5px 10px;
}

h1 {font-family: Tahoma; font-size: 20px; color: #FFFFFF;font-weight: bold; border-bottom: 1px #000000 solid;}
h2 {font-family: Tahoma; font-size: 16px; color: #FFFFFF;font-weight: bold; line-height: 25px;}
h3 {font-family: Tahoma; font-size: 14px; color: #FFFFFF;font-weight: bold; line-height: 25px;}
h4 {font-family: Tahoma; font-size: 14px; color: #FFFFFF;font-weight: bold;}
h5 {font-family: Tahoma; font-size: 10px; color: #FFFFFF;font-weight: normal;}
li {font-family: Tahoma; font-size: 16px; color: #FFFFFF;font-weight: bold; line-height: 25px;}

#kontener {
   width:900px;
   margin:0 auto;
   text-align:left;
   border:2px solid #FC5A02; 
   background-color: #000000;
}

#baner{
   width:800px;
   margin: 20px 50px 20px 50px;
}

#menu{
   margin: 0px 50px 0px 46px;
}

#menubut{
float: left;
padding: 0px 0px 0px 1px;
}

#mapa{
float: right;
padding: 0px 0px 0px 0px;
}

#tresc{
width: 800px;
margin: 10px 50px 10px 50px;
padding: 10px 0px 10px 0px;
border:1px solid #FC5A02; 
}

#stopka{
width: 800px;
margin: 5px 50px 5px 50px;
border:1px solid #FC5A02; 
}


a.link:link {
        color: #415293;
}

a.link:visited {
        color: #415293;
}

a.opis{
 font-family: Tahoma; 
 font-size: 13px;
 color: #000000;
 font-weight: normal; 
 line-height: 20px;
}


/*buttony*/

a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    width:175px;
   margin: 10px 5px 10px 5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-align:center;
    font-weight: bold;
}

a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


a.button:hover {
        color: #0000FF;
        /*font-style: italic;*/
        text-decoration: none;
}

/*buttony koniec*/
