a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0 0 10px 0;
	border:0;
	outline:0;
	vertical-align:top;
}

ul {
	list-style: disc;
	padding-left: 15px;
}

ol {
	list-style-type:decimal;
	list-style-position: inside;
}

blockquote, q {
	quotes:none;
}

table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}

img {
	vertical-align:top;
}

embed {
	vertical-align:top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}

mark, rp, rt, ruby, summary, time {
	display:inline;
}

input, textarea {
	border:0; 
	padding:0; 
	margin:0; 
	outline: 0;
}

iframe {
	border:0; 
	margin:0; 
	padding:0;
}

input, textarea, select {
	margin:0; 
	padding:0px;
}

/* -------------------------------------------- */
/* ------------------Font---------------------- */
/* -------------------------------------------- */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../font/BebasNeue-webfont.eot');
	src: url('../font/BebasNeue-webfont.eot#iefix') format('embedded-opentype'), url('../font/BebasNeue-webfont.woff') format('woff'), url('../font/BebasNeue-webfont.ttf') format('truetype'), url('http://casinobonuslist.de/font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */

html, body {
	width:100%;
	padding:0; 
	margin:0;
}

body {
	background: url('../images/pattern.png') ;
	color: #474747;
	font: 12px/25px Arial, Helvetica, sans-serif;
}

/*-------------------------*/

a {
	color: #474747;
	text-decoration: underline;
}

a:hover {
	color: #DA251D; 
	text-decoration: none;
}

a.button, input.button {
	cursor: pointer;
	color: #ffffff;	
	line-height: 14px;	
	font-family: 'BebasNeueRegular';	
	font-size: 20px;	
	font-weight: normal;	
	background: #383838;
	border:3px solid #2C2C2C; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

a.button {	
	display: inline-block;	
	text-decoration: none;	
	padding: 8px 12px 6px 12px;
}

input.button {	
	margin: 0;	
	border: 0;	
	height: 24px;	
	padding: 5px 12px 5px 12px;
}

a.button:hover, input.button:hover {}

.clear {
	content: "\0020"; 
	display: block; 
	height: 0; clear: both; 
	visibility: hidden; 
}

/*--------------------*/
/*-------------header */

header {
	background:#383838; 
	height: 130px; 
	border-top:10px solid #2C2C2C; 
	border-bottom:1px solid #2C2C2C;
}

.wrap-header{
	width:960px; 
	position:relative; 
	margin: 0px auto;
}

header #logo {
	position:absolute; 
	top:40px; 
	left: 30px; 
	width: 100%;
}

header #search {
	position: absolute;
	top: 60px;
	right: 20px;	
	width: 208px;
	z-index: 15;
}

header .button-search {	
	position: absolute;	
	left: 0px;	
	background: url('../images/button-search.png') center center no-repeat;	
	width: 28px;	
	height: 24px;	
	border-right: 1px solid #CCCCCC;	
	cursor: pointer;
}

header #search input {	
	background: #FFF;	
	padding: 1px 1px 1px 33px;	
	width: 172px;	
	height: 21px;	
	border: 1px solid #CCCCCC;	
	-webkit-border-radius: 3px 3px 3px 3px;	
	-moz-border-radius: 3px 3px 3px 3px;	
	-khtml-border-radius: 3px 3px 3px 3px;	
	border-radius: 3px 3px 3px 3px;
}

/*------------navigation */

.wrap-nav {
	width:960px; 
	margin:0px auto; 
	position:relative; 
}

nav {
	height: 37px; 
	margin-bottom:20px; 
	background:#383838; 
	border-bottom:10px solid #2C2C2C; 
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	position: relative;
	float: left;
	padding: 6px 5px 0px 5px; 
	background:#383838;
}

nav ul li a {
	font-size: 20px; 
	line-height:14px;
	color: #CCC;
	display: block;
	padding: 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	font-family: 'BebasNeueRegular'
}

nav ul li:hover a{
	color:#ffffff;
}

/*-------------Featured*/

.featured{ 
	width:960px; 
	position:relative; 
	margin: 0px auto 20px auto;
}

.featured .col-1-3{ 
	display:inline-block;
	width:30%; 
	float:left; 
	text-align:center; 
	margin:0px; 
	border:10px solid #2C2C2C;
}

.featured .col-1-3.center{
	margin:0px 17px;
}

/*-------------content */

#content {
	width:960px; 
	margin:0 auto; 
	background-color:#FFF; 
	border:1px solid #D0D0D0;
}

#main-content {
	width:600px;
	float: left; 
	display: inline; 
	padding:20px;
}

#main-content article { 
	font-size:14px; 
	margin:10px 0px 50px 0px; 
	display:inline-block;
}

#main-content article .heading {}

#main-content article h2 {
	font-family: 'BebasNeueRegular'; 
	font-size:25px; 
	line-height:25px; 
	font-weight:normal;
}

#main-content article img {
	padding:5px; 
	display:inline-block; 
	margin:10px 0;
}

#main-content article p {
	margin-bottom:10px;
}

#main-content article .info {
	background-color:#EFEFEF; 
	padding:15px; 
	border:1px solid #D0D0D0; 
	line-height:32px;
}

#main-content article .more {
	float:right;
}

#sidebar {
	width:280px;
	float: left; 
	display: inline; 
	padding:20px;
}

#sidebar section {
	margin-bottom:20px;
}

#sidebar .heading { 
	padding:10px 5px 5px 5px; 
	border:5px double #2C2C2C; 
	background-color:#383838;
}

#sidebar .heading h2 {
	font-family: 'BebasNeueRegular';
	font-size:25px; 
	font-weight:normal; 
	display:inline; 
	padding:0 10px; 
	color:#ffffff; 
}

#sidebar .content {
	padding:15px
}

#sidebar .content ul { 
	font-size:14px; 
	list-style-type:circle; 
	margin-left:20px;
}

#sidebar .content ul li {
	border-bottom: 1px solid #E1E1E1; 
	padding:5px;
}

#sidebar .content .post {
	margin-bottom: 20px; 
	text-align:center;
}

#sidebar .content .post h4 { 
	font-size:14px; 
	font-weight:normal;
}

#sidebar .content .post img { 
	padding:5px; 
	border:1px solid #D0D0D0; 
	display:inline-block;
}

#sidebar .content .post p {
	color:#A3A3A3; 
	font-style:italic;
}

/*------------footer */ 

.wrap-footer {
	width:960px; 
	margin: 0px auto; 
	padding:10px 0px; 
	color:#ffffff; 
	text-align:center; 
}

footer {
	background-color:#383838; 
	border-top:10px solid #2C2C2C; 
	border-bottom:10px solid #2C2C2C; 
	margin-top:20px;

}
footer a {
	color:#ffffff; 
	text-decoration:underline;
}

/*------------images */

img a {
	border: none;
}

.button {
    float: left;
    width: auto;
	padding: 0px 0px 5px 0px;
}

.buttontext {
    width: auto;
    font-size: 12px;
    text-align: justify;
    position: relative;
}

.review {
	width: 100%;
	padding-bottom: 10px;
	float: left;
}

.reviewbild {
	float: left;
	width: auto;
	padding-right: 5px;
}	

/**/

table.fluid-casino-table1 {
	width: 95%;
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0px auto;
	margin-bottom: 15px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.fluid-casino-table1 tr{
	text-align: center;
	padding-left:20px;
}
table.fluid-casino-table1 tr:first-child td{
	 border-top: 0px;
}

table.fluid-casino-table1 tr td:first-child{
	text-align: left;
	padding-left: 10px;
	border-left: 0;
}
table.fluid-casino-table1 tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.fluid-casino-table1 tr:nth-child(2n) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.fluid-casino-table1 tr:last-child td{
	border-bottom:0;
}
table.fluid-casino-table1 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.fluid-casino-table1 tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

table.fluid-casino-table1, table.fluid-casino-table1 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
}

table.fluid-casino-table1 tr th:first-child{
	width: 80px;
}

#main-content table.fluid-casino-table1 p{
	font:14px/22px Arial, Helvetica, sans-serif;
	   margin-bottom: 0px; 
padding: 0;
  margin: 0;
}

@media only screen and (max-width: 479px){
#main-content table.fluid-casino-table1 p {
  display: block;
}
#main-content table.fluid-casino-table1 img {
  width: 100%;
}
}

#main-content article table.fluid-casino-table1 img {
padding:0;
margin: 0;
}

.floating-img.left {
  float: left;
  margin: 0px 15px 0px 0px;
  padding: 0;
}