@charset "iso-8859-1";
/* CSS Document GELU-FRICO WEBSITES */

/*basic elements*/

* {
	margin: 0;
	padding: 0;
}


html, body {
	height: 100%; /* HEEL BELANGRIJK! */
}

/* 	
	IE hack. IE kent geen min-height, maar gedraagt zich bij height: hetzelfde. 
	* html > bla is een hack die IE snapt en daarom ook de waarde van overneemt.
	
	INFO: http://ep2.nl/topic/2752/
*/
* html > #container {
	height: 100%;
	_height: 100%
}

* html #container {
	height: 100%;
	_height: 100%
}

body {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
}

h1{ 
}

p{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; color: #000000;
}

a {
	text-decoration: none; color: #A12415;
	cursor:pointer;
}
a:hover {
	color: #000000;
}


img {
	border: 0px;
}


address{
	font-style:normal;

}

/* specific divs */
#container {
	min-height: 100%;
	width: 990px;
	margin: 0 auto; /* deze div centreren */
	background: #FFFFFF url(dummy.gif) top left repeat-y;  /*Faux column   url(../pictures/dots2.jpg) top left repeat-y */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
	border-right: 1pt solid #F2E9D1;
	border-left: 1pt solid #F2E9D1;
}

#header {
	height: 80px;
	background-color: #F2E9D1;
	text-align: right;
}

#header img{
	margin-right: 45px;
	margin-top: 3px;
}
#navbar {
	height: 30px;
	line-height: 30px;	/* height, line-height en vertical-align: middle zorgen ervoor dat de inhoud van deze div altijd verticaal gecentreerd wordt. */
	vertical-align: middle;
	margin-left: 235px;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; color:#000000;
}
#navbar ul{
	list-style: none;
}
#navbar li{
	display: inline;
	padding-right: 20px;
}
#navbar a, .navbarsub a{
	text-decoration: none; color: #000000;
}

#navbar a:hover, .navbarsub a:hover {
	color: #595959;
}

#navbar a:active, .navbarsub a:active {	
	/*font-weight: bold;*/
	
}


.navbarsub ul{
	list-style: none;
	margin-left: 6px;
	margin-top: 45px;
}


#left {
	position:relative;
	width: 225px;
	float: left;
	height: auto;
	overflow: visible;
	margin-bottom: 30px;
	margin-top: 65px;
	padding-bottom: 20px; /*dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

#left table{
	text-align:left;
	overflow:visible;
	float:right;
}
#left .thumb{
	text-align:center;
}

#left table tbody tr th{
	font-weight: bold;
	font-size: 11px; 
	padding-top: 5px;
	text-align: left;
	color:#000000;
}
#left table tbody tr th a{
	color:#000000;
}


#entrance{
	margin: 0 auto; /* deze div centreren */
	width:592px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; color:#000000
}

#entrance h1{
	text-align: right;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bolder;
	font-style: italic;
	color: #002B70;
	margin-top:20px;
}

#entrance h2{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top:15px;
	margin-bottom: 15px;
}

#entrance p{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top:10px;
	margin-bottom: 10px;
}

#entrance p img{
	margin-left: 10px;
}


#subnav td{
	border-top: 1px solid #F2E9D1;
    vertical-align: middle;
}

#content{
	/*width: 450px;*/
	width: 400px;
	float: left;
	background: #FFF;
	height: auto;
	margin-bottom: 30px;
	margin-top: 80px;
	margin-left: 10px;
	padding-bottom: 20px; /*dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}


#content h1{
	font-family: Arial, Verdana, Helvetica; 
	font-size: 16px; color: #002B70;
	vertical-align: middle;
}

#content h2{
	font-family: Arial, Verdana, Helvetica; 
	font-style:italic;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 10px;
}
#content h2 a{
	color:#000000;
}


#content h3{
	font-family: Arial, Verdana, Helvetica; 
	font-weight:bold;
	font-size: 12px; 
}


#content p {
	padding-bottom: 10px;
}

.news{
	color:#990000;
	margin: 0px;
	padding: 0px;
}
#newsbox{
	margin-top:20px;
}

.newsitem{
	padding-left:7px;
}


#content ul{
	list-style-type: square;
	list-style-position:inside;
}

#content ol{
	list-style-type: decimal;
	list-style-position:inside;
}
#content ol li{
	padding-bottom:10px;
}

#content ul.documentation{
	margin-top: 10px;
	list-style-type: none;
	list-style-position:outside;
}

#content td {
	vertical-align:top;

}

#content .black {
	color:#000000;
}


fieldset {  
	border: none;
} 
fieldset legend {  
	color: #000000;  
	font-weight: bold; 
	margin-left:-7px;
	padding-bottom: 2px;
} 
fieldset li {  
	list-style: none;
	padding-bottom: 2px;
} 
fieldset label {  
	display: block; 
	float: left;  
	width: 185px;  
	margin-right: 10px; 
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 213px; 
	border-style: none; 
}




.sitemap ul{
	list-style-position:outside;
	list-style: none;
}
.sitemap li{
	list-style-position:outside;
	list-style: none;
	margin-left: 10px;
}

.sitemap a, .sitemap a:hover{
	text-decoration: none; color: #000000;
}

#right {
	width: 304px;
	float: left;
	height: auto;
	margin-bottom: 50px;
	margin-top:80px;
	margin-left: 15px;
	overflow:visible;
	padding-bottom: 20px; /*dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

#picture{
	text-align:right;
}
#africogroupcompany{
    position: absolute;
    bottom: 25px;
    right: 0;
	margin-right: 20px;
}

#africogroupcompany a {
	text-decoration: none;
	color: #000000;
}
#footer {
	background:#FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 990px;
    height: 20px;
    line-height: 20px;
    vertical-align: bottom;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px;
}
#footer li.inline {
	display: inline;
	list-style: none;
	float: left;
	margin-left: 20px;
}

#footer li.last {
	list-style: none;
	float: right;
	margin-right: 20px;

} 
#footerprint{
	display: none;
}
.clear {
	clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}
