/*
*	Slicing door Koen Hobbelt
*
*	(c) 2008 MaffiaJob
*/

body {
	background: url('../images/outgame/background.gif');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #B7A984;
}

/*
*	Container
*/

#container {
	width: 867px;
	margin: 0px auto;
	text-align: left;
}

/*
*	Logo
*/

#header {
	background: url('../images/outgame/header.png') no-repeat;
	width: 867px;
	height: 143px;
}

#header h1 {
	display: none;
}

/*
*	Left
*/

#left {
	background: url('../images/outgame/content_left.png') no-repeat right;
	width: 506px;
	height: 407px;
	float: left;
	padding: 19px 0px 0px 194px;
	font-weight: bold;
	overflow: hidden;
}

/*
*	Left -> Intro text
*/

#left p#intro {
	padding: 11px 0px 10px 10px;
	width: 443px;
	height: 75px;
	font-weight: normal;
	overflow: hidden;
	line-height: normal;
}

/*
*	Left -> Login form
*/

#left #login {
	width: 240px;
	background: url('../images/outgame/brown_line.gif') no-repeat top right;
	float: left;
}

#left #login form {
	height: 184px;
	overflow: hidden;
	width: 214px;
}

/*
*	Left -> Register form
*/

#left #register {
	float: left;
}

#left #register form {
	padding-left: 26px;
	white-space: nowrap;
}

/*
*	Left -> Register overig
*/

#left #overig .overig  {
	padding: 0px 0px 0px 245px;
}



/*
*	Left -> Users online
*/

#left p.online {
	line-height: 40px;
	margin-left: 70px;
	white-space: nowrap;
}

/*
*	Right
*/

#right {
	float: right;
	background: url('../images/outgame/content_right.png') no-repeat left;
	width: 167px;
	height: 426px;
	font-weight: bold;
}

/*
*	Right -> Prijslijst
*/

#right p {
	padding: 19px 0px 15px 0px;
	line-height: 15px;
	text-align: center;
}

/*
*	Footer
*/

#footer, #footer a {
	color: #6D5422;
	text-transform: uppercase;
	font-size: 11px;
	white-space: nowrap;
	line-height: 30px;
	text-align: right;
}

#footer {
	padding-right: 10px;
	padding-top: 5px;
}

/*
*	Overigen
*/

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

span.input {
	background: url('../images/outgame/input_bg.gif') no-repeat;
	width: 212px;
	height: 19px;
	overflow: hidden;
	display: block;
}

span.input input {
	border: none;
	background: transparent;
	width: 206px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color: Black;
	position: relative;
}

input.submit {
	background: url('../images/outgame/btn_submit.gif') no-repeat;
	width: 162px;
	color: White;
	height: 21px;
	padding: none;
	line-height: 21px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
input.submit[disabled] {
	background: url('../images/outgame/btn_submit_disabled.gif') no-repeat;
}
textarea.textarea{
	background: #c9c2ad;
	display: block;
}

p {
	padding: 2px 0px 2px 0px;
	line-height: 20px;
}

a {
	color: #B7A984;
	text-decoration: none;
	position: relative;
}

a:hover {
	text-decoration: underline;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}