* {
	padding: 0; 
	margin: 0; 
	font-family: arial, helvetica; 
	font-size: 12px;
	border: 0;
	line-height: 1.4em;
}

html, body { 
	text-align: center;
	background-color: #FFF;
}

div {
	border: 0px solid red;
}
div.clear {
	clear: both;	
}
li {
	list-style: none;
}

.radio {
	width: 15px;
	height: 10px;
	border: 0;
}

h1{
	font-size: 24px;
/*	font-weight: normal; */
    font-weight: 700;
	padding-bottom: 12px;
	clear: both;
}
td {
	vertical-align: top;
}
input#searchbox, input.text, textarea {
	border: 1px solid #99a8c7;
	width: 280px;
	margin: 2px;
}
input.smaller {
	width: 150px;
}
input.submit {
	border: 0;
	background: #fff;
	width: 80px;
	cursor: pointer;
	font-weight: bold;
	color: #99a8c7;
}
input.submit_red{
	border: 0;
	background: #fff;
	width: 80px;
	cursor: pointer;
	font-weight: bold;
	color: #ed1b24;
}

.red_h1 {
	font-size: 24px;
	color: #ed1b24;
}
.red {
	color: #ed1b24;
}
.grey {
	color: #99a8c7;
}
p {
	padding-bottom: 15px;
}
a {
	color: #ed1b24;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
}

.strong {
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-style: italic;
}

.red_header {
	background: #ed1b24;
	color: #fff;
	padding: 6px;
	border-right: 1px solid #fff;
	margin: 3px 0;
}
.red_header_artikel {
	background: #ed1b24;
	color: #fff;
	padding: 6px;
	margin: 3px 0;
}
.grey_header {
	background: #99a8c7;
	color: #fff;
	padding: 6px;
	border-right: 1px solid #fff;
	margin: 3px 0;
}

.gerelateerd, .form {
	padding-left: 4px;
}
	.gerelateerd li {
		padding: 6px 0;
	}
	
	
#menu_left {
	width: 780px;
	//height: 25px;
	float: left;
	background: #99a8c7;
}

#menu_left li {
    float: left;
}
#menu_left a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
}
#menu_left a:hover {
    background: #ed1b24;
}
#menu_left a.selected {
    background: #ed1b24;
}

#menu_extra {
	float: left;
	//height: 25px;
	width: 199px;
	background: #ed1b24;
	border-left: 1px solid #fff;
}

	#menu_extra li {
		float: left;
	}
	#menu_extra a {
		display: block;
		color: #fff;
		font-weight: bold;
		padding: 4px 6px;
	}
	#menu_extra a:hover {
		background: #ed1b24;
	}
	
#sub_menu_left {
	width: 780px;
	//height: 35px;
	float: left;
	background: #fff;
    border-bottom: 10px solid white;
}
#sub_menu_left li {
    float: left;
}
#sub_menu_left a {
    display: block;
    color: #99a8c7;
    font-weight: bold;
    padding: 4px 9px;
}
#sub_menu_left a:hover {
    background: #ed1b24;
    color: #fff;
}

#sub_menu_left a.selected {
    background: #ed1b24;
    color: #fff;
}

#sub_zoek {
	float: left;
	//height: 25px;
	width: 199px;
	background: #99a8c7;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
	#sub_zoek input {
		padding: 2px;
		width: 120px;
		float: left;
	}
	#sub_zoek  .submit_zoek {
		color: #fff;
		background: #99a8c7;
		width: 60px;
		padding: 0;
		border: none;
	}

	
.ankeiler {
	background: #ed1b24;
	background-position: top right;
	background-repeat: no-repeat;
	color: #ed1b24;
	border-bottom: 1px solid #fff;
}
.ankeiler .red_header {
    margin: 0;
}
.ankeiler .tekst {
    background: #fff;
}
.ankeiler .tekst li {
    list-style: disc;
    margin-left: 20px;
    padding: 4px;
}
.ankeiler a {
    color: #99a8c7;
}
.ankeiler a:hover {
    color: #000;
}
	
.banner_medium {
	position: relative;
	background: #fff;
	height: 147px;
	border-bottom: 1px solid #fff;
}
	.banner_medium .picture {
		position: absolute;
		width: 231px;
		height: 147px;
		overflow: hidden;
	}
	.banner_medium .overlay {
		position: absolute;
		width: 231px;
		height: 35px;
		top: 112px;
		overflow: hidden;
	}
	.banner_medium .tekstje {
		position: absolute;
		width: 231px;
		height: 35px;
		padding: 3px;
		top: 112px;
		overflow: hidden;
		font-weight: bold;
		color: #fff;
		line-height: 1.1em;
	}

#banner{
	padding: 0 0 0 18px;
	border: 1px solid black;
	background-color: black;
	background-image: url('../img/icon_advertentie.gif');
	background-repeat: no-repeat;
	background-position: center left;
	margin: 3px auto;
	/* display: inline; */
	width:728px;
	text-align: center;
}
	
#footer {
	clear: both;
	background: #99a8c7;
	padding: 10px 0;
	height: 60px;
}
	#footer .block {
		float: left;
		height: 60px;
		padding: 0 10px;
	}
	#footer .block a {
		text-transform: uppercase;
		font-size: 16px;
		color: #fff;
	}
	
	#footer .block a:hover {
		color: #ed1b24;
	}

#leaderboard {
	background-color: #000;
	display: block;
	padding: 3px 3px 0 3px;
	border: 3px solid white;
	width: 744px;
	clear: both;
	margin: auto;
}

.container { 
	position: relative;
	width: 980px;
	clear: both;
	margin: auto;
	text-align: left;
}

.left {
	width: 621px;
	padding: 270px 0 10px 10px;
	float: left;
}

.right {
	width: 336px;
	padding: 36px 0 0 0;
	float: right;
}
.clear {
	clear: both;
}

.reactie {
	border-bottom: 1px solid #99a8c7;
	padding: 0 0 4px 4px;
	margin: 0 0 4px 0;
	clear: both;
}
	.reactie .datum {
		width: 120px;
		float: left;
	}
    #div_tabswitcher_home_lastreactions_ankeilers .reactie .datum {
        width: auto;
    }
	.reactie .tekst {
		width: 560px;
		float: left;
	}

#seven {
	position: relative;
	text-align: left;
	clear: both;
}
	#seven #logo {
		position: absolute;
		z-index: 100;
		width: 168px;
		height: 270px;
		top: 0;
		left: 0;
	}
	#seven #image {
		position: absolute;
		width: 368px;
		height: 234px;
		top: 36px;
		left: 100px;
	}
	#seven #transpa {
		position: absolute;
		width: 368px;
		height: 42px;
		overflow: hidden;
		top: 228px;
		left: 100px;
	}
	#seven #title {
		position: absolute;
		width: 308px;
		height: 28px;
		overflow: hidden;
		top: 228px;
		left: 160px;
		padding-top: 14px;
		font-size: 11px;
		font-weight: bold;
	}
	#seven #topbar {
		position: absolute;
		width: 811px;
		height: 35px;
		overflow: hidden;
		top: 0px;
		left: 169px;
		background-color: #99a8c7;
		background-repeat: no-repeat;
		background-position: right;
	}
	#seven #topbar li{
		float: left;
	}

	#seven #topbar a {
		color: #fff;
		text-decoration: none;
		padding: 11px;
		font-size: 11px;
		display: block;
		cursor: default;
	}
	#seven #topbar a.red:hover {
        color: #000;
	}
	#seven #topbar a.red {
        background: #ed1b24 url('../img/menu_pijl.gif') top right no-repeat;
		cursor: pointer;
	}
	#seven #topbar a.red2 {
        cursor: pointer;
        background: #ed1b24 url('../img/menu_pijl2.gif') top right no-repeat;
    }
	#seven #advertentie {
		position: absolute;
		width: 180px;
		top: 36px;
		left: 470px;	
		background-color: #99a8c7;
	}
	#seven #advertentie .tekst {
		padding: 5px;
		border-bottom: 1px solid #fff;
	}
	
#social {
	padding: 0;
	float: right;
}
	#social ul {
		list-style: none;
	}
	#social li {
		float: left;
		padding: 0 1px;
	}

	
#blog_options {
	padding: 8px 0;
	width: 458px;
	float: left;
}
	#blog_options ul {
		list-style: none;
	}
	#blog_options li {
		float: left;
		border-right: 1px solid red;
		padding: 0 3px;
	}
	#blog_options li.end {
		border-right: 0;
	}
	#blog_options a {
		font-weight: bold;
		color: #a0b0ca;
		text-decoration: none;
	}
	#blog_options a:hover {
		color: red;
	}

.grijs {
    color: #99A8C7 !important;
}
.zwart {
    color: black !important;
}

#home_specials *, #category_specials * { line-height:1,1em;}	

.special_wrapper {
    float:left; width:150px; height:132px;
    background-color:#ed1b24;
} 
.special_image_box{
    width:150px; height:95px;
}
.special_image_box img {
    border-bottom: 1px solid #ffffff;
}
.special_subtitle_box {
    background-color:#ED1B24;
    color: #fff;
    overflow: hidden;
    width:142px; 
    height:37px; 
    padding-left:4px;
    padding-right:4px;
}
.special_subtitle_box a { text-decoration:none; color: #000;}

.advertentie {
    background-color:#99A8C7;
    color: #000;
    height: 314px;
    width: 336px;
    overflow: hidden;
    float: left;
}
.advertentie_head {
    height: 34px;
    width: 336px;
    line-height:34px;
    text-align:center;
}
.artikel_advertentie_wrapper {
    width: 336px;
    height: 314px;
}

