body {
	font-family: Verdana, Helvetica, Arial, "Arial Black", "Trebuchet MS";
	font-size: 14px;
	
	margin: 0px;
	background-color: #eeeeee;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 2px solid #1f1e1b;
	color: #1f1e1b;
	float: left;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
table {
	border: none;
	border-collapse: collapse;
}
.smallGrey {
	font-size: 12px;
	color: #5e5858;
	line-height: 140%;
}

textarea {
	/* Schriften ohne Serifen */
	font-family: Verdana, Helvetica, Arial, "Arial Black", "Trebuchet MS";
	border: 1px solid #CCCCCC;
	font-style: italic;
	font-size: 12px;
	color: #5e5858;
}
#overlay {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	display: none;
}
#containerLightbox {
	position: absolute;
	z-index: 101;
	left: 50%;
	top: 100px;
	margin-left: -375px;
	width: 750px;
	background-color: #FFFFFF;
	display: none;
}

#teaser {
	 text-align: right;
	 font-size: 11px;
	 color: #000000;
	 line-height: 140%;
}
#bgHeader {
	height: 360px;
	background-color: #ff9900;
}
#bgHeaderSmall {
	height: 228px;
	background-color: #ff9900;
}
#containerHeader {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
#bgHeaderFade {
	position: relative;
	top: 18px;
	height: 273px;
	padding-left: 25px;
	background: url('/images/bgHeaderFade.jpg') repeat-x;
}
#bgHeaderFadeSmall {
	position: relative;
	top: 18px;
	height: 140px;
	padding-left: 25px;
	background: url('/images/bgHeaderFadeSmall.jpg') repeat-x;
}
#logo {
	margin-left: 35px;
	margin-right: 15px;
	
}
#maskottchen {
	margin-right: 60px;
	float: left;
}
#headline {
	font-size: 22px;
	color: #FFFFFF;
	padding-right: 35px;
}
#headlineSmall {
	font-size: 24px;
	color: #FFFFFF;
	padding-right: 35px;
	padding-left: 8px;
}
#subline {
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 40px;
}
button.suche {
	margin-top: 30px;
	float: right;
	width: 28px;
	height: 20px;
	border: 1px solid #CCCCCC;
	border-left: none;
	background-color: #FFFFFF;
}
input.suche {
	margin-top: 30px;
	float: right;
	border: 1px solid #CCCCCC;
	border-right: none;
	color: #5e5858;
}
select {
	color: #5e5858;
}


#containerContent {
	width: 980px;
	padding-top: 23px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#content {
	width: 943px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 35px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border: 1px solid #dfdfdf
}
#adSkyscraper {
	clear: right;
	width: 160px;
	height: 730px;
	float: right;
}
#adLeaderboard {
	width: 728px;
	height: 90px;
	float: right;
}
#adRectangle {
	width: 300px;
	height: 250px;
	margin-right: 20px;
	float: left;
}

a.text {
	color: #000000;
	text-decoration: underline;
}
a.textSel {
	font-weight: bold;
}


#containerFooter {
	width: 945px;
	height: 160px;
	padding-left: 35px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #3c3f45;
}
#containerCopy {
	width: 980px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
/**** nav ****/
#navOnlineSpiele {
	position: absolute;
	left: 50%;
	top: 148px;
	margin-left: -359px;
	z-index: 200;
	
	width: 400px;
	padding-left: 10px;
	background-color: #FF9900;
}
#navCommunity {
	position: absolute;
	left: 50%;
	top: 148px;
	margin-left: 106px;
	z-index: 200;
	
	width: 200px;
	padding-left: 10px;
	background-color: #FF9900;
}
a.listeNav {
	display: block;
	width: 180px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
a.listeNav:hover {
	text-decoration: underline;
}
ul.nav {
	float: left;
	width: 945px;
	padding-bottom: 20px;
}
li.nav {
	float: left;
	margin-left: 2px;
}
a.nav {
	display: block;
	padding: 7px;
	
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none
}
a.nav:hover, a.navSel {
	background-color: #FF9900;
}

/**** topliste ****/
ul.listeText {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
ul.liste {
	float: left;
	width: 210px;
	padding-top: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}
li.listeTitel {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 14px;
}
span.listeTitel {
	padding-bottom: 5px;
	border-bottom: 2px solid #1f1e1b;
}
li.listeEintrag {
	padding-top: 3px;
	padding-bottom: 3px;
}
a.liste {
	display: block;
	width: 210px;
	color: #1f1e1b;
	font-size: 14px;
	text-decoration: none;
}
a.liste:hover {
	text-decoration: underline;
}
img.liste {
	 margin-left: 70px;
	 margin-top: 20px;
	 position: absolute;
	 display: none;
	 width: 145px;
	 height: 80px;
}


/**** footerliste ****/
ul.listeFooter {
	float: left;
	width: 172px;
	padding-top: 20px;
	margin-right: 20px;
}
li.listeFooterTitel {
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
li.listeFooterEintrag {
	height: 20px;
}
a.listeFooter {
	display: block;
	width: 172px;
	color: #1f1e1b;
	font-size: 12px;
	text-decoration: none;
	color: #DDDDDD;
}
a.listeFooter:hover {
	text-decoration: underline;
}

/**** kategorie ****/
div.box {
	width: 380px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	font-size: 12px;
	color: #5e5858;
	line-height: 140%;
}
div.boxTitle {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 2px solid #1f1e1b;
	color: #1f1e1b;
	float: left;
}
div.boxText {
	font-size: 12px;
	color: #5e5858;
	line-height: 140%;
}
img.previewPic {
	width: 145px;
	height: 80px;
	margin-right: 10px;
	float: left;
}
div.pageNumbering {
	width: 760px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}
a.tagcloud {
	color: #5e5858;
	text-decoration: none;
}
a.tagcloud:hover {
	text-decoration: underline;
	color: #000000;
}

/**** spiel ****/
#game {
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	float: left;
}

/**** header ****/
a.header {
	color: #FFFFFF;
}

/**** multiplayer ****/
img.multiplayer {
	width: 145px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

