body
{
	background-color: #cccccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;

}

.outsideContainer
{
	width: 1000px;
	margin: 0 auto;
	min-height: 680px;
	text-align: left;
	background-color: #FBEDD3;
}

* html .outsideContainer
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/* HEADER */
.header
{
	height: 68px;
	background-color: #CCC;
}


/* CONTENT */
.content
{
	padding-bottom: 150px;
	background-image: url('../images/background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 680px;
}

.contentMain
{
	clear: both;
	padding: 120px 0px 0px 300px;
	width: 700px;
	min-height: 70px;
	height: 70px;
}


/* SUBCONTENT */
.contentSub
{
	display: inline;
	margin: 0px 0px 0px 320px;
	float: left;
	width: 520px;
	min-height: 150px;
	height: 150px;
}

html>body .contentMain, .contentSub
{
    height: auto;
}


/* FOOTER */
.footer
{
	width: 1000px;
	background-color: #cccccc;
	font-size: 11px;
	color: #000;
	text-align: left;
}


/* EXTRA */
html
{
	height: 100%;
}

body
{
	height: 100%;
}

.insideContainer
{
	position: relative;
	min-height: 100%;
}

* html .insideContainer
{
	height: 100%;
}

.footer
{
	position: relative;
	height: 150px;
	margin: -150px auto 0 auto;
}

* html .footer
{
	margin-top: -150px;
}

h1
{
	color: #000;
	font-size: 24px;
	padding-bottom: 20px;
}

a
{
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

.language
{
	position: absolute;
	margin-top: 130px;
}
.icon_eng
{
	width: 30px;
	height: 20px;
	background-image: url('../images/ENG.gif');
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
	margin: 10px 0px 0px 0px;
}
.icon_nl
{
	width: 30px;
	height: 20px;
	background-image: url('../images/NL.gif');
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	margin: 10px 10px 0px 20px;
}
/* HIERONDER DE REST VAN DE CLASSES EN CONTENT
 * BOVENSTAAND STUK IS ALGEMEEN EN ALTIJD NODIG
 */
