/* CSS Document */

body, html {
background: #3366CC;
font-family: verdana, "Geneva CE", lucida;
color: #000;
text-align: center;
line-height: 1.8em;
background: url(../pictures/background/1985.jpg) repeat-x #4574ba;
}

.frame {
background-color: white;
font-size: 0.8em;
border-collapse: collapse;
border: 2px solid white;
text-align: center;
width: 770px;
}

.top {
height: 200px;
background: url(../pictures/background/1985-top.jpg) black;
margin: 0;
padding: 4em 0 1em 1em;
width: 200px;
text-align: left;
border: 2px solid #aaa;
}

.under-top {
padding: 0.2em 1em 0.2em 0;
text-align: right;
background-color: white;
border-bottom: 1px solid #ccc;
}

.left-menu {
vertical-align: top;
margin: 0;
padding: 1em 1em 1em 1em;
width: 200px;
text-align: left;
border-right: 1px solid #ccc;
}

.right-content {
vertical-align: top;
margin: 0;
padding: 1em 1em 1em 1em;
width: 564;
text-align: left;
}

/* Levé menu */

.left-menu ul {
padding: 0;
margin: 1em 0 0 0;
}

.left-menu li {
list-style: none;
padding: 1em 0 0 1em;
}

/* NADPISY */

h1 {
font-weight: bold;
line-height: 1.33em;
font-size: 1em;
margin: 0em;
padding: 0 0 1em 0;
}

h2 {
font-weight: bold;
line-height: 1.33em;
font-size: 1em;
margin: 0em;
padding: 1em 0;
}

/* TEXT */

p {
line-height: 1.33em;
padding-bottom: 1em;
margin: 0;
}

/* ODKAZY */

a:link {font-weight:bold; text-decoration: none; color: #000;}
a:visited {font-weight:bold; text-decoration: none; color: #000;}
a:hover {font-weight:bold; text-decoration: none; color: #999;}
a:active {font-weight:bold; text-decoration: none; color: #000;}

/* TABULKY */ 

table {
font-size: 1em;
}

/* SPODEK */

.bottom {
border: 1px solid #ccc;
height: 3em;
color: grey;
background: url(../pictures/background/1985-bottom.jpg) grey;
}

.bottom a {color: grey; font-weight: normal;}
