body {
	margin: 0px;
	margin-top: 10px;
	background: url("images/design/header_balken.png") repeat-x #FFFFFF 0px 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}

a {
	color: #75818F;
	text-decoration: none;
}

#container {
	background: url("images/design/sidebar_border.png") repeat-y;
}

#sidebar {
	float: left;
	width: 134px;
}

#sidebar_info {
	width: 132px;
	margin: 0px 1px;
}

#header_casino {
	background: url("images/design/header_casino.png") no-repeat;
	width: 134px;
	height: 231px;
}

#right {
	
	margin-left: 134px;
}

#header {
	height: 152px;
	background: url("images/design/header_slogan.png") right no-repeat;
}

#header_logo {
	display: block;
	width: 282px;
	height: 152px;
	float: left;
	background: url("images/design/header_logo.png") no-repeat;
}

#footer {
	clear: both;
	background: #75818F;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	padding: 1px;
	padding-right: 10px;
	margin-top: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#main {
	margin-top: 20px;
}

#navigation {
	width: 160px;
	float: left;
	font-size: 14px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#navigation a {
	display: block;
}

#navigation a:hover {
	color: #675B71;
}

#content {
	max-width: 900px;
	margin-left: 200px;
}

#content a{
	color: #8E344D;
}

#content a:hover{
	text-decoration: underline;
}


#lageplanpic {
	float: left;
}

h2{
	color: #8E344D;
}

img {
	border: 0px;
}

ul{
	margin: 0px;
}


