@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
	background: #336699 url(../images/background_body.png) repeat-x;
	font-size: 12px;
}

h1, h2, h3, h4 {font-family:Arial, Helvetica, sans-serif; margin:0; padding:0;}

h1 {
  color:white;
  font-size: 19px;
}

#mainContent h2 {
  color:white;
  font-size: 13px;
  padding: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
	background: #33ccff url(../images/background_menu.gif) repeat-x;
}
h3 {
  font-size: 12px;
  color:black;
  margin: 5px 0px;
  padding-left: 10px;
  color: #336699;
  padding: 3px;
  border-bottom: 1px solid #336699; 
  background-color: #99ccff;
}

h3 a {
  color: #336699;
  text-decoration: underline;
}

h4 {
  font-size: 12px;
  color:black;
  margin: 5px 0px;
  padding: 3px;
}
img {
  border: 0px;
}

p {margin: 8px 0;}

a {
	color:#336699;
	text-decoration:underline;
}
a:hover {
	color:#336699;
	text-decoration:none;
}
.center {
  text-align: center;
}
.allCaps {
  font-variant: small-caps;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

.white {color: white}
.x-small {font-size: x-small;}

#container {
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#header {
	background: white url(../images/background_header.png) no-repeat;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	_height: 157px;
	min-height: 157px;
}
#header h1 a {
  display: block;
  width: 235px;
  _height: 140px;
  min-height: 140px;
  float: left;
  margin: 0px; padding: 0px;
  margin-left: 40px;
}
#header h1 a span {
  display: none;
}
#mainContent {
	padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white url(../images/background_content.png);
	_height: 600px;
	min-height: 600px;
	padding-top: 5px;
}

#header div.headerText {
  float: right;
  background-color: white;
  width: 645px;
  min-height: 70px;
  _height: 70px;
  margin-top: 20px;
  margin-right: 40px;
	border-radius: 8px;
	-moz-border-radius: 8px;  
}
#header div.headerText img.subjectImage {
  margin-left: 10px;
  margin-top: 3px;
  float: left;
}

#header div.headerText img.flag {
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}

#header div.headerText h2 {
  margin-left: 50px;
  margin-top: 15px;
  font-size: 260%;
  float: left;
  color: #33ccff;
  cursor: pointer;
}

#footer {
	color: white;
	font-size: x-small;
	height: 100px;
	padding: 30px;
  background: #336699 url(../images/background_footer.png) no-repeat;
}
#footer a {
	color: white;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

/* other */

ul#section_buttons {
  float: right;
  margin: 0px;
  padding: 0px;
  margin-top: 12px;
  margin-right: 30px;
}
ul#section_buttons li {
  display: inline;
  list-style-type: none;
}

ul#section_buttons li a {
  display: block;
  float: left;
  width: 211px;
  _height: 40px;
  min-height: 40px;
  margin-right: 8px;
}
ul#section_buttons li a span {
  display: none;
}
ul#section_buttons li a.casino {
  background: white url(../images/button_casino.png) no-repeat;
}
ul#section_buttons li a.poker {
  background: white url(../images/button_poker.png) no-repeat;
}
ul#section_buttons li a.bingo {
  background: white url(../images/button_bingo.png) no-repeat;
}

/* menu */
div.menu {
  text-align: center;
}
div.menu ul {
	margin:0px;
  padding: 0px;
}
div.menu li {
	display: inline;
	list-style-type:none;
	padding: 0px;
}

div.menu li a {
	color: white;
	width: 158px;
	  _height: 30px;
  min-height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	text-transform: uppercase;
	border-right: 2px solid white;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	background: #33ccff url(../images/background_menu.gif) repeat-x;
}
div.menu li a:hover {
	background: #33ccff url(../images/background_menu_hover.gif) repeat-x;
}

/* top 2 casinos */
div.top2casinos {
  float: left;
  width: 610px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px;
}
div.top2casinos h2 {
	text-align: center;
}
div.top2casinos div.casino1 {
  float: left;
  width: 300px;
}
div.top2casinos div.casino2 {
  float: right;
  width: 300px;
}
div.top2casinos div.casino3 { 
  float: center;
  width: 470px;
  margin-left: 70px;
  }

/* news */

div.news {
  width: 300px;
  float: right;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px; 
}

/* four buttons block with text on homepage */

div.fourButtonsText{
  float: left;
  width: 610px;
  margin-top: 0px;
  padding: 10px;
}

div.fourButtonsText div.fourButtons{
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
}
div.fourButtonsText div.fourButtons img {
  float: left;
  margin-right: 2px;
  border: 2px solid white;
}

/* Gratis spill */
div.gratisSpill {
  width: 300px;
  float: right;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px; 
}

div.reklame {
  width: 300px;
  float: right;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px; 

}

div.other {
  width: 300px;
  float: right;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px; 
}

div.news2 {
  width: 610px;
  float: left;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px; 
}

div.topCasinos {
  float: left;
  width: 610px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px;
}
div.topCasinos h2 {
	text-align: left;
}

div.topCasinos div {
  clear: both;
}

div.topCasinos div img {
  float: left;
  margin: 10px;
}

div.content {
  float: left;
  width: 610px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  border-radius: 10px;
	-moz-border-radius: 10px;
	_height: 350px;
  min-height: 350px;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav ul {
  background: #565656;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: 0px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 30px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  text-align: left;
  font-size: xx-small;
  padding-left: 5px;
  border-top: 2px solid white;
  border-bottom: 0px solid white;
  padding-right: 0px;
  white-space: nowrap;
  width: 158px;
}

ul.otherLinks {
  margin: 0px; padding: 0px;
  margin-top: 10px; 
}

ul.otherLinks li {
  float: left;
  margin: 2px;
  list-style-type: none;
}

ul.otherLinks li a {
  font-size: x-small;
  text-decoration: underline;
}
ul.otherLinks li a:hover {
  text-decoration: none;
}

ol.pokerschool li {
  clear: both;
}

div#tabs h3.no-background {
  background: url();
  color: black;
}
