body
{
  background-color: #111111;
  color: #FFFFFF;
  font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
}

table
{
  border-collapse: collapse;
}

div#all
{
  position: relative;
  background-color: #555555;
  margin: auto;
  padding: 0;
  width: 700px;
  border: 1px solid #111111;
}

div#menu
{
  margin: 20px 0 20px 0;
  background-color: #777777;
  background-image: url('../img/brzeski_net.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  border-top: 1px solid #CBCBCB; 
  border-bottom: 1px solid #CBCBCB; 
  text-align: center;
}

div#menu table
{
  height: 100%;
  margin: auto;
}

div#menu table tr td
{
  padding: 0 16px 0 16px;
  font-size: 14px;
  text-shadow: #333333 0px -1px 2px;
}

div#main
{
  position: relative;
  left: 20px;
  width: 660px;
  padding 0;
  margin: 0;
}

div#top
{
  width: 660px;
  padding: 0;
  margin: 0;
}

td#leftonly
{
  width: 660px;
  vertical-align: top;
}

td#left
{
  width: 470px;
  padding: 0 10px 0 0;
  vertical-align: top;
}

td#right
{
  width: 170px;
  padding: 0 0 0 10px;
  vertical-align: top;
}

td#leftonly div, td#left div, td#right div
{
  width: 100%;
}

div#bottom
{
  margin: 60px 0 20px 0;
  width: 100%;
  border-top: 1px solid #CBCBCB; 
  color: #CBCBCB;
  text-align: left;
  font-size: 12px;
}

div#bottom div
{
  padding: 0 20px 0 20px;
}

div#bottom div a
{
  color: #CBCBCB;
}

div#bottom div a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

a
{
  text-decoration: none;
  color: #FFFFFF;
}

a:hover, a:active
{
  color: #0000FF;
}

div#menu table tr td a
{
  color: #C1C1C1;
}

div#menu table tr td a:hover, div#menu table tr td a:active
{
  color: #0000FF;
}

h1, p
{
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
}

h1
{
  margin: 40px 0 20px 0;
}

p
{
  margin: 0 0 20px 0;
}

td#leftonly div h1, td#left div h1
{
  color: #CBCBCB;
  font-size: 16px;
}

div#top h1
{
  color: #FFFFFF;
  font-size: 24px;
}

td#leftonly div p, td#left div p
{
  font-size: 14px;
}

td#right div h1
{
  font-size: 14px;
}

td#right div p
{
  font-size: 12px;
}

td#leftonly div p a, td#left div p a, td#right div p a
{
  text-decoration: underline;
}

div.applebskleppl
{
  position: relative;
  top: -10px;
  width: 170px;
  text-align: center;  
  font-family: 'Arial', sans-serif;
  font-size: 18px;
}


