html {
  width: 100%;
  height: 100%;
  margin: 0;
}

form {
  margin:0;
  font-size: 12px;
}

body {
  background:white;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Tahoma, Arial, helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

img {
  display: block;
}

a {
  color: green;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

textarea, input, select {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0 2px 2px 0;
}

h2 {
  font-size: 24px;
}

p {
  margin-top: 10px;
  margin-bottom: 5px;
}
p.top {
  margin-top: 0px;
  margin-bottom: 5px;
}

table.main {
  border-collapse: collapse;
  border-spacing: 0;
  width: 800px;
  margin: 0 auto;
}
table.main td {
  padding:0;
}

table.skel {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.skel td {
  padding:0;
}

table.skels {
  border-collapse: collapse;
  border-spacing: 0;
}
table.skels td {
  padding:0;
}

table.inmenutable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.inmenutable
td {
  padding:0;
}
table.mainmenutable {
  border-collapse: collapse;
  border-spacing: 0;
}
table.mainmenu td.item {
  font-family: Verdana, Arial, helvetica, sans-serif;
  width:130px;
  padding: 0 10px;
}
table.mainmenu td a {
  font-weight:bold;
  font-size: 12px;
  color:black;
  text-decoration:none;
}
table.mainmenu td.div {
  padding:0;
  width:3px;
}

table.alltop td {
  vertical-align: top;
}

table.allbase td {
  vertical-align: baseline;
}

div.newsbox {
  padding: 0 10px;
  color: black;
}
div.newsbox a {
  color: black;
}

div.contentbox {
  padding: 10px 20px;
}
div.contentbox a {
  color: #05104D;
}

div.nowoscibox {
  padding: 10px;
}
ul {
  margin-top:5px;
}

div.wzorypismbox {
  padding: 0 5px;
  font-size: 11px;
}

button.flatbutton {
  border: 2px solid #05104D;
  color: #05104D;
  background: #FFCE08;
}

button.button {
  font-family: Verdana, Arial, helvetica, sans-serif;
  background: #990909;
  padding: 2px;
  margin: 2px;
  color: white;
  text-decoration: none;
  font-size: 11px;
  border: none;
}

div.field-ro {
  border:1px solid #999999;
  padding:1px;
  background: #f0f0f0;
  color: black;
}

table.calendar {
  border-collapse: collapse;
  border-spacing: 0;
  font-size:12px;
}
table.calendar tr td {
  width: 2em;
}
.content {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  font-size:11px;
}
.newshead {
  font-family: Arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color: #FF4800;
}
.newscontent {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  font-size:11px;
  color: #e0e0e0;
}
