/* CSS Document */
#pozadi{
background: rgb(32,96,127);
}
#web{
width:700px;
min-height:900px;
border:1px solid rgb(32,96,127);
border-radius: 25px 25px 25px 25px;
margin: 0 auto;
}
#hlava{
width:700px;
height:200px;
border-radius: 25px 25px 0px 0px;
}
.timeline{
border-radius: 25px 25px 0px 0px;
}
.menu{
width:700px;
height:50px;
}
#a{
width:175px;
height:30px;
border:1px solid rgb(32,96,127);
text-align:center;
margin-left:-41px;
margin-top:-16px;
background: rgb(32,96,127);
}
#b{
width:175px;
height:30px;
border:1px solid rgb(32,96,127);
text-align:center;
margin-left:135px;
margin-top:-32px ;
background: rgb(32,96,127);
}
#c{
width:175px;
height:30px;
border:1px solid rgb(32,96,127);
text-align:center;
margin-left:311px;
margin-top:-32px ;
background: rgb(32,96,127);
}
#d{
width:172px;
height:30px;
border:1px solid rgb(32,96,127);
text-align:center;
margin-left:487px;
margin-top:-32px ;
background: rgb(32,96,127);
}
a{text-decoration: none;
font-size:20px;
text-shadow:0 1px 1px #000;
color:blue;
}
#a:hover{background: rgb(255,255,255); }
#b:hover{background: rgb(255,255,255);}
#c:hover{background: rgb(255,255,255); }
#d:hover{background: rgb(255,255,255); }
}
#text{
width: 700px;
height:670px;
border:1px solid red;
border-radius: 0px 0px 25px 25px;
background: rgb(51,255,204);
}
.obra {margin-left:190px;}
.nadpis{
text-align:center;
color: yellow;
}
.tabulka{
font-size:50px;
margin-left:150px;
margin-top:50px;
font: Ariel;
}
.tabule{
margin-left:150px;
margin-top:50px;
}
#odkaz1{margin-left: 190px;
margin-top:30px;
}
#odkaz2{margin-left: 190px;
}