/* allgemein */

* {
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

.spielende {
	width: 96px;
	height: 26px;
	position: absolute;
	display: block;
	background-image: url(../images/aachener/spielende.png);
	top: -10px;
	right: 5px;
}

#content {
	width: 640px;
}

#startScreen {
	position: relative;
}

#startScreen .banner {
	margin-top: 9px;
	margin-bottom: 9px;
	width: 640px;
	text-align: center;
}

#startScreen .banner img {
	border: 0px;
}

#startScreen .gameBox {
	width: 640px;
	border: 0;
	margin-bottom: 5px;
}

#startScreen .gameBox .captionRow {
	width: 640px;
	background-color: #F0F0EF;
    height: 22px;
}

#startScreen .gameBox .captionRow h2 {
	font-size: 11px;
	line-height: 22px;
	font-family: Arial, sans-serif;
	color: #333333;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.07em;
}

#startScreen .gameBox .captionRow .spielende {
}

#startScreen .gameBox .games {
	width: 630px;
	margin: 5px;
	min-height: 120px;
}

#startScreen .gameBox .games .contentImage a {
	text-decoration: none;
	font-size: 11px;
	color: #030303;
	font-weight: normal;
}

#startScreen .gameBox .games .contentImage img {
	border: 0px;
}

#startScreen .gameBox .games .contentImage {
	width: 120px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#startScreen .gameBox .games .next {
	margin-left: 50px;
}

.moreGames {
	width: 630px;
	text-align: right;
	height: 20px;
	line-height: 20px;
	clear: both;
}

.moreGames a {
	font-size: 11px;
	color: #030303;
	font-weight: bolder;
	letter-spacing: 0.2em;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}


#showCategory {
	position: relative;
}

#showCategory .gameBox {
	width: 640px;
	border: 0;
	margin-bottom: 5px;
}

#showCategory .gameBox .captionRow {
	width: 640px;
	background-color: #F0F0EF;
    height: 22px;
}

#showCategory .gameBox .captionRow h2 {
	font-size: 11px;
	line-height: 22px;
	font-family: Arial, sans-serif;
	color: #333333;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: normal;
}

#showCategory .gameBox .games {
	width: 630px;
	margin: 5px;
	min-height: 120px;
}

#showCategory .gameBox .games .contentImage a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #030303;
}

#showCategory .gameBox .games .contentImage img {
	border: 0px;
}

#showCategory .gameBox .games .contentImage {
	width: 120px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#showCategory .gameBox .games .next {
	margin-left: 50px;
}

#showCategory .gameBox .naviLink {
	width: 630px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#showCategory .gameBox .naviLink a {
	font-size: 11px;
	font-weight:bolder;
	color: #030303;
	font-family: Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#showGame {
	position: relative;
}

#showGame .gameBox {
	width: 640px;
	border: 0;
	margin-bottom: 5px;
}

#showGame .gameBox .captionRow {
	width: 640px;
	background-color: #F0F0EF;
    height: 22px;
}

#showGame .gameBox .captionRow h2 {
	font-size: 11px;
	line-height: 22px;
	font-family: Arial, sans-serif;
	color: #333333;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: normal;
}

#showGame .gameBox .naviLink {
	width: 630px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#showGame .gameBox .naviLink a {
	font-size: 12px;
	color: #030303;
	font-family: Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bolder;
}

#showGame #mediumRectangle  {
	margin-top: 100px;
	margin-bottom: 20px;
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

#showGame #gameContainer {
	width: 600px;
	height: 450px;
	text-align: center;
	margin-left: 20px;
}

#bottomLinks {
	margin-top: 9px;
	width: 645px;
	text-align: center;
    color: #323232;
    font-size: 12px;
}

#bottomLinks a {
    color: #323232;
    font-size: 12px;
    font-family: Arial, sans-serif;
}