/****************************************************************************
 *                                                                          *
 * This is basic CSS file. Nothing to change here, nothing to steal either! *
 *                                                                          *
 ****************************************************************************/

body
  {
  font-size: 12px;
  font-family: Calibri, Verdana, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }

body.intro
  {
  background-color: #0066cc;
  color: white;
  font-size: 14px;
  }

img
  {
  border: none;
  }

span#napis
  {
  color: white;
  font-size: 22px;
  font-family: Verdana, Arial, sans-serif;
  }

div.navbar
  {
  background-color: #0066cc;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100px;
  }

div.menu
  {
  height: 100px;
  float: left;
  }

div.logo
  {
  width: 400px;
  height: 100px;
  background-image: url('logo.gif');
  float: right;
  }

div.news
  {
  border-top: 1px solid rgb(71, 71, 71);
  border-left: 1px solid rgb(71, 71, 71);
  border-right: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  }

div.newspic
  {
  float: left;
  text-align: center;
  margin-right: 30px;
  }

th
  {
  background-color: rgb(187, 238, 255);
  }

