html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff url(../images/back.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: black;
	font-style: normal;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

a {
	color: #2c672c;
}

img {
	border: 0;
}

#wrapper {
	width: 910px;
	padding: 5px;
	margin: 0 auto;
}

#header {
	width: 900;	
	height: 78px;		
	position: relative;
	z-index: 0;
}


h1#logo {
	width: 586px;
	height: 183px;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.png);	
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: -90px;
}

h2 {
	color: #2c672c;
	font-size: 16px;
}


#menu {
	width: 600px;
	height: 22px;
	background-color: #2c672c;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;		
	margin: 0px;
	padding: 8px 20px 8px 20px;
	list-style-type: none;
	position: absolute;
	top: 20px;
	right: 10px;	
	text-align: left;
}

#menu li {
	display: inline;
	margin-right: 20px;
}

#menu li.active {
	font-weight: bold;
}

#menu a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}


#main {
	width: 900px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	position: relative;
	z-index: 9;
	text-align: left;
}

#ad {
	text-align: center;
	margin: 20px;
}

/* @group Spiele
 */

.spiel {
	width: 430px;
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccd6c7;
	background: url(../images/marker.png) no-repeat 30px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;		
	
}

.spiel.highlight {
	background-color: #ccd6c7;
}

.spiel .punkte {
	display: block;
	width: 29px;
	height: 30px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 21px;
	color: white;
	float: left;
	margin-right: 10px;
	background: transparent url(../images/punkte.png) no-repeat;
}


.spiel .titel a {
	display: block;
	color: black;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}


.spiel .datum {
	font-size: 11px;
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid silver;
}

.spiel .gesamtwert {
	font-size: 11px;
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid silver;	
}

.spiel .platz {
	font-size: 11px;
	float: left;
}

.spiel .preise {
	font-size: 13px;
	font-weight: bold;
	clear: both;
	padding: 5px;
	margin-left: 35px;
}

.spiel .beschreibung {
	width: 370px;
	font-size: 13px;
	clear: both;
	padding: 5px;
	margin: 5px 5px 5px 40px;
	color: #595959;
	background-color: white;
	border: 1px solid silver;	
	border-bottom: 1px solid #979797;
}

.spiel .empfehlung {
	font-size: 11px;
	clear: both;
	padding: 0 5px;
	margin-left: 35px;
}

/* @end */


#intro {	
	width: 896px;
	height: 340px;
	margin: 0 auto;
	background-image: url(../images/intro.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-indent: -9999px;	
	overflow: hidden;
}


.box {
	width: 880px;
	background-color: #e3eedd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	margin: 10px 0;
}

.nav {
	width: 840px;
	display: block;
	clear: both;
	background-color: #f2fbec;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;			
	padding: 10px;
	margin: 10px;
	text-align: right;
}

.col {
	width: 430px;
}


.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	margin: 10px;
	font-size: 11px;
	color: #595959;
}

#footer a {
	color: #595959;
}

/* Bugfix */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }

