/* allgemein */

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

:focus {
	outline: none;
}

body {
	font-family: Arial,Tahoma,Helvetica,Verdana,sans-serif;
}

#content {
	width: 450px;
}

#startScreen {
	
}

#startScreen .banner {
	margin-top: 9px;
	margin-bottom: 9px;
	width: 450px;
	text-align: center;
	overflow: hidden;
}
#startScreen .banner img {
	border: 0px;
}

#startScreen .gameBox {
	width: 448px;
	border: 1px solid #CECECE;
	margin-bottom: 9px;
}

#startScreen .gameBox .captionRow {
	width: 448px;
    background: url("../images/versatel/themenheadline-hg.gif") repeat-x scroll left top transparent;
    border-bottom: 1px solid #F2F2F2;
    height: 16px;
}

#startScreen .gameBox .captionRow h2 {
	line-height: 15px;
	color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
	position: relative;
	left: 7px;
}

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

#startScreen .gameBox .games .contentImage a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #797979;
}

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

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

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


.moreGames {
	width: 438px;
	text-align: right;
	padding-top: 10px;
}

.moreGames a {
	font-size: 12px;
	color: #323232;
}


#showCategory {
	
}

#showCategory .gameBox {
	margin-bottom: 9px;
	width: 448px;
	border: 1px solid #CECECE;
}

#showCategory .gameBox .captionRow {
	width: 448px;
    background: url("../images/versatel/themenheadline-hg.gif") repeat-x scroll left top transparent;
    border-bottom: 1px solid #F2F2F2;
    height: 16px;
}

#showCategory .gameBox .captionRow h2 {
	line-height: 15px;
	color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
	position: relative;
	left: 7px;
}

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

#showCategory .gameBox .games .contentImage a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #797979;
}

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

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

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

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

#showCategory .gameBox .naviLink a {
	font-size: 12px;
	color: #323232;
	margin-right: 5px;
}

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

#bottomLinks a {
    color: #323232;
    font-size: 12px;
}
/*
.contentLinks {
	float: left;
	width: 337px;
	padding-left: 5px;
}

.contentLinks li {
	list-style-image:url("../images/versatel/linkpfeil.gif");
	list-style-position: inside;
}

.contentLinks li a {
	font-size: 12px;
	font-weight: bold;
	color: #797979;
	text-decoration: none;	
}

.contentLinks li a:active {
	text-decoration: underline;
}

*/