/*-----------------------------------------------------------------------------
Africa Unlimited Screen Stylesheet

version:   1.0
date:      28/09/07
author:    Thunderbite Creative Media
email:     info@thunderbite.eu
website:   www.thunderbite.eu
-----------------------------------------------------------------------------*/



/* ---------------------------------------------------------------  ALGEMEEN */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/layout/background.jpg) #FFF bottom repeat-x fixed;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0 auto -20px;
	width: 800px;
	text-align: left;
}

.push {
	height: 20px;
	clear: both;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#links_right a {
color: #FFFFFF;
}
a:link{ 
	text-decoration: none;
}

a:visited{ 
	text-decoration: none;
}

a:hover{ 
	text-decoration: none;
}

a:active{ 
	text-decoration: none;
}


/* ---------------------------------------------------------------  HEADER */

#datum {
	width: 800px;
	height: 92px;
	padding-top: 10px;
}

.logo {
	float: left;
	width: 114px;
	height: 92px;
}

.foto1 {
	float: left;
	width: 224px;
	height: 92px;
	padding-right: 2px;
}

.foto2 {
	float: left;
	width: 224px;
	height: 92px;
	padding-right: 2px;
}

.foto3 {
	float: left;
	width: 224px;
	height: 92px;
}

#head-menu {
	width: 800px;
	height: 46px;
	text-align: center;
	line-height: 46px;
}

#header {
	width: 790px;
	height: 34px;
}

.head-left {
	float: left;
	width: 556px;
	height: 34px;
	line-height: 34px;
	padding-left: 8px;
	padding-right: 2px;
	background: url(../img/layout/top_left.jpg) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.head-right {
	float: left;
	width: 216px;
	height: 34px;
	line-height: 34px;
	padding-left: 8px;
	background: url(../img/layout/top_right.jpg) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}




/* ---------------------------------------------------------------  CONTENT */

#content-holder {
	width: 790px;
	margin: 0;
	padding: 0;
}

#content-left-holder {
	float: left;
	width: 564px;
	padding-bottom: 12px;
	background: url(../img/layout/tekst_bottom.png) bottom no-repeat;
}

#content-left {
	width: 540px;
	border-left: 2px solid #661035;
	border-right: 2px solid #661035;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#content-right-holder {
	float: left;
	width: 224px;
	padding-bottom: 126px;
	padding-left: 2px;
	background: url(../img/layout/right_bottom.png) bottom right no-repeat;
}

#content-right {
	width: 204px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	background: #661035;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}


/* ---------------------------------------------------------------  HEADMENU */

#head-menu ul {
	padding-top: 9px;
	padding-left: 4px;
	margin: 0;
	list-style: none;
	text-align: center;
}

#head-menu li {
    display: inline;
    padding: 0;
	margin: 0;
	text-align: center;
}

#head-menu a {
    float: left;
	width: 111px;
	height: 28px;
	line-height: 28px;
    margin: 0;
	padding-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
    text-decoration: none;
	background: url(../img/layout/menu.jpg) center no-repeat;
}
    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#head-menu a span {
	float: none;
	padding: 0;
	margin: 0;
}
/* End IE5-Mac hack */

#head-menu a:hover {
	float: left;
	width: 111px;
	height: 28px;
	line-height: 28px;
    margin: 0;
	padding-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AF1441;
    text-decoration: none;
	background: url(../img/layout/menu.jpg) center no-repeat;
}

#select {
    float: left;
	width: 111px;
	height: 28px;
	line-height: 28px;
    margin: 0;
	padding-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AF1441;
    text-decoration: none;
	background: url(../img/layout/menu.jpg) center no-repeat;
}


/* ---------------------------------------------------------------  FOOTER */

#footer {
	width: 790px;
	height: 20px;
	margin: 0 auto;
}