body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	background-image:url(images/tile-red.jpg);
	background-repeat:repeat;
}

.container{
	width: 1020px;
	margin:0 auto;
}

.header {
	background-image: url(images/blackjack-header.gif);
	background-repeat:no-repeat;
	height: 99px;
	width: 1000px;
	background-color:#000000;
}

#navwrapper {position:relative;  background-repeat:no; left:122px; top:52px; width:781px; height:67px; text-align:left}

#navlist {margin:0; padding:22px 0 20px 284px}

#navlist ul, #navlist li{margin:0; padding:0; display:inline; list-style-type:none }

#navlist a:link, #navlist a:visited{font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; color:#42b3b9; text-decoration:underline; padding:5px 15px; font-weight:bold}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{color:#fff}

#navlist a:hover{color:#fff}

.content {
	margin:0px;
	padding:0px;
	background-color:#222222;
	background-image: url(images/center.jpg);
	background-repeat:no-repeat;
	height:auto;
	width: 1000px;
}
.lefty {
	margin:0px;
	padding:0px;
	width:250px;
	height:auto;
	float:left;
}

.lefty2 {
	margin:0px;
	padding-right:5px;
	padding-left: 10px;
	width:260px;
	height:290px;
	float:right;
	color: yellow;
}

.lefty3 {
	margin:0px;
	padding-right:5px;
	padding-left: 10px;
	width:150px;
	height:500px;
	float:right;
	color: yellow;
}

.leftyfront {
	padding-left:15px;
	padding-right: 10px;
	width:576px;
	height:auto;
	float:left;
}

.leftyfrontsub {
	margin-left:10px;
	width:520px;
	height:auto;
	float:left;
}


.mittel {
	margin:0px;
	padding:0px;
	width:250px;
	height:auto;
}


.bottom {
	margin:0px;
	padding-top:40px;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	height: 206px;
	width: 1000px;
	background-color:#000000;
}
h1 {
	margin: 0px;
	padding: 20px 0 0 0;
	color:#42b3b9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}
h2 {
	margin: 0px;
	padding: 20px 0 0 0;
	color:#42b3b9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
h3 {
	margin: 0px;
	padding: 10px;
	color:#42b3b9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
	margin: 0px;
	padding: 10px;
	color:#cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}

a:link{color:#42b3b9; text-decoration:underline;}

a:visited{color:#42b3b9; text-decoration:underline;}

#bilddrinnen {
  float:left;
  width:183px;
  margin-right: 0px;
}

#rechtsreview {
  width:500px;
  font-size: 11px;
  height: auto;
  border-style:dashed;
  border-width:1px;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 3px;
  padding-botton: 3px;
  border-color: #B2B2B2;
}

#above {
	color: yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0px 0 1px 0; /* set margins as desired */
font: bold 13px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid darkgray; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid darkgray; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: black; /* set unselected tab background color as desired */
color: #42b3b9; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: underline;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}