/*
  Author: Lukáš Linha 
  Web Site: www.sci-servo.com
  Email: lukas.linha@centrum.cz
*/


body, html, p { 
font-family: Arial,Times New Roman ,Courier, sans-serif;
background-color: White;
color: Black;
font-size: 10;
scrollbar-face-color: #FF6E23;
scrollbar-arrow-color: black;
scrollbar-highlight-color: #FFC9AD;
scrollbar-3dlight-color: RGB(255,132,150);
scrollbar-shadow-color: RGB(164,000,024);
scrollbar-darkshadow-color: RGB(102,000,015);
scrollbar-track-color: white;
}

h1{
font-size: 30;
text-align: left;
}

#menu{
position: absolute;
top: 0;
left: 0;
width: 200;
font-size: 15;
font-weight: bold;
background-image: url('img/1.gif');
z-index: 0;
}

#main{
position: absolute;
top: 0;
left: 230;
font-size: 12;
z-index: 0;
}

a:link, a:visited{
color: black;
text-decoration: none;
}

#main a:link, #main a:visited{
color: blue;
text-decoration: underline;
}

a:hover{
color: yellow;
background-color:;
text-decoration: none;
}