@charset "utf-8";
/* CSS Document */

* {padding:0; margin:0;}
a:focus {outline:none;}
img {border:0;}

body{background:#909090 url(images/hintergrund.png) repeat-x; text-align:center;}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#grund {
	text-align:left;
	background:url(images/grundraster.png) no-repeat;
	height:667px;
	width:871px;
	margin:50px 64px 0 65px;
}

#logo {
	background:url(images/logo.png) no-repeat;
	position:absolute;
	margin-top:140px;
	z-index:2;
	height:142px;
	width:452px;
}

#coin-slider {
	float:left;
	height:579px;
	width:387px;
	margin-left:9px;
	overflow: hidden;
}

#menu {
	width:470px;
	height:394px;
	padding:10px 0 0 5px;
	float:left;
}

#menu ul li{
	list-style-type:none;
	display:block;
	height:35px;
	background:url(images/menu.png) no-repeat;
}

#menu ul li:hover{background-position:0 -36px;}

#menu ul li a{
	display:block;
	height:27px;
	padding:8px 0 0 25px;
	text-decoration:none;
	color:#000;
	font-size:12pt;
	font-weight:bold;
	font-family:Arial, sans-serif;
}

#news {
	float:left;
	width:455px;
	padding:10px;
}

#icon {          
	background:url(images/icons.png) no-repeat;
	background-position:30px 12px;
	height:74px;
	width:871px;
}

#home {
	text-align:left;
	width: 790px;
	padding: 25px;
	margin:10px 0 0 74px;
	border:1px solid #bbb;
}

#footer a:link, a:active, a:visited {text-decoration:none; color:#fff;}
#footer a:hover {text-decoration:underline;}