﻿/* CSS Gejzír */
/* BARVY:
okraj hl. divu: "#82FFFF";
seda v menu: "#E6E6E6";
zelena: "#A2DD50";
zelene pismo: "#649E00";
footer #959595;
pismo menu "#555555"
 */

body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: regular;
background: #E6E6E6;
text-align: center;
color: #464646;
}

p {
line-height:16px;
}

#page {
margin-left: auto;
margin-right: auto;
width: 750px;
text-align: left;
}
#banner {
display: block;
position: relative;
width: 750px;
height: 100px;
background: url(../images/banner.jpg);
background-repeat: no-repeat;
border: 1px solid #FFFFFF;
}
#center {
position: relative;
width: 740;
min-height: 250px;
_height: 250px;
border-top: 7px solid #A2DD50;
border-left: 1px solid #82FFFF;
border-right: 1px solid #82FFFF;
border-bottom: 1px solid #82FFFF;
background-color: #FFFFFF;
}

#menu {
position: absolute;
padding-top: 7px;
padding-left: 14px;
width: 195px;
}
#main {
position: relative;
left: 210px;
width: 480px;
padding-left: 10px;
padding-right: 10px;
}
#bubble_top {
position: relative;
left: 2px;
top: 1px;
width: 116px;
height: 23px;
background: url(../images/bubble_top.png);
background-repeat: no-repeat;
z-index: 110;
}
#footer {
text-align: center;
margin-top:40px;
}
#footer a {
text-decoration: none;
color: #959595;
}
#footer a:hover {
color: #555555;
}

#lang {
position: relative;
width: 80px;
height: 15px;
left: 670px;
top: 5px;
color: #FFFFFF;
}
#lang a {
color: #FFFFFF;
text-decoration: none;
}

#logo {
position: relative;
left: 0px;
top: 0px;
width: 217px;
height: 70px;
}
#flash {display:none;}

#menu {
border-right:1px solid #E6E6E6;
padding-right:5px;
}

#menu .divider {
display:none;
}
#menu a {

display: block;
line-height: 17px;
padding-left: 15px;
margin-bottom: 12px;
border-left: 25px solid #E6E6E6;
text-decoration: none;
color: #555555;
background-color:#FFFFFF;

}

#menu a.active {
border-left: 25px solid #A2DD50;
}

a img {
border: 0px;
}
h1 {
font-size: 13px;
color: #649E00;
text-align: right;
font-weight: bold;
}
h1.home {
text-align: center;
}

h2 {
font-size: 12pt;
color: #000000;
border-bottom:1px solid #649E00;
text-align: left;
}
h3 {
font-size:11pt;
}

#main img {
border: 3px solid #A2DD50;
}
.img_main {
display: block;
position: relative;
float: right;
margin-left:20px;
}
.center {
text-align: center;
}
.home_img .float_left {
margin-top: 60px;
float: left;
}
.home_img .float_right {
margin-top: 50px;
float: right;
}
.home_img {
width: 220px;
margin-bottom: 10px;
margin-left: 30px;
}
ul li {
  line-height: 20px;
  list-style-image: url(../images/li.jpg);
}


table {
margin:auto;
width:70%;
}
th {
background-color:#649E00;
color:white;
padding:5px;
text-align:center;
}
td {
text-align:center;
border-bottom:1px dotted #A2DD50;
padding:3px;
}

a {
color: #649E00;
}
a:hover {
text-decoration:none;
}