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

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

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

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

a:hover {
	text-decoration: underline;
}

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

#container {
	width: 867px;
	margin: 0px auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

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

#header h1 {
	display: none;
}
#wrapper {
	min-height: 385px;
	padding:0;
	margin:0;
	background-color: #7a4747;
}

#left {
	background: url('../images/outgame/content_left-new-v2.png') no-repeat top right;
	width: 506px;
	min-height: 385px;
	height: auto;
	float: left;
	padding: 20px 0px 0px 194px;
	font-weight: bold;
}

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

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

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

#left .online {
	margin: 8px 0px 0px 70px;
}

#left .social {
	float:left;
	margin: -11px 0px 0px -180px;
}

#left #register {
	float: left;
	width: 260px;
}

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

#left #overig {
	float: left;
	width: 260px;
}

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

h4 {
	margin: 15px 0;
}

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

#left-bottom {
	float: left;
	width: 670px;
	height: 60px;
	padding:15px;
	text-align:right;
	overflow: hidden;
}

#left-bottom span{
	float:left;
	padding-top:7px;
	font-size:18px;
	text-align:left;
	width:75px;
}

#left-bottom img{
	height: 60px;
	vertical-align: middle;
	margin-left:3px;
	border:#2a1b0d solid 1px;
}

#right-bottom {
	float: right;
	width: 147px;
	height: 70px;
	padding:10px;
	background: url('../images/outgame/right-bottom-blue.png') no-repeat left;
}

#right-bottom p {
	text-align:right;
	line-height:13px;
	font-size:10px;
	font-weight:bold;
}

#right-bottom p.stats {
	font-size:13px;
}

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

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

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: 0;
	margin:10px 0px;
	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;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

footer {
	background: url('../images/outgame/left-bottom-blue.png');
	width: 100%;
	padding:0;
	margin: 0;
}

.bold {
	font-weight: bold;
}

.flags {
	float: right;
	margin: 10px 10px 0 0;
}
.flags .flagList {
	background: none;
}