/* CSS Document */
body {
background-color: rgb(255,153,51);
font-size: 12px;
font-family: Tahoma;
color:#266591;
padding:5px;
margin:10px;
}

a {color: rgb(204,102,0); text-decoration: none; font-weight:bold;}
a:visited {color:rgb(204,102,0)}
a:hover {color: red}

#container {}

#left {
 position:absolute;
 left:15px;
 width:70%;
}

#right {
 position:absolute;
 left:71%;
}

#ramik {
width: auto;
border: 2px #266591 solid;
margin-right: 5px;
padding: 10px;
background-color: #F3F3F3
}

#green {
color: #266591;
font-weight: bold; 
}


#nadpis1 {
height: 35px;
color: white;
font-weight: bold;
font-size: 14px;
padding-top: 10px;
margin-bottom: 5px;
}

#nadpis2 {
background-image: url(img/blue.bmp);
background-repeat: repeat-x;
width: auto;
height: 27px;
color: white;
font-weight: bold;
font-size: 14px; 
text-align: center;
padding-top: 5px;
margin-bottom: 5px;
}