/* phowa.buddhizmus.sk screen output */

/* *** basic {{{ */

body
{
  background-color: black;
  margin: 0px;
  /*font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;*/
  font-family: 'Trebuchet MS', 'Gill Sans', Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  /*color: #373630;*/
  color: white;
  text-align: center;
}

.hide, .hsep
{
  display: none;
}

.clearall
{
  clear: both;
}

.left
{
  text-align: right;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration: none;
  color: #FFCC00;
}

a:hover
{
  background-color: #333333;
}

h1, h2, h3
{
  font-weight: normal;
}

h1
{
  font-size: 16pt;
  text-align: center;
}

h2
{
  font-size: 12pt;
}

h3
{
  font-size: 9pt;
  text-decoration: underline;
}

/* }}} */

/* *** layout {{{ */

/* ** basic layout {{{ */

#l_all
{
  margin: 0px auto 0px auto;
  width: 691px;
  position: relative;
  text-align: left;
}

#l_header
{
  position: relative;
}

#l_content
{
  background-color: #AA0909;
  padding: 20px;
  background-image: url(../images/obluk.png);
  background-repeat:no-repeat;
}

#l_title
{
  color: #EEEEEE;
  font-size: 16pt;
  position: absolute;
  left: 150px;
  top: 5px;
}

#l_logo
{
  margin-top: 4em;
  margin-left: 4em;
  margin-bottom: 1em;
}

#l_head
{
  position: absolute;
  left: 63px;
  top: 0px;
}


/* ** basic layout }}} */

/* ** menu1 {{{ */

#l_menu1 
{
  border-left: 1px solid #AA0909;
  font-size: 9pt;
  position: absolute;
  left: 150px;
  top: 40px;
}
#l_menu1 a:visited, #l_menu1 a:active, #l_menu1 a:link
{
  border-right: 1px solid #AA0909;
  text-decoration: none;
  color: #EEEEEE;
  padding: 0px 3px 0px 3px;
  margin: 0px;
}
#l_menu1 a:hover
{
  background-color:#333333;
}
/* ** menu1 }}} */

/* ** lng_switcher {{{ */

#l_lngswitcher img
{
  display: block;
  margin-bottom: 5px;
}

#lng_sk, #lng_de
{
  margin-left: 10px;
}

/* ** lng_switcher }}} */

/* ** submenu {{{ */

#submenu 
{
  font-size: 12pt;
}

#submenu a:visited, #submenu a:active, #submenu a:link
{
  margin-right: 5px;
}

/* ** submenu }}} */

/* *** layout }}} */

/* *** in text {{{ */

img.photo
{
  border: 0px;
  float: left;
  margin: 1em;
  /* just to fix Exploder peek-a-boo bug */
  position: relative;
}

div.center
{
  text-align: center;
}

/* *** in text }}} */

/* *** table {{{ */
table
{
  font-family: 'Trebuchet MS', 'Gill Sans', Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: white;
  border: 1px solid white;
  border-spacing: 0px;
  border-collapse: collapse;
}

td,th
{
  border: 1px solid white;
  padding: 3px;
}

/* *** table }}} */

/* *** index - page {{{ */
#i_logo
{
  /* position: absolute; */
  display: block;
  margin: 80px auto 0px auto;
  text-align: center;
}

#i_title
{
  color: #EEEEEE;
  margin: 10px auto 60px auto;
  text-align: center;
  font-size: 16pt;
}

#i_flags
{
  margin: 10px auto 0px auto;
  text-align: center;
}

#i_flags img
{
  margin: 0px 10px 0px 10px;
}

#i_flags a:hover
{
  background-color: black;
}

#i_lng_en, #i_lng_hu
{
}
/* *** index - page }}} */

#youth_logo
{
  border: 0px;
  /*float: right;*/
  /* just to fix Exploder peek-a-boo bug */
  position: relative;
  left: 617px;
  top: 15px;
}
