html,body{
	margin : 0;
	padding : 0;
	background-color : #FFFFFF;
	height : 100%;
}

html,body, table{
	line-height : 18px;
	font-family : Arial;
	font-size : 12px;
	color : #000000;
}

a, a:link, a:visited, a:active {
	color : #2D4F9E; 
	text-decoration :  underline;
}
a:hover{
	color : #2D4F9E; 
	text-decoration : none;
}

form {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

hr {
	background-color : #C4C6C8;
	color : #C4C6C8;
	border : 0;
	margin : 0;
	height : 1px;
}

input, select, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 10px 0;
	font-family : Arial;
	font-weight : normal;
	font-size : 24px;
	color : #64B054;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 10px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 14px;
	color : #2D4F9E;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 16px;
	color : #64B054;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 14px;
	color : #64B054;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 13px;
	color : #64B054;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 11px;
	color : #64B054;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

.container{
	margin : 0 auto;
	width : 980px;
}

.holder{
	float : left;
	width : 980px;
}

.header{
	float : left;
	background-position : left top;
	background-repeat : no-repeat;
	overflow : hidden;
	width : 980px;
	height : 170px;
}

.logo{
	float : left;
	padding : 30px 0 0 0;
	overflow : hidden;
	width : 400px;
	height : 140px;
}

.topbox{
	float : left;
	width : 580px;
	height : 170px;
}

.main{
	float : left;
	width : 980px;
}

.leftbox{
	float : left;
	overflow : hidden;
	padding : 0 20px 0 0;
	width : 230px;
}

.boxen{
	float : left;
	padding : 0 20px 0 0;
	width : 230px;
}

.box{
	float : left;
	margin : 0 0 20px;
	width : 230px;
}

.box_top{
	float : left;
	background-image : url(http://www.seo-coach.be/gfx/default_top.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-size : 0;
	line-height : 0;
	width : 230px;
	height : 5px;
}

.box_mid{
	float : left;
	position : relative;
	overflow : hidden;
	color : #FFFFFF;
	padding : 15px;
	width : 200px;
}

.box_mid a:link { color : #6dd4ff; text-decoration : none;}
.box_mid a:visited { color : #6dd4ff; text-decoration : none;}
.box_mid a:active { color : #6dd4ff; text-decoration : none;}
.box_mid a:hover { color : #FFFFFF; text-decoration : none;}

.box_bottom{
	float : left;
	background-image : url(http://www.seo-coach.be/gfx/default_bottom.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-size : 0;
	line-height : 0;
	width : 230px;
	height : 5px;
}

.box_foto{
	position : absolute;
	background-color : #2d4f9e;
	top : 170px;
	left : 0;
	color : #FFFFFF;
	line-height : normal;
	font-size : 11px;
	padding : 15px;
	width : 200px;
}

.box_foto a:link { color : #6dd4ff; text-decoration : none;}
.box_foto a:visited { color : #6dd4ff; text-decoration : none;}
.box_foto a:active { color : #6dd4ff; text-decoration : none;}
.box_foto a:hover { color : #FFFFFF; text-decoration : none;}

.box_foto h2 {
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	font-family : Verdana;
	font-weight : bold;
	line-height : normal;
	color : #FFFFFF;
	font-size : 12px;
}

.rightbox{
	float : left;
	overflow : hidden;
	width : 230px;
}

.footer{
	float : left;
	padding : 10px 0 0 200px;
	text-align : center;
	font-size : 11px;
	color : #000000;
	width : 600px;
}

.credits a:link { color : #000000; text-decoration : underline;}
.credits a:visited { color : #000000; text-decoration : underline;}
.credits a:active { color : #000000; text-decoration : underline;}
.credits a:hover { color : #64b054; text-decoration : none;}

.credits{
	float : left;
	padding : 10px 0;
	text-align : right;
	font-size : 11px;
	color : #dedede;
	width : 180px;
}

.credits a:link { color : #dedede; text-decoration : none;}
.credits a:visited { color : #dedede; text-decoration : none;}
.credits a:active { color : #dedede; text-decoration : none;}
.credits a:hover { color : #dedede; text-decoration : none;}
