html
{
  height: 100%;
}

body
{
  background: #000;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-family: Tahoma;
  font-size: small;
  background: #2F2F2F;  
  height: 100%;
  color: #F2F2F2;
}

a img
{
  border: 0;
}

img
{
  border: 0;
}

a {  color: white; }

h2 { text-align: center;}

#all
{
  height: 100%;
  display: table;
  width: 100%;
}

div.top
{
  height: 70px;
  vertical-align: middle;
}

div.bottom
{
  height: 30px;
}

div.row
{
 display: table-row;
}

#site
{
  width: 770px;
  margin: 0px auto;
}

#header
{
  text-align: left;
  vertical-align: middle;
  background: #2F2F2F;
  margin: 0px auto;
  width: 770px;
}

#header p
{
  width: 470px;
  float: right;
  text-align: center;
  padding: 5px 20px;
  font-size: normal;
  line-height: 200%;
}

#header a
{
  text-decoration: none;
}
#header div.logo
{
  width: 256px;
  text-align: center;
}


#lbann
{
  float: left;
  width: 256px;
}

#tns
{
  width: 256px;
  float: left;
  text-align: center;
}


#rbann
{
  text-align: center; 
  
}

#page
{
  text-align: justify;
  width: 100%;
}

#page p
{
  margin: 5px 20px;
}

#page textarea
{
  width: 100%;
  height: 470px;
  background: transparent;
  color: white;
  border: 0px;
  font-family: Tahoma;
  font-size: 9pt;  
  
}

#page .kontakt_left
{
  width: 47%;
  float: left;
  text-align: right;
}

#page .kontakt_right
{
  width: 47%;
  float: right;
  text-align: left;
  
}

#page .kontakt_form
{
  clear: both;
  width: 100%;
  text-align: center;
}

#page .kontakt_form table
{
   margin: 0px auto;
   width: 90%;
   color: white;
}

#page .kontakt_form table .c1
{
   width: 30%;
   text-align: right;
}

#page .kontakt_form table .c2
{

}

#page .kontakt_form table .bottom
{
   text-align: right;
}

#page .kontakt_form table .bottom input
{
   width: 100px;
}



#page .kontakt_form table textarea, #page .kontakt_form table input
{
   background: #222;
   color: white;
   width: 95%;
   margin: 0;
   padding: 2px;
   font-size: 90%;
   border: 0;
}

#page .kontakt_form table textarea
{
  height: 100px;
}

div.group
{
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
}

div.group img
{
  margin-right: 20px;
}

div.pasek
{
   width: 100%;
   background: url(pasek.png) repeat-x;
   height: 8px;
   display: table-row;
}

#footer 
{
background: #2F2F2F; 
width: 770px; 
margin: 0 auto; 
padding: 0;
}

#footer p {font-size: 80%; text-align: right; padding: 4px 5px; margin: 0px;}