body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height:1.2em;
	color: #000000;
	background-color: #ffffff;  /* dit is de rondom kleur*/
	background-image: url(img/bg-heinkel.gif);
	background-repeat: repeat;
}


.rodetekst {
	color: #da251d;
	font-weight:bold;
	font-size: 110%;
}


#container {
	position:relative;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#content {
    margin-top:15px;
	margin-bottom:15px;
	float:left;
	width: 960px;
	background-color: #fff;
	background-image: url(img/bg-geel.png);
	background-repeat: repeat-y;
	border: solid 1px #da251d;
}


#menu {
	float:left;
	width: 890px;
	height: 26px;
	background-image: url(img/heinkel.gif); 
	background-repeat: no-repeat;
	padding:164px 0px 0px 70px;
}


#menu a {
    color:#ffffff; 
    font-family: arial black;
    font-size: 90%; 
    text-decoration:none; 
}

#menu a:hover {
    color: #000000;
    text-decoration:none;
}


#menu a.active {
    color: #000000;
    text-decoration:none; 
}

#menu a.active:hover {
    color: #000000;
    text-decoration:none;
}



#submenu {
	float:left;
	width: 150px;
	line-height:1.8em;
	padding:40px 0px 0px 20px;
}


#submenu a {
    color:#da251d; 
    font-family: arial black;
    font-size: 90%; 
    text-decoration:none; 
}

#submenu a:hover {
    color: #000000;
    text-decoration:none;
}

#submenu a.active {
    color: #000000;
    text-decoration:none; 
}

#submenu a.active:hover {
    color: #000000;
    text-decoration:none;
}


#tekst {
	float:left;
	width: 740px;
	font-size: 80%;
	padding: 30px 50px 30px 0px; 
}

#tekst a {
	color:#da251d; 
	text-decoration: underline;
	font-weight: normal;
}

#tekst a:hover {
	color:#da251d; 
	text-decoration: none;
	font-weight: normal;
}


#tekst h1 {
	color: #000000;
	font-size: 150%;
}


/************** TEKSTBLOK IN HOMEPAGE - AFWIJKENDE MAAT *******************************************/


#hometekst {
	float:left;
	width: 860px;
	font-size: 80%;
	padding: 30px 50px 30px 50px; 
}

#hometekst a {
	color:#da251d; 
	text-decoration: underline;
	font-weight: normal;
}

#hometekst a:hover {
	color:#da251d; 
	text-decoration: none;
	font-weight: normal;
}


#hometekst h1 {
	color: #000000;
	font-size: 140%;
}

