/* HTML ELEMENTS */

BODY, HTML {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #263247;
}

P, H1, H2, H3 {
	margin:0;
}

H1, H2, H3 {
	color: #000000;
}

H1 {
	font-size: 19px;
	padding-bottom:18px;
}

H2 {
	font-size:15px;
	padding-bottom:8px;
}

H3 {
	color: #de0202;
	padding-bottom:8px;
}

P{
padding-bottom:8px;
}

.invisible{
	display:none;
}


.textLeftAligned{
text-align:left;
}

.moduleFlv{
padding-bottom:8px;
}

.moduleImage{
padding-bottom:8px;
}

.moduleLine{
padding-bottom:8px;
}

.moduleVideoTitleImage{
	padding-bottom:8px;
	text-align:left;
}

.moduleVideoTitleImage_Title{
	color:#000000;
	font-size: 14px;
	font-weight:bold;
}

.moduleImageTitleImage{
	padding-bottom:8px;
	text-align:left;
}

.moduleImageTitleImage_Title{
	color:#000000;
	font-size: 14px;
	font-weight:bold;
}

.moduleTanks{
	padding-bottom:8px;
}

IMG {
	border:0;
}

A:link, A:focus, A:active, A:visited {
	color: #263247;
}

/* BODY - COMMON */

#main_table {
	width: 100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
}

#main_table TD.left, #main_table TD.right {
	background-repeat: repeat-x;
}

#main_table TD.center {
	width: 1024px;
	background-repeat: no-repeat; 
	background-position: top center;
}


/* RED THEME */
TABLE.theme_red TD.left {
	background-image: url("../img/body/bg_red_left.jpg");
}

TABLE.theme_red TD.right {
	background-image: url("../img/body/bg_red_right.jpg");
}

TABLE.theme_red TD.center {
	background-image: url("../img/body/bg_red.jpg");
}


/* GRAY THEME */
TABLE.theme_gray TD.left {
	background-image: url("../img/body/bg_gray_left.jpg");
}

TABLE.theme_gray TD.right {
	background-image: url("../img/body/bg_gray_right.jpg");
}

TABLE.theme_gray TD.center {
	background-image: url("../img/body/bg_gray.jpg");
}



#container {
	width: 745px;
	height: auto;
	margin:auto;
}

#header {
	width: 746px;
	height: 144px;
	overflow: hidden;
	margin-top: 19px;
}

#foot {
	width: 95%;
	height:auto;
	margin:auto;
	overflow: hidden;
	text-align:center;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* RED FOOTER */
.foot_red {
	border-top: 1px #bd5437 solid;
	color: #e59273;
}

.foot_red A:link, .foot_red A:focus, .foot_red A:active, .foot_red A:visited {
	text-decoration: none;
	color: #e59273;
}

.foot_red A:hover {
	text-decoration: underline;
}


/* GRAY FOOTER */
.foot_gray {
	border-top: 1px #686d76 solid;
	color: #a8a9a4;
}

.foot_gray A:link, .foot_gray A:focus, .foot_gray A:active, .foot_gray A:visited {
	text-decoration: none;
	color: #a8a9a4;
}

.foot_gray A:hover {
	text-decoration: underline;
}






/********************* Main Content Box ***/

#box_body {
	width: 551px;
	height:auto;
	overflow: hidden;
	float:left;
	padding-left: 5px;
	padding-top: 5px;
}

#box_body_sub {
	width: 551px;
	height:auto;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../img/body/bg_cont_center.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

#box_body_sub_2 {
	width: 551px;
	height:auto;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../img/body/bg_cont_center.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

#inner_margin {
	margin: 33px;
	margin-top: 25px;
	margin-bottom: 22px;
}

#box_body #top {
	width: 551px;
	height: 8px;
	overflow: hidden;
	/*background-image: url("../img/body/bg_cont_top.png");*/
	background-repeat: no-repeat; 
}

#btm {
	width: 551px;
	height: 12px;
	overflow: hidden;
	/*background-image: url("../img/body/bg_cont_bottom.png");*/
	background-repeat: no-repeat; 
}



/********************* Banner Box ***/

#box_banners {
	width: 177px;
	height:auto;
	margin-top: 4px;
	float: left;
	padding-left: 10px;
}

#box_banners A {
	display:block;
	margin-bottom: 10px;
}



/********************* Landing ***/
#landing {
	margin-top: 221px;
}

#landing H1 {
	width: 745px;
	height: 124px;
	text-indent:-5000px;
	display: block;
	background-image: url("../img/body/head-comfort_energie.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#landing P {
	width:500px;
	height:auto;
	margin:auto;
	margin-top: 73px;
}

#landing P A {
	display:block;
	float:left;
}




/********************* Links ***/


.link_box {
	width: 100%;
	height: auto;
	padding-top:10px;
	margin-bottom: 18px;
	overflow: hidden;
	border-top: 1px #d4d6da solid;
	text-align: left;
}

.link_box H2 {
	font-size:15px;
}

.sub {
	color: #000000;
}

.link_box H3 {
	color: #de0202;
}

.link_box P {
	margin-top: 3px;
}




/********************* Contact Form ***/

#contact_form {
	width: 276px;
	margin: auto;
	line-height: 24px;
	text-align: left;
	color: #000000;
}

INPUT.txt {
	width: 171px;
	height: auto;
	font-size: 10px;
	border: 1px #000000 solid;
	float: left;
}

INPUT.txt2 {
	width: 220px;
	height: auto;
	font-size: 10px;
	border: 1px #666666 solid;
	float: left;
}

DIV.row {
	width: 73px;
	float:left;
}

TEXTAREA.txt {
	float: left;
	width: 244px;
	height: 112px;
	border: 1px #000000 solid;
}

INPUT.smt {
	border: 1px #000000 solid;
	font-size: 10px;
	color: #263247;
	margin-left: 24%;
	margin-top: 15px;
}


/* THANKS */
.thanks_spacer {
	width:1px;
	height: 388px;
	overflow: hidden;
}


/********************* Modules / Classes ***/


.main_text {
	color: #263247;
	margin-left: 38px;
	margin-right: 35px;
}

b.red {
	color: #de0202;
}


.movie {
	margin:auto;
	margin-top: 18px;
}


/** START: Bereken tankinhoud **/
FORM#citern {
	background-color: #ffffff;
}

FORM#citern INPUT.txti {
	width:40px;
	border:1px #000000 solid;
	color:#333333;
	font-size:10px;
}

FORM#citern TABLE {
	width:100%;
	height:auto;
	text-align:left;
	margin-left:5px;
}

FORM#citern INPUT.btn {
	margin-top:20px;
}

#resultado {
	font-size: 12px;
	height:30px;
}

/** END */

/* MISC */

.clear_box {
	clear:both;
}

.al_left {
	text-align: left;
}

.al_right {
	text-align: right;
}

.error{
	color:#FF0000;
}

.devos_banner{
	background-image: url("../img/banners/devos-banner.jpg");	
	width:747px;
	height:123px;
}

.devos_banner div{
	padding-left:250px;
	padding-top:25px;
	padding-right:20px;
	color:black;
	font-size:12px;
}

.devos_title{
	font-size:18px;
	color:white;
	font-weight:bold;
}


.tblwedstrijd{
	margin-left:20px;
}

.tblwedstrijd td{
	text-align:left;
}

.button {
	border: 1px #000000 solid;
	font-size: 10px;
	color: #263247;
	margin-top: 15px;
}

.wedstrijd_message{
	font-style:italic;
	text-align:left;
}

.wrapper_particulier{
	background-color:#de4740;
}

