@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	font-size: 13px;
	color: #3C3C3C;
}
a , #rechts p a{
	color: #3C3C3C;
	display: inline;
	font-size: 13px;
	font-weight: normal;
}
img, a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#frame {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../BACKGROUNDS/head.jpg);
	background-repeat: no-repeat;
	height: 154px;
}
#menu {
	background-color: #E5E5E5;
	height: 36px;
	text-align: center;
	padding-right: 40px;
	padding-left: 45px;
}
#data {
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 55px;
	background-color: #FFF;
}
#links {
	float: left;
	width: 600px;
}
#links h1 {
	font-size: 18px;
	font-weight: normal;
	color: #E5802C;
	margin-bottom: 30px;
}
#links p {
	margin-bottom: 30px;
}
#casinos {
	padding-left: 18px;
	padding-right: 15px;
}
.wrap {
	width: 185px;
	text-align: center;
}
.wrap p {
	margin-top: 5px;
}
.links {
	float: left;
}
.rechts {
	float: right;
}
.center {
	margin-left: 190px;
}



#rechts {
	width: 240px;
	float: right;
	text-align: center;
	font-size: 13px;
}
#rechts h1 {
	font-size: 18px;
	font-weight: normal;
	color: #E5802C;
	margin-bottom: 20px;
}
#rechts a {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	display: block;
}
#rechts a img {
	margin-bottom: 3px;
}
#rechts p {
	text-align: left;
	margin-top: 20px;
}


.reset {
	clear: both;
	width: 100%;
}
#tail {
	color: #333;
	background-image: url(../BACKGROUNDS/tail.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 23px;
	padding-top: 6px;
}
