/* -- Barvy
#5a8da6 tmava modra asi pismo
#8bcced svetle modra H2
#eaafa3 ruzova????
#398db9 tmave modra pozadi
#d6ecf9 svetlounka modra
#024877 tmava modra H
#72A572 zelena menu
3px #ecf8ff solid !important; 
-- */

/* -- Basics -- */
html, div, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font: normal 62.8%/1.3 Arial, Helvetica, sans-serif;
    background: #888;
    padding: 20px 0;
}

a { color: #148d04; }

a:hover {
    text-decoration: underline !important;
    color: #000;
}

a img { border: 0; }

img { border: none; }

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6  { color: #398db9; }

/* -- Layout-- */
#all {
    width: 900px;
    margin: 0 auto;
    background: #fff;
}

/* -- Horní část -- */
#up {
    font-size: 1.2em;
    padding: 0px;
}

#amlogo {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: url('images/webtitle.png') 0 0 no-repeat;
    text-decoration: none !important;
}

#menu {
    height: 40px;
    padding: 0 0px;
    background: #72a572;
}

#menu ul {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li a {
    display: block;
    width: 148px;
    height: 30px;
    padding-top: 10px;
    float: left;
    font-weight: bold;
    font-size: 1.4em;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.active {
	background: #2C5E2C; 
}

#menu li a:hover {
    background: #ace0ac;
    text-decoration: none !important;
}

/* -- Střední část -- */
#page {
    width: 100%;
    background: #fff;
}

#obsah {
    width: 610px;
    float: left;
    padding: 30px 30px;
    font-size: 1.4em;
    color: black;
}

#obsah p {
    margin-bottom: 20px;
    line-height: 20px;
    text-align: justify;
}

#obsah h3 {
    margin-bottom: 5px;
}

#vybor {font-size: 1.3em;}

/* -- Pravý sloupec -- */
#sloupec {
    width: 230px;
    float: right;
    padding: 20px 0px;
}

#novinky {
    width: 190px;
    padding: 0px 15px;
    border-left: 5px solid #72A572;
    font-size: 1.4em;
}

#novinky p {
    margin-bottom: 20px;
    line-height: 20px;
}

#novinky h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

/* -- Spodní část - Patka -- */
#patka {
    color: #d6ecf9;
    height: 1.2em;
    font-size: 1.2em;
    clear: both;
    background: #398db9;
    padding: 5px 5px 5px 25px;
}

