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

body {
	text-align: center;
	background-color: #0c1717;
	margin-top: 10px;
}

#container {
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font: 13px Verdana;
	width: 1200px;
}

/*
	Left
*/
#left {
	width: 499px;
	float: left;
}
#left_top {
	background: url("images/left_top.png") no-repeat;
	height: 290px;
}
#left_bottom {
	background: url("images/left_bottom.png") no-repeat;
	height: 322px;
}
#left_bottom_content {
	padding: 0 50px 0 50px;
}
.left_container {
	width: 315px;
	/*margin-bottom: 15px;*/
}
.left {
	float: left;
	line-height: 20px;
	font-weight: 800;
}
.right {
	float: right;
	margin-top: 3px;
}
.clear {
	clear: both;
}
#algemene_voorwaarden {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
#popup {
position: absolute;
display:none;
z-index: 100;
}
/*
	Right
*/
#right {
	float: right;
	width: 701px;
}
#right_top {
	height: 202px;
	background: url("images/right_top.png");
}
#right_bottom {
	height: 411px;
	background: url("images/right_bottom.png");
}
#right_bottom_content {
	padding: 0 70px 0 60px;
}
#right_bottom_content_bottom {
	padding: 0 70px 0 40px;
}
#inloggen {
	margin-bottom: 68px;
	margin-right: 5px;
}
#right_bottom_login {
	margin-top: 40px;
	margin-left: 10px;
}
#footer {
	text-align: center;
}

/*
	Overige
*/
input {
	height: 15px;
	padding: 2px 2px 0 2px;
   	font-family: Verdana;
    	font-size: 8pt;
	background: url("images/input.png") transparent;
   	color: #242424;
}
textarea {
    width: 347px;
    background: url("./images/bg_textarea.png") repeat;
    border: 2px solid #242424;
    font-family: Verdana;
    font-size: 8pt;
    color: #242424;
}
a:link {color: #245C5C; text-decoration: none;}
a:visited {color: #245C5C; text-decoration: none;}
a:active {color: #245C5C; text-decoration: none;}
a:hover {color: #245C5C; text-decoration: underline;}