/* Podstawowe elementy */
body {
    font: 70% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: #dee7ec;
    color: #132c61;
    margin: 0; 
    padding: 0; 
}

table {
    font-size: 100%;
    vertical-align: middle;
    background-color: white;
    width: 800px;
/*	border: 1px solid #1D386E; */ 
	
}

.text {
    font: 150% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; 
    font-size: 120%;
    vertical-align: middle;
   width: 780px; 
    margin: 10;
}
H1 {
    font: 150% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; 
    font-size: 130%;
    vertical-align: middle;
    width: 780px;
    margin: 10; 
}
H2 {
    font: 150% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; 
    font-size: 130%;
    vertical-align: middle;
    width: 760px;
    margin: 10; 
}

a {
    text-decoration: none;
    background-color: transparent;
}
img {
    display: block;
    margin: 10px;
    border: 1px solid #132c61;
    text-decoration: none;
    background-color: transparent;
}

/*
** Struktury
*/


#menu {
    background-color: transparent;
    border-collapse: collapse;
    padding: 0em 0em 0em 6em;
    white-space: nowrap;
    list-style: none;
    margin: 12;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #1D386E
}
#menu li {
    display: inline; 
}
#menu li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #1D386E;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #132c61;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: lowercase;
}
#menu li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #9fbaec;
    border: 1px solid #1D386E;
    border-bottom: #9fbaec 1px solid;
    color: #132c61;
}
#menu li a:hover {
    background-color: #9fbaec;
    border-color: #1D386E;
    border-bottom-color: #9fbaec;
    color: #132c61;
}

#stopka {
    background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
     width: 820px;
	vertical-align: middle;
}