
/* ******** die background en hoogte van die menu is is verander ********* */
body{
	background:#CCC2A6;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	line-height: 115%;
	margin: 0px auto 0px;
	padding: 0px;
	text-align:center;
	color:#333333;
}
p, h1, h2, h3, h4{
	margin:1em 0;
	padding:0px;
}
h1{font-size:140%;}
h2{
	font-size:16px;
	color:#24306E;
}
h3{
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
h4{font-size:100%;}
table, td, select, input, textarea, li{
	font: 100% Verdana, Tahoma, Arial;
}
/* ***************************	Hyperlinks ********************************** */

a:link {
	color: #215AAF;
	text-decoration: underline;
	}
a:visited {
	color: #75E99;
	text-decoration: underline;
	}
a:hover {
	color: #CF0000;
	text-decoration: underline;
	}
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
/* *************************** container *************************** */
#container{
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:750px;
	background:#fff;
	border: 10px solid #D4CFBB;
	margin-top:1em;
}
/* *************************** logotip **************************** */
#logotip{
	position:relative;
	height:10px;
	padding: 0px;
}
#logo{
	position: relative;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -8000px;
	width: 243px;
	height: 20px;
}
#logo a{
	display: block;
	height: 5px;
}
/* *************************** header ****************************** */
#header{
	position: relative;
	height: 150px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/header_images.jpg) no-repeat;
}
/* *************************** navigation **************************** */
div#navlist {
	display: block;
	margin: 5px;
	padding: 5px;	
	vertical-align: middle;
	list-style-type: square;
}
div#navlist li a {
	display: block;
	padding: 0.5em 0em 0.2em 1em;
	border-width: 1px;
	border-color: #ffe #fff #E5E5E5 #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background:#FFF;
	list-style-type: square;
}
div#navlist li#active a {
	color: #4B95E9;
	background:#FFF;
	list-style-type: square;
}
div#navlist li a:hover, div#navlist li#active a:hover {
	color: #215AAF;
	background: #F9F6E7;
	text-decoration: underline;
	list-style-type: square;
}
/* *************************** main ***************************** */
#main{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	vertical-align: top;
}
.main_nav {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}
#main_text{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#heading1 {
	width: 95px;
	height: 20px;
	margin: 10px;
}
#heading2 {
	width: 129px;
	height: 15px;
	margin: 5px;
}
#heading3 {
	width: 165px;
	height: 14px;
	margin: 5px;
}
#head_main {
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* *************************** footer *************************** */
#footer{
	position: relative;
	clear: both;	
	text-align: center;
	color: #FFF;
	background: url(../images/footerback.gif) no-repeat;
	line-height: 28px;
	height: 80px;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_text {
	color: #CCC2A6;
	font-weight: bold;
	text-align: center;
}
/* ---------------------------------- footer menu ---------------------------------- */
div#footer_menu{
	text-align: center;
	margin-left: 20px;
	color: #CCC2A6;
}
h4#footer_menu{
	text-align: center;
	padding-top: 0px;
}
h4#footer_menu a{
	color: #CCC2A6;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
h4#footer_menu a:hover{
	text-decoration: underline;
}
