/*
svetle zelena b5e784
zelena        59a63b
tmave zelena  2f701b
seda          dae1d8
              96c865
*/

/*
obecne
*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
   _height: 100%;
  scrollbar-face-color: #2f701b;
  scrollbar-track-color: #b5e784;
  scrollbar-highlight-color: #2f701b;
  scrollbar-3dlight-color: #2f701b;
  scrollbar-darkshadow-color: #2f701b;
  scrollbar-shadow-color: #2f701b;
  scrollbar-arrow-color: #b5e784;
}

body{
  font-family: arial,verdana,helvetica,sains-serif,generic;
  color: #000;
  font-size: 0.75em;
  background: #b5e784 url(../images/body_bg.gif) 0 0 repeat-x;
  text-align:center;
}

#wrap {
  position: relative;
  top:0;
  left:0;
  width: 776px;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  text-align: left;
  background: url(../images/main_bg.gif) 0 0 repeat-y;
}

body>#wrap {
  height: auto;
}

#wrap2 {
  position: relative;
  top:0;
  left:0;
  width: 776px;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  text-align: left;
  background: url(../images/main2_bg.gif) 30px 100% no-repeat;
}

a{
  text-decoration:none;
  color:#000;
  cursor:hand;
}

a:hover{
  color:#000;
}

.dd{
  color:#59a63b;
}

.h1{
  color:#000;
  text-decoration:none;
}

h1{
  width:400px;
  margin-left:18px;
  margin-bottom:10px;
  padding-bottom:5px;
  width:376px;
  color:#000;
  font-size: 1.2em;
  border-bottom:#008f00 1px solid;
}

h2{
  margin:0;
  margin-bottom:5px;
  width:450px;
  color:#000;
  font-size: 1.1em;
}

h3{
  margin:0;
  margin-bottom:5px;
  padding-left:20px;
  width:330px;
  color:#000;
  font-size: 1em;
}

input{
  font-size:1em;
  height: 15px;
  border: #2f701b 1px solid;
}

select{
  font-size:1em;
  border: #2f701b 1px solid;
}

/*
header
*/

#header{
  position: relative;
  width:776px;
  height:200px;
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
}


#logo{
  position: absolute;
  top: 50px;
  left: 0;
  width: 400px;
  height: 100px;
}

#menu1{
  position: absolute;
  top: 32px;
  right: 13px;
  width: 26px;
  height: 92px;
  text-align: left;
  list-style: none;
}

#menu1 li{
  display:block;
  width:26px;
  height:28px;
  margin: 0px 0px 5px 0px;
}

a.home,a.email,a.sitemap{
  display:block;
  width:26px;
  height:28px;
  margin: 0;
}

a.home{
  background: url(../images/menu1_home.gif) 0 0 no-repeat;
}

a.email{
  background: url(../images/menu1_email.gif) 0 0 no-repeat;
}

a.sitemap{
  background: url(../images/menu1_sitemap.gif) 0 0 no-repeat;
}

a.home:hover{
  background: url(../images/menu1_home.gif) -26px 0 no-repeat;
}

a.email:hover{
  background: url(../images/menu1_email.gif) -26px 0 no-repeat;
}

a.sitemap:hover{
  background: url(../images/menu1_sitemap.gif) -26px 0 no-repeat;
}

#main{
  position:relative;
  width:776px;
  padding-bottom:30px;
  text-align: left;
}


/*
leftbar
*/

#leftbar{
  width:110px;
  float:left;
  margin-left:30px;
  background: #96c865 url(../images/leftbar_bg.gif) 0 0 repeat-x;
  overflow:hidden;
  display: inline;
}


#menu{
  text-align: left;
  list-style: none;
}

#menu li{
  width:100px;
  margin: 5px;
  background: url(../images/li_bg.gif) 0 100% no-repeat;
}

#menu a{
  display:block;
  width:74px;
  height:18px;
  padding: 6px 0 6px 25px;
  font-size: 1em;
  color: #000;
  font-weight:bold;
  text-decoration: none;
  background: url(../images/odrazka.gif) 7px 40% no-repeat;
  border-left: #59a63b 1px solid;
  border-right: #59a63b 1px solid;
}

#menu a:hover, .active{
  color:#b5e784;
}


/*
stredni cast
*/

#content{
  width:417px;
  float:left;
  overflow:hidden;
  margin-left:6px;
  text-align:left;
  background:#fff;
  border-right:#e4e4e4 4px solid;
  border-left:#dae1d8 4px solid;
  overflow: auto;
}

#content p, #content table{
  margin:18px;
}

#content a{
  color:#2f701b;
}

#content ul{
  margin-left:30px;
}

#content img{
  margin:0px;
  border:0;
}

/*
rightbar
*/

#rightbar{
  width:184px;
  float:left;
  margin-left:6px;
  background: #96c865 url(../images/leftbar_bg.gif) 0 0 repeat-x;
  overflow:hidden;
}

#kontakty{
  width:143px;
  margin: 10px;
  padding: 10px;
  text-align:left;
  color: #000;
  background: url(../images/kontakty_bg.gif) 0 100% no-repeat;
  border-left: #59a63b 1px solid;
  border-right: #59a63b 1px solid;
}

#kontakty p{
  margin-top:20px;
}

#reference{
  display:block;
  width:172px;
  height:196px;
  margin: 5px;
  margin-bottom:30px;
  background: url(../images/reference_bg.jpg) 0 0 no-repeat;
}

/*
footer
*/

#footer{
  position:relative;
  width:731px;
  height:90px;
  margin-left:30px;
  padding-top:20px;
  clear:both;
  font-size:1em;
  background: #96c865 url(../images/footer_bg.gif) no-repeat;
}

#footer ul{
  position:absolute;
  width:300px;
  right:30px;
  top:40px;
  text-align: right;
  color: #b5e784;
  list-style: none;
}

#footer li{
  float:right;
}

#footer ul li a{
  padding:10px;
  color: #b5e784;
  text-decoration:underline;
}

#copy{
  position:absolute;
  width:300px;
  top:70px;
  right:30px;
  font-size:0.85em;
  text-decoration: none;
  text-align:right;
  color:#000;
}

