/******************************************************************************
 * STANDARD ELEMENTS
 ******************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.7em;
	background-color: #fff;
}

h1 {
	font-weight: bold;
	color: #247fe6;
	font-size: 1em;
}

a {
    color: #1e73d4;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 a {
    text-decoration: none;
    color: #247fe6;
}

h1 a:hover {
    text-decoration: underline;
}

input {
	border: 1px solid #85c329;
}

/******************************************************************************
 * MAIN CLASSES
 ******************************************************************************/

#container {
	margin: 0 auto;
	width: 911px;
	text-align: left;
	margin-top: 30px;
}

#header {
	height: 72px;
	width: 911px;
	border-bottom: 12px solid #85c329;
	margin-bottom: 15px;
}

#column_left {
	float: left;
	width: 475px;
}

#column_right {
	float: right;
	width: 419px;
	position: relative;
}

#footer {
	clear: both;
	border-top: 12px solid #85c329;
	padding-top: 5px;
	margin-top: 15px;
	height: 50px;
	text-align: center;
}

.clear_both {
	clear: both;
}
.newsletter {
    clear:both;
    float: left;
}
.float_left {       
	float: left;
}

.float_right {
	float: right;
}

/******************************************************************************
 * HEADER
 ******************************************************************************/

.logo {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

.kans {
	float: left;
	margin-top: -5px;
	_margin-top: 0px;
}

.winnen {
	float: right;
	margin-top: -7px;
	width: 190px;
	text-align: center;
	color: #85c329;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	padding-top: 18px;
}

/******************************************************************************
 * COLUMN LEFT
 ******************************************************************************/

.intro {
	width: 475px;
	margin-bottom: 15px;
	padding-bottom: 11px;
	float: left;
	text-align: justify;
	border-bottom: 1px solid #85c329;
}

.prijsvraag {
	width: 475px;
	margin-bottom: 15px;
	float: left;
}

/******************************************************************************
 * COLUMN RIGHT
 ******************************************************************************/

.box {
	width: 190px;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #85c329;
	border-bottom: 12px solid #85c329;
}

.boxadd {
	width: 190px;
	text-align: center;
	padding: 5px;
	border: 1px solid #85c329;
	margin-bottom: 15px;
	border-bottom: 11px solid #85c329;
}

.boxstat {
	width: 190px;
	text-align: center;
	margin-bottom: 15px;
}

#column_right .topprijzen {
	background: transparent url('../images/topprijzen.png') no-repeat top left;
	position: absolute;
	top: 78px;
	left: 152px;
    height: 71px;
    width: 68px;
}

ol {
    margin-top: 5px;
}

li {
    margin-left: 24px;
	margin-bottom: 5px;
}

.tag {
	color: #e83235;
}

.scroll {
    height: 250px;
    width: 148px;
    overflow: auto;
    border: 0px;
    padding: 4px;
}

/******************************************************************************
 * BANNERS
 ******************************************************************************/

.banner468 {
	width: 475px;
	margin-bottom: 15px;
	float: left;
}

.bannergoogle {
	width: 408px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	padding: 5px;
	border: 1px solid #85c329;
}

/******************************************************************************
 * BANNERS
 ******************************************************************************/
 
#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
