* {
  margin:0;
  padding:0;
}

html, body {
  font-family:Arial,Verdana,Helvetica,sans-serif;
  text-align:center;
  width:100%;
}

body {
  background:#383535;
  text-align: center;
}

#top {
  width:560px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
}

#top a {
  background: url(/graphics/logo.gif) no-repeat;
  display: block;
  width:110px;
  height:0px;
  padding-top:57px;
  _height:57px;
  line-height: 57px;
  overflow: hidden;
  margin:0 0 0 440px;
}

#body {
  width:560px;
  height: 490px;
  margin: 0 auto;
  background: url(/graphics/bg_body.jpg) no-repeat;
  position: relative;
  color:white; 
  _overflow-y: hidden;
}

#body.homePage {
  background: url(/graphics/bg_body_home.jpg) no-repeat;
}

#rightMenu {
  position: absolute;
  left: 560px; 
  padding-left:10px;
  text-align: left;
}

#rightMenu ul {
  list-style-type: none;
}

#rightMenu li {
  line-height: 23px;
}

#rightMenu a {
  color:white;
  text-decoration: none;
  text-transform: uppercase;
}

#rightMenu a:hover, #rightMenu a.active {
  color:#f2693d;
}








#leftMenu {
  position: absolute;
  right:560px; 
  padding-right:10px;
  text-align: right;
}


#leftMenu ul {
  list-style-type: none;
}

#leftMenu li {
  line-height: 23px;
  white-space: nowrap;
}



#leftMenu a {
  color:white;
  text-decoration: none;
  text-transform: uppercase;
}

#leftMenu a:hover, #leftMenu a.active {
  color:#f2693d;  
}

#leftMenu ul li ul li {
  line-height: 16px;
}

#leftMenu ul li ul li a {
  text-transform: none;
  font-size: 75%;
}




#galerie {
  position: absolute;
  height:80px;
  left: 20px;
  bottom: 20px;
}

a#galLeft {
  display: block;
  background: url(/graphics/galleft.gif) no-repeat 0px -80px;
  width: 20px;
  height:80px;
  float: left;
  line-height: 80px;
  text-align: center;
}
a#galLeft:hover {
  background-position: 0px 0px;
}

#galInner {
  height:80px;
  width: 480px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}

a#galRight {
  display: block;
  background-image: url(/graphics/galright.gif);
  background-repeat: no-repeat;
  background-position: 0px -80px;
  width: 20px;
  height:80px;
  float: left;
  line-height: 80px;
  text-align: center;
}
a#galRight:hover {
  background-position: 0px 0px;
}

#galInner div.imgObal {
  width:110px;
  padding:0 5px;
  _width:120px;
  height: 80px;
  float: left;
  
}

#galInner a {
  width:110px;
  height: 80px;
  overflow: hidden;
  display: block;
  overflow: hidden;
}


#galerieCha {
  position: absolute;
  height:80px;
  left: 40px;
  bottom: 20px;
  width:480px;
  overflow: hidden;
}

#galerieCha div.obaluObal {
  width:110px;
  padding:0 5px;
  _width:120px;
  height: 80;
  float: left;
}

#galerieCha div.imgObal {
  width:110px;
  height: 80;
  overflow: hidden;
  display: block;
  
}


#footer {
  width: 560px;
  margin: 0 auto;
  font-size: 60%;
  color:#BBBBBB;
  text-align: right;
}

#footer a {
  color:#BBBBBB;
}


table#obalTable {
  font-size: 100%;
}

td#obalTD {
  padding:20px 0 20px 0;
}


.HPblock {
  display: none;
}

.alCenter {
  text-align: center;
}


.cleaner {
  display: block;
  clear: both;
  overflow: hidden;
  height: 1px;
  line-height: 1px;
}


