﻿body 
{
  margin: 0px;
  background-color:#000000;
  font-family: Verdana;
  font-size: 14px;
}

TD
{
  vertical-align: top;
  font-family: Verdana;
  font-size: 14px;
}

H1
{
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 24px;
  font-weight: bold;
}

H2
{
  color: #FF3300;
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
}

A
{
  color: #66CCFF;
}

.panel_right
{
  width: 220px;
  vertical-align: top;
  background-color: #111111;
}
.panel_right_header
{
  text-align: left;
  padding: 3px 10px 3px 10px;
  background-color: #080808;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: solid 1px #333333;
}
.panel_right_content
{
  border-width: 1px;
  border-color: #333333;
  padding: 10px;
  background-color: #151515;
  color: #FFFFFF;
  border-bottom-style: solid;
}

.panel_logo
{
  width: 1000px;
  height: 80px;
  text-align: right;
  vertical-align: bottom;
  background-image: url('panel_logo.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.panel_top
{
  width: 1000px;
  height: 288px;
  background-image: url('panel_top.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  vertical-align: top;
  border: solid 1px white;
}
.panel_top_gamesfree
{
  background-image: url('panel_top_gamesfree.jpg');
}
.panel_top_ruleta
{
  background-image: url('panel_top_ruleta.jpg');
}
.panel_top_poker
{
  background-image: url('panel_top_poker.jpg');
}
.panel_top_blackjack
{
  background-image: url('panel_top_blackjack.jpg');
}
.panel_top_platby
{
  background-image: url('panel_top_platby.jpg');
}
.panel_top_aktuality
{
  background-image: url('panel_top_aktuality.jpg');
}
.panel_top_forum
{
  background-image: url('panel_top_forum.jpg');
}
.panel_top_slots
{
  background-image: url('panel_top_slots.jpg');
}
.panel_top_sportsbook
{
  background-image: url('panel_top_sportsbook.jpg');
}
.panel_middle
{
  width: 1000px;
  vertical-align: top;
  border-left: solid 1px white;
  border-right: solid 1px white;
}
.panel_bottom
{
  width: 1000px;
  height: 100px;
  background-image: url('panel_footer.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
}


.panel_menu
{
  width: 220px;
  vertical-align: top;
  padding: 1px 1px 1px 1px;
}
.menu_item
{
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
.menu_item A 
{
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.menu_item_selected
{
  background-image: none;
  background-color: #CC0000;
}

.panel_content
{
  width: 758px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  color: #FFFFFF;
  vertical-align: top;
}

.panel_content_bottom
{
  width: 998px;
  height: 100px;
  background-image: url('panel_footer.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
}
.footer_text
{
  font-family: Verdana;
  font-size: 10px;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}


