body{
  color: white;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
  background-color: #00599C;
}

h1{
  text-align: center;
}

h2{
  text-align: center;
}

img{
  border: none;
}

div.main{
  background-image: url('../img/main_bg.png');
  background-position: bottom;
  background-repeat: no-repeat;
  width: 768px;
  margin: auto;
  padding-bottom: 150px;
  min-height: 300px;
  border: 1px solid white;
  border-top: none;
}

div.ptaki{
  position: absolute;
  margin-left: 680px;
  margin-top: 10px;
}

div.inner_main{
  width: 556px;
  min-height: 250px;
  margin-left: 0px;
  margin-top: 30px;
  text-align: left;
  float: left;
}

.submenu{
  background-image: url('../img/sidemenu_bg.png');
  width: 375px;
  vertical-align: top;
  padding-left: 0px;
}

.submenu a{
  color: #CCFF00;
  text-decoration: none;
  font-weight: bold;
  margin-right: 5px;
  font-size: 10px;
}
.submenu a:hover{
  color: white;
}

.tresc{
  padding-left: 10px;
  padding-right: 10px;
}

.side_panel{
  background-image: url('../img/side_panel.png');
  width: 8px;
}

input{
  background-color: #003A65;
  border: 1px solid #007CD9;
  color: #CCFF00;
}
textarea{
  background-color: #003A65;
  border: 1px solid #007CD9;
  color: #CCFF00;
  overflow: auto;
}

