/*
 * Klub Polski w Pradze ~ http://www.klubpolski.cz
 *
 * Ogolne style CSS dla wszystkich stronic.
 *
 * Autor: Ceslav Przywara AKA Chester ~ http://chesio.com
 */


body, div, img, h1, h2, h3, h4, li, p, table, ul {
  margin: 0; border: 0; padding: 0;
}

body {
  background: white;
  font-family: Verdana, Tahoma, sans-serif;
  text-align: center;
}

#general, #footer_box {
  margin: 20px auto;
  width: 750px;
}

/* HEADER BOX */
#header_box {
  padding: 0;
  height: 165px;
  background: url('../images/header.png') no-repeat; /* height: 143px */
}

a#logo {
  display: block;
  float: left;
  position: relative;
  top: 52px; left: 28px;
  width: 221px;
  height: 56px;
}

a#logo img {
  position: absolute;
  top: 0; left: 0;
}


/* SIDE BOX */
#side_box {
  float: left;
  width: 180px;
}

div#menu_box {
  margin: 10px;
}

ul.menu {
  list-style-type: none;
  font-family: Tahoma, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}

ul.menu li {
  width: 160px;
  height: 46px;
  background: url('../images/menu_button_off.png') no-repeat;
}

ul.menu a:link, ul.menu a:visited {
  display: block;
  padding: 10px 10px 10px 20px;
  color: black;
  text-decoration: none;
}

ul.menu a:hover, ul.menu #current a:link, ul.menu #current a:visited {
  color: white;
}

ul.menu li#current, ul.menu li#current {
  background: url('../images/menu_button_on.png') 0 -1px no-repeat;
}

ul#menu_cz {
  margin-top: 20px;
}


/* CONTENT BOX */
div#content_outer_box {
  margin-left: 180px;
  position: relative; left: -5px;
  background: white url('../images/content_bg_middle.png') repeat-y;
  text-align: left;
}

#content_top_bg_box {
  height: 50px;
  _position: relative; _left: -3px;
  background: white url('../images/content_bg_top.png') no-repeat;
}

#content_bottom_bg_box {
  height: 41px;
  _position: relative; _left: -3px;
  background: white url('../images/content_bg_bottom.png') no-repeat;
}

#content_box {
  margin: -25px 20px -10px;
}

h1 {
  margin: 10px 25px 20px;
  border-bottom: 2px solid #D9241C;
  padding-bottom: 4px;
  color: #D9241C;
  font-family: Tahoma, sans-serif;
  font-size: 18pt;
}

h2 {
  margin: 20px 25px 10px;
  color: #D9241C;
  font-family: Tahoma, sans-serif;
  font-size: 13pt;
}

#content_box p, #content_box ol, #content_box ul, #content_box dl {
  margin: 10px 25px;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  line-height: 140%;
}

#content_box p {
  text-align: left;
  text-indent: 15px;
}

#content_box ul {
  list-style-position: inside;
}

#content_box ul li {
  margin: 5px;
}

/* FOOTER BOX */
div#footer_box {
  clear: both;
  padding: 15px 5px 10px;
  background: url('../images/footer_hr.png') 10px 0 no-repeat;
}

p#copyright, p#authors {
  color: gray;
  font-family: Tahoma;
  font-size: 8pt;
}

p#copyright {
  float: left;
  text-align: left;
  width: 30%;
  margin: 0 2.5%;
}

p#authors {
  float: right;
  text-align: right;
  width: 60%;
  margin: 0 2.5%;
}

div#footer_box a:link, div#footer_box a:visited {
  color: #333;
}

div#footer_box a:hover {
  color: black;
}


/* ogolne style */
abbr {
  cursor: help;
}

.clearer {
  clear: both;
}

#missing {
  color: #D9241C;
}

a:link, a:visited {
  color: red;
}

a:hover {
  color: blue;
}
