body {
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #a3b2c0;
	margin: 0;
	padding: 0;

}

p {
	padding: 0;
	margin: 0 0 13px 0;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #a3b2c0;
}
a:hover {
	text-decoration: none;
	color: white;
}

a img {
	border: 0px solid black;
}

li {
	line-height: 140%;
}

ul {
	margin-top: 0;
}

#main {
	margin: 0 auto;
	width: 654px;
}

#main-index {
	margin: 0 auto;
	width: 920px;
	position: relative;
}
#left-index {
	width: 434px;
	height: 507px;
	background-image: url(images/startbild1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#left-index #menu {
	text-align: right;
	margin-top: 15px;
}
#right-index {
	width: 482px;
	height: 507px;
	background-image: url(images/startbild2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 434px;
}
#right-index p {
	margin: 340px 125px 10px 20px;
	text-align: center;
}



#banner {
	background-image: url(images/anreise_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 654px;
	height: 24px;
	padding-top: 150px;
	position: relative;
}

#menu {
	margin-left: 30px;
	/*font-weight: bold;*/
}

#menu a {
	text-decoration: none;
	color: #a3b2c0;
	/*font-weight: bold;*/
}

#menu a.active {
	color: white;
}


#left {
	width: 180px;
	padding-left: 20px;
	float: left;
}

#right {
	padding: 30px 80px 20px 10px;
	width: 340px;
	float: right;
}

.pokertable {
	/*background-color: white;*/
	
}

.pokertable th {
	font-size: 10px;
	color: black;
}
.pokertable td {
	font-size: 10px;
	color: #a3b2c0;
	padding: 2px;
}

.homelink {
	position: absolute;
	top: 20px;
	left: 10px;
}


