/* CSS Document */

body{
background: url('images/pozadi.jpg');
background-attachment: fixed;
font-family: verdana, arial, sans-serif,Trebuchet, Geneva;
font-size:13px;
line-height:130%;
color:rgb(0,51,255);
}

#hlavni{
width:800px;
margin:0em auto;
background:rgb(0,0,102) url('images/pozadi1.jpg') top left repeat-y;
background-color:rgb(255,255,255);
border:1px solid rgb(144,144,144);
}


/*hlavička*/

#hlavicka{
padding: .5em;
background:url('images/logo.jpg') no-repeat;
height:180px;
}

#obsah{
margin-left:20px;
margin-right:20px;
color:blue;
font-size:12.5px;
padding:1.5em .5em 5em .5em;
}
#obsah a {
color:red;
text-decoration: none;
}
#obsah a:hover{
color:blue;
text-decoration:underline;
}


/*nadpisy*/
h1{
font-size:18px;
text-align:center;
color:red;
}
.p{
color:white;
font-size:11px;
}

/*horoskopy*/
.znameni{
float:left;
border:0;
}
.horoskopy{
float:right;
margin:0 -1px 2px 2px;
}
h6{
font-size:17px;
color:blue;
font-style:italic;
text-align:center;
}


/*galerie*/
.thumbnail{
float:left;
width:150px;
text-align:center;
border: 1px solid #999;
margin:6px 11px 2px 7px;
padding:5px;
background:rgb(178,178,178);
}
.clearboth {
clear: left;
}

