html, body {
background: #BCBACA url(../image/main_bg.gif) repeat-x;
color:black;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:0px;
padding:0px;
text-align:center;
}

#flashcontent {
  height: 100%;
  font-size:12px;
  color:#000000;

}

#flashcontent p{
  margin:0 0 100px 0;
  padding: 10px 10px 10px 10px;
}

#flashcontent a{
  font-weight: bold;
  font-size:12px;
  color:#00CCCC;
  text-decoration: none;
}

#flashcontent a:hover{
  font-weight: bold;
  font-size:12px;
  color:#00CCCC;
  text-decoration:underline;
}

img {
  border: none;
}

body a{
  text-decoration: none;
}

body a:hover{
  text-decoration: underline;
}

#flash{
  postition:absolute;
}

/* -------------- ZAKLADNI VZHLED -------------- */
#main  {
  top:200px;
  width:747px;
  height: 100%;
  text-align: left;
  margin: auto;
  position: relative;
  background: #B2BEC2 url(../image/bg_text.gif) no-repeat fixed 50% -160px;
}
#akce{position:absolute;top:-70px;left:-70px;}
#vstup{background:#FFFFFF;padding-top:45px;padding-bottom:45px;text-align:center;}

/* -------------- TOPMENU -------------- */

#menu  {
  width:747px; height: 25px;
  float: left;
  margin: 0px 0 0 0;
}

#menu a {
color: black;
  font-weight:bold;

  text-decoration:none;
  height: 19px;


  margin: 0 0 0 0;

}

#menu a:hover  {
  color: #339999;
  text-decoration: none;
}


/* Výpisy stránek */
#Text_Rigth_1 {
  /* background-color: #288898; */
}

#Text_Rigth_2 {
  /* background-color: #FEFEFE;
  color: #4E4E4E;*/
}

#Text_Rigth_1 a { color: #89F7F3; text-decoration: underline; font-weight: bold;}
#Text_Rigth_1 a:hover { color: #89F7F3; text-decoration: none; font-weight: bold;}
#Text_Rigth_2 a { color: #4E4E4E; text-decoration: underline; font-weight: bold;}
#Text_Rigth_2 a:hover { color: #4E4E4E; text-decoration: none; font-weight: bold;}

#Text_Rigth_1 h2 {
  padding: 0px;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 3px;
  font-size: 14px;
  color: #00CCCC;
}

#Text_Rigth_2 h2 {
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 3px;
  font-size: 14px;
  color: #00CCCC;
}

#Text_Rigth_1 strong {color: #89F7F3;}
