h1
 {text-ALIGN: left; font-family: Univers; font-size: 13px; color: 063652;}

h2
 {text-ALIGN: left; font-family: Univers; font-size: 13px; color: 063652;}

ul
 {color: blue; font-size: 12px; font-weight: bold;}


span
 {font-family: Univers; font-size: 14px;}

p
 {width: 170px; border-style: solid; border-width: 1px; border-color: blue;}

a
 {color: white; text-decoration: none;}


#stojaki {
    position: relative; 
    top: 0px;
    width:960px;
    height:760px;
}

#roll_up {
    position: relative; 
    top: 10px;
    width:960px;
    height:200px;
}

#kontener {
    position: relative; 
    top: -100px;
    width:950px;
    height:100px;
}

#menu {  
position: absolute; 
top: 130px;
left: 35px;
width: 170px; 
padding: 3px; } 

dl { 
margin: 0; 
padding: 0; } 

dt { 
margin: 2px; 
font: 13px Times; 
color: e50606; }

#menu a { 
font: 11px verdana, sans-serif;
display: block; 
width: 130px; /* szerokość */
padding: 1px; /* odległości linków */
color: white; /* kolor linków */ 
margin-top: 1px; /* 1px odstępu od góry */
text-decoration: none; /* dekoracja tekstu */ 
border-left: 6px solid #a5dcfc; } /* lewe obramowanie; #CCCCCC - 
kolor zwykłego prostokąta */

#menu a:hover { /* najechane linki w menu */ 
display: block; /* rodzaj wyświetlenia elementów */ 
width: 130px; /* szerokość */ 
background-color: #48a0bd; /* tło linka najechanego */
text-decoration: none; /* dekoracja tekstu */
color: #3B3B3B; /* kolor tekstu */ 
border-left: 6px solid #ffffff; } /* lewe najechane obramowanie;
#9CD3D3 - kolor najechanego prostokąta*/ 

#menu dd { 
list-style-type: none; } 