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;
}



/* Nav Menu */

#nav {
	background: #222222;
	width: 1000px;
	height: 25px;
	margin: 0 0 0 0;
	z-index:1;
	border-bottom: solid;
	border-color: #cccccc;
	border-width: 1px;
	}
	
ul#navmenu-h {
	height: 25px;
	list-style-type: none;
	padding: 0 0 0 8px;
	margin: -2px 0 0 10px;
}

ul#navmenu-h li {
	float: left;
	list-style: none;
	text-align: center;
	margin:  2px 10px 0 0;
	position: relative;
	border-style:solid;
	border-bottom: none;
	border-color: #cccccc;
	border-width: 1px;
	background: #000000;
}

ul#navmenu-h ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute; top: 20px; left: 0px;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	font-size: 1.5em;
	height: 0;
	margin: 0; 
	padding: 0;
	visibility: hidden;
}

ul#navmenu-h ul li {
	display: block !important;
	display: inline; /*For IE*/
	float: left; /*For IE 7 lack of compliance*/
	width: 190px;
	color: #42b3b9;
	margin: 0 0 0 0;
}

/* Root Menu */
ul#navmenu-h a {
	color:#42b3b9;
	background-color:inherit;
	display: block;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	font: bold 1em/2em Verdana,Arial,Helvetica,sans-serif;
	line-height: 21px;
	height: auto !important;
	height: 1%; /*For IE*/
	text-decoration: none;
	text-transform: none;
	padding: 0 15px 0 15px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #000000;
	color: #00ccff;
	}

ul#navmenu-h ul li a.first {
	border-top: 1px solid #FFF !important;
	}

/* 2ND MENU
======================================================================*/
ul#navmenu-h li ul {
	width: 14.5em;
	margin: 2px 0 0 -2px;}

ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	background: #000000;
	border: 1px solid #cccccc;
	border-top: none;
	color: #42b3b9;
	float: none;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	line-height: 25px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background: #000000;
	color: #00ccff;
	font-weight: bold;
	}


/* Do Not Move
======================================================================*/
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	display: none;
	}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
	}
	
.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;
	font-weight: bold;
}

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 5px 3px 5px; /* 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 */
}
