/* 
  tulse luper css 
*/
body {
    background-color: black;
    font-family: arial, sans-serif;
    color: #bbb;
    text-align: center; /* uitlijning in IE ook center*/
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px

}

a {
    color: #99b;
	text-decoration: underline;

}
a:hover {
	color: #eee;
	text-decoration: underline
}
h1 {
    font-family: georgia,serif;
    color: #99b;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	font-family: georgia,serif;
	color: #FF0000;
	font-size: 80%;
}


#tulselogo{
	margin: 16px auto 0px auto;
	width: 886px;
	height: 40px;

	background: url(img/tulselogo.jpg);
	background-repeat: no-repeat;
	background-position:  top center;

	text-align: left;
}

/* CHANNEL LOGO always on top*/
#channel_logo{
	position: absolute;

	width: 886px;

	z-index: 10;
	text-align: right;
}




/*contains background image for the start-game, this is a div that will scale with
   the window size, thereby allowing the background to be wider than the
   browser window without creating scrollbarse*/
div.lanchgamebackground {
	position: relative; 

	margin: 0px auto 0px auto;

	background: url(img/background_launch_game_text.jpg);
	background-repeat: no-repeat;
	background-position:  top center;

	height: 406px;
	width: 886px;
	clear: both;

	text-align: center;
}
#flashcontent {
	position:absolute; 
	left:135px; 
	top:290px; 
	width:245px; 
	height:83px; 
	z-index:15;
}
#flashcontent A{
	font-family: times;
	color: #bd2c27;
	font-size: 90%;
	letter-spacing: 1px;
}
#flashcontent A:HOVER{
	text-decoration: underline
}
div.playerlink{
	position:absolute; 
	left:34px; 
	top:70px;
}

div.price {
	position:absolute; 

	left: 364px; 
	top: 216px; 
	width: 350px;
	height: 200px;

	z-index:15;
}
div.price A{
	width: 250px;
	padding: 10px;
	margin-left: 50px;

    font-family: georgia,serif;
    color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}

/* FORUM LINK*/
div.forumlink{
	position: relative;
	margin: 6px auto 0px auto;
	width: 886px;
	text-align: right;
}


/* MENU */
div.menuHome {
	position: relative; 

	margin: 0px auto 0px auto;
	padding: 8px 0 0 0;

	height: 30px;
	width: 886px;
	clear: both;
}
div.menuBanner {
	margin: 0px auto 0px auto;

	background: url(img/background_launch_game_text.jpg);
	background-repeat: no-repeat;
	background-position:  top center;

	height: 40px;
	width: 886px;
}
div.menu {
	position: relative; 

	margin: 0px auto 0px auto;
	padding: 8px 0 0 0;

	background: url(img/background_stripe.jpg);
	background-repeat: no-repeat;
	background-position: top center;

	height: 30px;
	width: 886px;
	clear: both;
}
span.menulink{
	padding: 10px;
}
span.menulink IMG{
	border: 1px white;

}
div.europrix{
	position:absolute;
	left:785px; 
	top:-28px; 
	z-index:2;
}

/* contains background image for item, this is a div that will scale with
   the window size, thereby allowing the background to be wider than the
   browser window without creating scrollbars */
div.itembackground {
	position: relative; 
	margin: 0px auto 0px auto;
	width: 750px;
}
div.item {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;

	font-family: georgia,serif;
	letter-spacing: 1px;
	line-height: 130%;
	color: #bbb;
	font-size: 12px;

	clear: both;
}
div.item .left {
	float:left;
	width: 355px;
}
div.item .right {
	margin-left: 395px;
}
div.item .intro {
	float:left;
	width: 470px;
}

div.item .auctiondate {
	font-family: georgia,serif;
	letter-spacing: 1px;
	line-height: 130%;
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
}

div.text{
	padding: 10px 16px 10px 16px;

	color: #000;
}
div.item IMG{
	display: block;
	padding: 6px 0 2px 0;
	margin: 0;
}
div.item SMALL{
	font-size: 10px;
	color: #999;
	line-height: 120%;
}
div.item b{
	color: #99b;
}
div.item td{
	vertical-align: top;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: georgia,serif;
	letter-spacing: 1px;
	line-height: 130%;
	color: #bbb;
	font-size: 12px;

	clear: both;
}

div.sponsors {
	margin: 0px auto 0px auto;
	padding: 0px;

	text-align: center;
	vertical-align: top;
	clear: both;
}
div.sponsors IMG{
	padding: 16px;
}





