/*
	Project:		Kaia Africa
	Author:   		Rob van Oeveren
	Last edit:		2008-03-29
-------------------------------------------------*/

/* Global
-------------------------------------------------*/
html, body, form, fieldset {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0 0 0.2em;
	padding:0;
}
html, body {
	color:#222;
	background:#ececec;
}
body {
	font:normal 75%/1.6 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	padding:0 0 10px;
}
a:link,
a:visited,
a:active {
	color:#97be0d;
/* nu groen	color:#d14f00;*/
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#d14f00;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#c1002b;
/*	color:#111; zwart*/
	background-color:transparent;
}
h1 {
	margin:0.4em 0 0.2em;
	font-size:2em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
}
h4 {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
p { margin:0; }
p.intro-frm { margin:1em 0; }
input, select, textarea {
	font-size:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
}
ul {
	margin-left:1em;
	list-style:none;
}
ul li {
	padding:0;
	padding:0 0 0 15px;
	background:url(../img/bullet.gif) no-repeat 0 6px;
}
ol { margin-left:2em; }
ol ol,
ul ul {
	margin-bottom:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}
address { font-style:normal; }
blockquote {
	margin:0 2em;
	font-style:italic;
}
hr {
	display:block;
	visibility:hidden;
	clear:left;
	height:1em;
	margin:0;
	padding:0;
	border:none;
}
img { border:0; }
.mandatory {
	color:#c00;
	font-weight:bold;
}
.non-visual {
	position:absolute;
	left:-9999px;
}

/* Clearfix
-------------------------------------------------*/
.clearer {
	line-height:0;
	height:0;
	clear:both;
}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;}


/* foto box layout
-------------------------------------------------*/
.testobottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #88826D;
}

.testobiancob {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*  Layout
-------------------------------------------------*/
#container {
	position:relative;
	width:978px;
	margin:0 auto;
}
#main {
    /*background: transparent url(../img/strook_onder.gif) no-repeat center bottom; }
    #content { min-height: 90%; height: 95%; background: url(../img/b_background.gif) top center no-repeat transparent;  }*/

	/*background: url(../img/zen-bg.jpg) no-repeat top left; */
	clear:both;
	padding:20px;
	background-color:#fff;
}
#content {
	clear:both;
	position:relative;
}
#content-primary {
	float:left;
	width:668px;
}
#content-primary-col-1 {
	float:left;
	width:200px;
}
#content-primary-col-2 {
	float:right;
	width:448px;
}
#content-secondary {
	float:right;
	width:250px;
}
/* Layout-1 (homepage) */
.layout-1 #main { padding-left:0; }
.layout-1 #content-primary {
	width:668px;
	margin-left:0;
}
.layout-1 #content-primary-col-2 {
	float:left;
	width:668px;
}

/* Footer
-------------------------------------------------*/
#footer {
	clear:both;
	width:100%;
	margin-top:15px;
	color:#999;
	text-align:center;
}
#footer p a { margin:0 2px; }
#footer a {
	color:#999;
	text-decoration:underline;
}
#footer a:hover { text-decoration:none; }

/* Forms
-------------------------------------------------*/
label {
	float:left;
	width:30%;
	margin-left:0.3em;
	display:block;
	font-weight:normal;
}
.txt, .radio, .checkbox, .select { margin:0 0 1.4em; }
.txt input, .txt textarea {
	float:left;
	border:1px solid #ccc;
	/*border-width:2px 1px 1px;*/
	margin:0;
	padding:0.2em;
	width:60%;
	max-width:60%;
}
.txt textarea {
	height:10em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
}
.txt input:focus, .txt textarea:focus { background:#f9f5ed; }
fieldset {
	padding:1%;
	margin:2em 0;
	border:1px solid #ddd;
	border-width:1px 1px 2px;
}
legend {
	margin-bottom:2%;
	color:#111;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
}
.checkbox label, .radio label {
	float:none;
	display:inline;
	margin-left:0;
}
.select { clear:both; }
.inline {
	display:inline;
	margin:0 1em 0 0;
}
.inline { display:inline; }
.radio input, .checkbox input { margin:0 0.3em 0em; }
.submitarea { text-align:right; }
.label-text-submit input { margin:0 0 0.75em; }

/* Data tables
-------------------------------------------------*/
table {
/*	margin:0.4em 0 1em;*/
/* RvO for some funny reasson date picker (scw.js) gives a callender grid in subnav menu	border-collapse:collapse;*/
}
caption {
	text-align:left;
	font:bold 1em/1.0 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	margin:0.5em 0 0;
	padding:0 0 0.2em;

}
th {
	text-align:left;
	padding:0.5em 1em;
	vertical-align:top;
	border:1px solid #ddd;
	background-color:#fcfcfc;
}
td {
/*	padding:0.5em 1em;
	vertical-align:top;*/
/*	border:1px solid #ddd;*/
}

/* Header
-------------------------------------------------*/
#header {
	width:100%;
	height:100px;
	background:#fff7e0 url(../img/bg_header2.gif) repeat-x 0 0;
	border-bottom:1px solid #d1cfcc;
}
#header_l {float: left; position: relative; top: 16px; left: 20px; width: 100%; height: 84px;}
#header_l { background: url(../img/logoAFRICA.png) no-repeat; }
#header_l a { display: block; position: relative; top: 0px; left: 0px; width: 170px; height: 60px; }


/* Navbar
-------------------------------------------------*/
#navbar {
	width:100%;
	padding:0;
	line-height:1.0;
}
#navbar ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#fff;
	border-bottom:4px solid #a39f9a;
}
#navbar li {
	float:left;
	width:auto;
	padding:0;
	background:none;
	white-space:nowrap;
}
#navbar li a {
	float:left;
	width:auto;
	padding:0.8em 1em 0.7em 1em;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#3e3429;
	background-color:#fff;
	text-decoration:none;
	text-align:center;
}
#navbar li.sel a,
#tack #navbar #navbar-kaia-africa a,
#navbar li.sel a:hover,
#navbar li.sel a:focus {
	color:#fff;
	background-color:#c1002b;
/*	background-color:#9c1019;*/
}
#navbar li.sel a:focus {text-decoration:underline;}
#navbar li a:hover,
#navbar li a:focus {
	color:#3e3429;
	background-color:#f1e9d9;
}

/* Subnav
-------------------------------------------------*/
#nav-sub { line-height:1.2; }
#nav-sub ul {
	margin:0;
	padding:0;
	list-style:none;
	border:3px solid #ccc;
	border-width:3px 0;
}
#nav-sub li {
	margin:0;
	padding:0;
	background:none;
}
#nav-sub li a {
	display:block;
	margin-top:1px;
	padding:0.8em 1.8em;
	text-decoration:none;
	border-bottom:1px solid #ebebeb;
}
#nav-sub li.sel a,
#tack #nav-sub #navsub-reservering a,
#nav-sub li.sel a:hover,
#nav-sub li.sel a:focus {
	color:#000;
	background-color:#F9F9F9;
}
#nav-sub li.sel a:focus {text-decoration:underline;}
#nav-sub li a:hover,
#nav-sub li a:focus {
	color:#000;
	background-color:#fcfcfc;
	text-decoration:none;
}

/* Top Header & Lang-nav
-------------------------------------------------*/
#top-header {
	width:100%;
	color:#999;
	/*background-color:#a39f9a;*/
	background-color:#000;
	line-height:2.7;
}
#top-header p {
	float:left;
	width:40%;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
#top-header strong {
	margin-left:20px;
	font-weight:bold;
}
#nav-lang {
	float:right;
	width:50%;
}
#nav-lang ul {
	float:right;
	width:auto;
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
}
#nav-lang li {
	float:left;
	width:auto;
	margin:0;
	padding:0;
	background:none;
}
#nav-lang li a {
	float:left;
	width:auto;
	text-transform:uppercase;
	margin:0 0 0 1em;
	color:#999;
}
#nav-lang li a:hover,
#nav-lang li a:focus {
	color:#fff;
}
#nav-lang li a.sel { color:#fff; }

/* Splash
------------------------------------------------*/
#splash { margin:0 0 16px; }

/* Banner
-------------------------------------------------*/
#banner h3 {
	margin:0 0 0.6em;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.2em;
}
#banner h3 a {
	color:#111;
}
#banner h3 a:hover {
	color:#111;
	text-decoration:underline;
}
#banner img {
	display:block;
	margin-bottom:1em;
}
#banner-gallery img, #banner-animal img {
	margin-bottom:0;
}
#banner-gallery {
	margin:0 0 1em;
	padding:0 0 1em;
	border-bottom:3px solid #ccc;
}
#banner-onzekaiabb {
	margin:0 0 1em;
	padding:0 0 1em;
	border-bottom:3px solid #ccc;
	text-align:center;
}
#banner-booking {
	margin:0 0 1em;
	padding:0 0 1em;
	font-family:helvetica,arial,sans-serif;
	line-height:1.8em;
	border-bottom:3px solid #ccc;
}
#banner-booking a {
	display:block;
	padding:10px 12px;
	width:226px;
	background-color:#000;
}
#banner-booking a strong {
	display:block;
	font-size:1.6em;
	font-weight:normal;
	color:#f67b30;
}
#banner-booking a span {
	font-size:1.2em;
	color:#fff;
}
#banner-booking a:hover {
	text-decoration:none;
}
#banner-goormap {
	margin:0 0 1em;
	padding:0 0 1em;
	border-bottom:3px solid #ccc;
}
#banner-contact {
	margin:0 0 1em;
	padding:0 0 1em;
	border-bottom:3px solid #ccc;
}

/* Module content
-------------------------------------------------*/
#module-content {
	width:100%;
	margin-left:20px;
}
#module-content hr {
	display:block;
	visibility:visible;
	clear:left;
	height:2px;
	margin:0.8em 0 0.4em;
	padding:1em 0 0;
	border:1px solid #ddd;
	border-width:2px 0 0;
}
#module-content-1, #module-content-2 {
	float:left;
	width:324px;
	margin-right:20px;
}
#module-content-1 div {
	padding:0.5em 2em 2em;
	background-color:#f9f5ed;
	border-top:3px solid #ece6da;
}
#module-content-1 ul {
	margin-left:0;
	list-style:none;
}
#module-content-1 ul li {
	padding:0 0 0 20px;
	background:url(../img/check.gif) no-repeat 0 5px;
}
#module-content-1 h2 { margin:1em 0 0; }
#module-content-1 h1, #module-content-1 h2 {
	background-color:#f9f5ed;
}
#module-content-2 {	margin-right:0; }
#module-content-2 h2 { margin:0; }
#module-content-2 h2 a { color:#111; }
#module-content-2 strong {
	display:block;
	font-size:0.9em;
	font-weight:normal;
	text-transform:uppercase;
	color:#c1002b;
/*	color:#d14f00;*/
 }

/* Headline h2
-------------------------------------------------*/
.layout-2-gallery #content-primary-col-2 h1 { margin-top:0; }
#content-primary-col-2 h2 { font-size:1.6em; }
#content-primary-col-2 h2 a { color:#111; }
#content-primary-col-2 h2 a:hover {
	color:#111;
	text-decoration:underline;
}

ul#links {
	position:absolute;
	top:30px;
	right:0;
	margin:30px 20px 0 0;
	padding:0;
}
ul#links li {
	margin:2px 0;
	padding:0;
	list-style:none;
	background:none;
	text-align:right;
}
ul#links a {
	font-size:1.1em;
	padding:6px 10px;
	background:url(../img/bullet-arrow.gif) 100% 55% no-repeat;
}

/* Images
-------------------------------------------------*/
img.left,
img.right {
	margin:0.5em 2em 0.5em;
}
img.left {
	float:left;
	margin-left:0;
}
img.right {
	float:right;
	margin-right:0;
}
#main img.img-textsize {
	float:none;
	border:0;
}
.top-img {display:block;}


/* Google map
-------------------------------------------------*/
#map {
	overflow: hidden;
}

/* Misc
-------------------------------------------------*/
.trip-summary {
	padding:1.6em 1.8em;
	border:1px solid #e6e3dd;
	background-color:#f9f5ee;
}
