div.full{
	width: 890px;
	margin-bottom: 8px;
}
div.column_right{
	width: 209px;
	float: left;
	margin-bottom: 8px;
}
div.column_left{
	width: 666px;
	margin-right: 14px;
	float: left;
	margin-bottom: 8px;
}
div.marge{
	margin-bottom: 8px;
}

#frame {
	margin: 0 auto;
	width: 890px;
	text-align: left;
	background-color:#000000;
	padding-left: 18px;
	padding-right: 18px;
}

/*HEADER*/
#header{
	height: 134px;
}
#logo{
	height: 134px;
}
#payoff{
	height: 134px;
	background: url('../img/lm_payoff.jpg') no-repeat;
}

/*MENU*/
#menu{
	height: 28px;
	background: url('../img/nav_bg.png') no-repeat;
}

#nav{
	height: 28px;
	float: left;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 6px 15px 5px 15px;
	/*width: 10em;*/
}

#nav li a:hover{
	color: #f6f6f6;
}
#nav li {
	float: left;
	background: url('../img/nav_item_bg.png') no-repeat;
	height: 28px;
	margin-top:-7px;
}
#nav li li{
	float: left;
	width: 15em;
	margin-top:0px;
	background: #000;
	border-bottom: 1px solid #fff;
}
#nav li li a:hover{
	background: #333333;
}


#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
}

img.nav_end{
	float: left;
	margin-top: -7px;
}

/*HOMEPAGE*/
#player{
	height: 332px;
}

#profile{
	height: 332px;
	background: url('../img/profile_bg.jpg') no-repeat;
	
	font-family: Arial;
	font-size: 12px;
}

#bar{
	clear: both;
	height: 27px;
	background: url('../img/bar.jpg') no-repeat;
}

/*CONTENT*/
div.kader{
	background: url('../img/text_bg.jpg') no-repeat;
}

#content{
	clear: left
}

#text{
	background-color:#000;
	line-height: 18px;
}
#text a{
	color: #ffffff;
	text-decoration: underline;
}
#text a:hover{
	text-decoration: none;
}
#text table{
	margin-left: 10px;
}

#pictures{
	text-align: center;
}
#pictures img{
	margin: 5px;
}

img.pic{
	margin-top: 5px;
	margin-bottom: 10px;
}

/*FOOTER*/
#footer{
	color: #999999;
	font-size: 12px;
}
#footer p{
	margin: 0px 0px 10px 10px;
}
#footer p.right{
	text-align: right;
}
#footer a:hover{
	text-decoration: underline;
	color: #ffffff;
}


/* FORMULIER */
input.large {
	width:				265px;
}
input.xlarge {
	width:				355px;
}
input.medium {
	width:				215px;
}
input.small {
	width:				75px;
}
input {
	color:				#505050;
	font-size:			11px;
}
textarea {
	color:				#505050;
	font-size:			11px;
	height:				125px;
	width:				550px;
}

table.formulier{
	margin-left: 		8px;
	width: 				100%;
	border-collapse: 	collapse;
}
table.formulier td{
	border-bottom: 		1px solid #151515;
	padding:			3px;
}
a.language{
	margin-right: 4px;
}