body { 
margin: 0px; 
padding: 0px;
scrollbar-face-color: #ff9900;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #E6FFE3;
scrollbar-shadow-color: #7E907C;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFcc66;
}
#hlavicka {
            position: absolute;
            width: 100%;
            height: 100px;
            top: 0;
            right: 0;
            bottom: auto;
            left: 0;
}
#menu {
            position: absolute;
            width: 15%;
            height: auto;
            top: 100px;
            right: auto;
            left: 0;
}
#menu2 {
            position: absolute;
            width: 15%;
            height: auto;
            top: 100px;
            right: 0;
            left: 85%;
}
#main {
            position: absolute;
            width: 70%;
            height: 100%;
            top: 100px;
            right: 0;
            left: 15%;
  background-color:#ffcc66;
}
A {
	COLOR: #0000ff
}
A.name {
	COLOR: #000000
}