/* algemeen */

p {
	padding: 0px 0px 5px 0px;
	line-height: 150%;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 10pt Arial;
	height: auto;
	width: 100%;
	color: #442a1b;
	line-height: 20px;
}

textarea {
	width: 80%;
}

input {
	border: 1px solid #442a1b;
	padding: 5px;
}

input.red {
	border: 1px solid red;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color:#442a1b;
}

a:hover{
	text-decoration: underline;
	color:#442a1b;
}

.actief a {
	font-weight: bold;
}

#content2 {
	width: 800px;
	height: 100%;
	text-align: left;
	padding-top: 50px;
}

.origino_lijn_rechts {
	border-right: 1px solid #d6d210;
	z-index: 2;
}

.aanbod_lijn_rechts {
	border-right: 1px solid #d1741a;
	z-index: 2;
}

.actueel_lijn_rechts {
	border-right: 1px solid #0c8fb0;
	z-index: 2;
}

.mening_lijn_rechts {
	border-right: 1px solid #f93198;
	z-index: 2;
}

.weblog_origino_react
{
	background: #ffc4e2;
}

#content {
	width: 810px;
	margin-left: 25px;
	text-align: left;
	padding-top: 58px;
}

ul#home_menu,ul#home_menu_nl,ul#home_menu_fr  {
	margin: 0px;
	padding: 0px;
}

ul#home_menu li {
	float: left;
	font-size: 110%;
	margin-right: 25px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
}

ul#home_menu_nl li {
	float: left;
	font-size: 110%;
	margin-right: 25px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
}

ul#home_menu_fr li {
	float: left;
	font-size: 110%;
	margin-right: 10px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
}

.clearfloat {
	float: none;
	clear: both;
}

.lijn {
	position: absolute;
	height: 2px; 
	width: 800px;
	top:80px;
	z-index:2;
}

.origino_lijn {
	border-top: 2px solid #d6d210;
}

.aanbod_lijn {
	border-top: 2px solid #d1741a;
}

.actueel_lijn {
	border-top: 2px solid #0c8fb0;
}

.mening_lijn {
	border-top: 2px solid #f93198;
}

.home_banner_color {
	background: #5d4534;
}

.origino_banner_color {
	background: #759505;
}

.aanbod_banner_color {
	background: #f88618;
}

.mening_banner_color {
	background: #f712a4;
}

.actueel_banner_color {
	background: #0c8fb0;
}

.origino_line_color {
	background: #759505;
}

.aanbod_line_color {
	background: #f88618;
}

.mening_line_color {
	background: #f712a4;
}

.actueel_line_color {
	background: #0c8fb0;
}

.home_color, .home_color a {
	color: #5d4534;
}

.home_color input {
	background: #5d4534;
}

.origino_color, .origino_color a {
	color: #759505;
}

.origino_color input {
	background: #759505;
}

.aanbod_color, .aanbod_color a {
	color: #f88618;
}

.aanbod_color input {
	background: #f88618;
}

.mening_color, .mening_color a {
	color: #f712a4;
}

.mening_color input {
	background: #f712a4;
}

.actueel_color, .actueel_color a {
	color: #0c8fb0;
}

.actueel_color input {
	background: #0c8fb0;
}

#home_colortabs {
	position: absolute; 
	top: 440px;
	z-index: 3;
}

#home_colortabs div.tab {
	float: left;
	width: 154px; 
	height: 164px;
}

#home_colortabs div.tab div.tekst_padding {
	padding: 20px 15px 15px 15px;
}

#home_colortabs div.tab div.titel {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#home_colortabs div.tab div.tekst {
	font-size: 85%;
	color: #fff;
}

#home_colortabs div.tab div.tekst_onder {
	text-transform: uppercase;
	line-height: 20px;
	font-size: 80%;
}

#enews_form div {
	margin-bottom: 5px;
}