/* CSS Document */

/* body */

body {
Font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background-image: url(''); 
background-repeat: repeat-x;
background-color: #B7A9AA;
color: #000000;
margin: 0px;
} 

div.obsah {
background-color: #D0D1F5;
padding: 10px;
background-image: url(); 
background-repeat: no-repeat;
}


/*odkazy */

a {
text-decoration: none;
Font-weight: bold;
}

a:hover {
text-decoration: none;
color: #000000;
}

div.menu a {
color: #ffffff;
text-decoration: none;
Font-weight: bold;
display:block;
padding: 5px;
}

div.menu a:hover {
text-decoration: none;
color: #000000;
background-color: #ffffff;
display:block;
}

a.obsah {
text-decoration: none;
Font-weight: bold;
display:block;
}

a.obsah:hover {
text-decoration: none;
color: #000000;
background-color: #ffffff;
display:block;
}


/* text */

input {
border: solid 1px black;
background-color: #F8EAB2;
color: #000000;
}

textarea {
border: solid 1px black;
background-color: #F8EAB2;
}

p:first-letter {font-size: 150%}

b.pozor {
color: #920606;
}

.red {
color: #920606;
}

img {
border: 0px;
}

div.image img {
border: solid 3px #5C3A2B;
margin: 10px;
display:block;
}

h1 { /*nastaveni nadpisu v obsahu */
Font-variant:small-caps;
Font-weight: normal;
font-size: 24px;
margin: 0px;
}

ul {
list-style-image: URL('images/puntik.gif');
}

ul.tlapka {
list-style-image: URL('images/pozor.gif');
margin-bottom: 5px;
}

div.pruh {
background-color: #B5ADC2;
padding-left: 10px;
padding-top: 5px;
}

tr.radek {
background-color: #f0f0f0;
}

.pruhledne {
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}
