BODY {
    scrollbar-arrow-color: #68BEE6;
    scrollbar-base-color: #9BDCFA;
    scrollbar-track-color: #68BEE6;
    scrollbar-face-color: #06577C;
    scrollbar-shadow-color: #9BDCFA;
    scrollbar-darkshadow-color: #68BEE6;
	margin				:	0px 0px 0px 0px;
	background-color		:	#ffffff;
}
/* ---------- Seitenaufbau - Anfang -------------------------------------------------*/

#seite
{
	text-align			:	left;
	float				:	left;
	background-color		:	#b11314;
	/*background-image		:	url(../img/spieleseite.jpg);*/
	background-repeat		:	no-repeat;
	width				:	960px;
	height				:	520px;
	top				:	0px;
	left				:	0px;
	position			:	relative;
	margin				:	0px 0px 0px 0px;
	overflow			:	visible;
	padding				:	0px;
}

#content
{
	float				:	left;
	color				:	#white;
	/*border				:	thin #ffff33 solid;*/
	width				:	649px;
	height				:	435px;
	position			:	relative;
	left				:	0px;
	top				:	0px;
	overflow			:	hidden;
	padding-top			:	10px;
	padding-left			:	5px;
}

#werbung-rechts
{	
	float				:	right;
	margin-right			:	2px;
	/*border				:	thin #ffff00 solid;*/
	color				:	#white;
	width				:	300px;
	height				:	445px;
	position			:	relative;
	right				:	0px;
	top				:	0px;
	overflow			:	hidden;
}

#top-banner
{
	text-align			:	center;
	width				:	300px;
	height				:	250px;
	background-color	:	transparent;
	margin-left			:	0px;
	margin-top			:	10px;
	margin-bottom		:	1px;
}

#bottom-banner
{
	text-align			:	center;
	margin-left			:	0px;
	width				:	300px;
	height				:	170px;
	background-color		:	#ffffff;
}

#werbung-unten
{
	float				:	left;
	width				:	949px;
	height				:	60px;
	position			:	relative;
	left				:	6px;
	top				:	0px;
	overflow			:	hidden;
	padding-left			:	0px;
	padding-right			:	5px;
	padding-top			:	0px;
	padding-bottom			:	10px;
}

.small-banner
{
	text-align			:	center;
	float				:	left;
	width				:	235px;
	height				:	60px;
	color				:	#black;
	background-color		:	#ffffff;
	/*-moz-opacity			:	0.5;*/
}

.large-banner
{
	text-align			:	center;
	/*border				:	thin #ffff33 solid;*/
	float				:	left;
	width				:	460px;
	height				:	60px;
	color				:	#black;
	background-color		:	#ffffff;
	/*-moz-opacity			:	0.8;*/
	margin-left			:	6px;
	margin-right			:	5px;
}

#vobanner
{
	float				:	left;
	width				:	624px;
	height				:	90px;
	position			:	relative;
	left				:	0px;
	top				:	0px;
	overflow			:	hidden;
	margin-bottom			:	5px;
}

#login
{
	font-family			:	Verdana, Helvetica, sans-serif;
	font-size			:	10px;
	text-align			:	right;
	vertical-align			:	middle;
	float				:	left;
	color				:	#999999;
	background-color		:	#ffffff;
	width				:	295px;
	height				:	18px;
	position			:	relative;
	left				:	13px;
	top				:	0px;
	overflow			:	hidden;
	margin-bottom			:	5px;
	padding-right			:	2px;
	padding-top			:	2px;
}

#login input
{
	text-align			:	right;
	vertical-align			:	middle;
	font-family			:	Verdana, Helvetica, sans-serif;
	font-size			:	8px;
	background-color		:	#ffffff;
	height				:	15px;
	width				:	150px;
	border				:	thin #cccccc solid;
	margin-right			:	5px;
}

#language
{
	font-family			:	Verdana, Helvetica, sans-serif;
	font-size			:	10px;
	float				:	left;
	color				:	#999999;
	background-color		:	#ffffff;
	width				:	293px;
	height				:	18px;
	position			:	relative;
	left				:	18px;
	top				:	0px;
	overflow			:	auto;
	margin-bottom			:	5px;
	padding-left			:	2px;
	padding-top			:	2px;
}

#scrollpane
{
	text-align			:	center;
	float				:	left;
	color				:	#white;
	/*border				:	thin #ffff33 solid;*/
	width				:	645px;
	height				:	315px;
	position			:	relative;
	left				:	0px;
	top				:	15px;
	overflow			:	auto;
	padding				:	0px;
}

.gamebox
{
	float				:	left;
	width				:	310px;
	height				:	155px;
	position			:	relative;
	left				:	0px;
	top				:	0px;
	overflow			:	hidden;	
	margin-right			:	2px;
	margin-bottom			:	4px;
	margin-left			:	0px;
	margin-top			:	0px;
	font-family			:	Verdana, Arial, Geneva, serif;	
}

.boxtitle
{
	width				:	310px;
	height				:	30px;
	text-align			:	left;
	color				:	#b11314;
	font-size			:	20px;
	padding-left		:	10px;
	text-decoration: none;
}

.boxbody
{
	text-align			:	left;
	color				:	#000000;
	font-size			:	12px;
	height				:	125px;
	width				:	310px;
	padding			:	5px;
	padding-left		:  	10px;
}

.boxbody INPUT
{
	text-align			:	center;
	vertical-align			:	middle;
	font-family			:	Verdana, Helvetica, sans-serif;
	font-size			:	8px;
	background-color		:	#b11314;
	color				:	#ffffff;
	height				:	18px;
	width				:	40px;
	border-top			:	2px #da3e16 solid;
	border-right			:	2px #670a05 solid;
	border-bottom			:	2px #670a05 solid;
	border-left			:	2px #da3e16 solid;
	padding				:	0px;	
}

.boxbody SELECT
{
	text-align			:	center;
	vertical-align			:	middle;
	font-family			:	Verdana, Helvetica, sans-serif;
	font-size			:	10px;
	background-color		:	#f6f7cd;
	color				:	#000000;
	height				:	15px;
	width				:	30px;
	border-top			:	1px #ffffff solid;
	border-right			:	1px #000000 solid;
	border-bottom			:	1px #000000 solid;
	border-left			:	1px #ffffff solid;
	padding				:	0px;
}

.boxbody IMG
{
	position			:	relative;
	float				:	left;
	width				:	110px;
	height				:	110px;
	border				:	0px;
	margin-right		:	5px;
	padding-right		:	5px;
}

a
{
	color: #094965;
}
/* ---------- Seitenaufbau - Ende   -------------------------------------------------*/

