body {
  margin: 20px 0px;
  background-color: #333;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  min-width: 1024px;
}

img {
  border: 0px;
}

#top {
  text-align: center;
  border-bottom: 3px solid #ffec0d;
}

.topmenu {
  margin: 0px;
  padding: 4px;
  height: 16px;
  background: url(images/menu_nav_bg.jpg) repeat-x bottom;
}

#left {
  width: 200px;
  background-color: #fafad2;
  min-height: 400px;
  float: left;
  padding-bottom: 10px;
}

#main {
  padding: 4px;
  border-left: 3px solid #ffec0d;
  width: 539px;
  min-height: 400px;
  background-color: #fafad2;
  float: right;
}

#foot {
  border-top: 3px solid #ffec0d;
  width: 750px;
  height: 24px;
  background: url(images/menu_nav_bg.jpg) repeat-x bottom;
  border-bottom: 1px solid #ffec0d;
  clear: both;
}

.footleft {
  text-align: left;
  float: left;
}

.footright {
  text-align: right;
  float: right;
}

.footleft, .footright {
  font-size: 10px;
  font-weight: normal;
  color: #f0fff0;
  text-decoration: none;
  margin: 0px;
  padding: 1px 3px;
  width: 369px;
}

a:link, a:active, a:visited {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

a:hover {
  font-size: 10px;
  background-color: #f0e68c;
}

a.menuitem0:link, a.menuitem0:active, a.menuitem0:visited {
  margin: 0px 4px;
  font-size: 10px;
  font-weight: bold;
  color: #f0fff0;
  text-decoration: none;
}

.menuitem0_active, a.menuitem0_active:link, a.menuitem0_active:active, a.menuitem0_active:visited, a.menuitem0:hover {
  font-size: 10px;
  font-weight: bold;
  color: #ffed0e;
  background: none;
  text-decoration: none;
}

.menuitem1_active, .menuitem1:link, .menuitem1:active, .menuitem1:visited {
  padding: 4px 14px;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #000;
}

.menuitem1_active, .menuitem1_active:link, .menuitem1_active:active, .menuitem1_active:visited, .menuitem1_active:hover {
  color: #F4003D;
  text-decoration: none;
}

.menuitem1_active { text-decoration: none }

h1, .headline {
  margin: 10px auto;
  border: 1px solid #708090;
  padding: 2px 0px 2px 4px;
  background-color: #FFFF99;
  color: #708090;
  font-size: 11px;
  font-weight: bold; 
  margin-bottom: 10px;
}

.textfloatr { float: right; margin-left: 2px }
.textfloatl { float: left; margin-right: 2px }

.btop {
  border-top: 1px solid #000;
  padding: 2px;
}


.pokal {
  margin: auto;
  background-color: #fff; 
}

#main .pokal td{
  background-color: #faf8f5; padding: 6px
}

#main .pokal th, #main .pokal thead td { 
  background-color: #ede4dc; padding: 6px
}

