/* CSS Document */
html {
 color:black;
 background-color:white;
 margin:0;
 padding:0;
 font-family: Helvetica, Arial, sans-serif; 
 background-image:url("img/bubliny.png");
 background-repeat: repeat-y;
}
a {
 color: #6699ff;
 text-decoration: none;
}
a:hover {
 text-decoration:underline;
}
.sekce {
 color:gray;
 padding-left: 150px;
 background-repeat: no-repeat;
 min-height: 120px;
}
.sekce h2 {
 font-size: x-large;
 color:orange;
 border-bottom: 1px solid orange;
}
.sekce ul li a {
 font-weight: bold;
 font-size: large;
}
#page {
 min-width:800px;
}
#container {
 margin-top: 50px;
 margin-bottom: 50px;
 padding-right: 150px;
}
#elearning {
 background-image:url("img/elearning.png");
 background-position: 70px 0;
 padding-left: 200px;
}
#databaze {
 background-image:url("img/database.png");
 background-position: 90px 30px;
 padding-left: 220px;
}
#galerie {
 background-image:url("img/picture.png");
 background-position: 60px 0px;
 padding-left: 190px;
}
#odkazy {
 background-image:url("img/globe.png");
 background-position: 40px 0px;
 padding-left: 170px;
}
#download {
 background-image:url("img/download.png");
 background-position: 40px 0px;
 padding-left: 170px;
}
#servername {
 display:none;
}