/*-------------------------------------------- */ 
/*Burkina-Guide.com*/ 
/*  Koen Rotteveel 2006 */
/*-------------------------------------------- */ 

body {
	background-color: #3B4734;
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 10pt;
	/*letter-spacing: 1px;*/
	text-align: left;
}
hr {
	display: none;
}

.grey {
	color: #aaaaaa;
}

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

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

#main_frame {
	height: 585px;
	width: 830px;
	position: relative;

	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;

	background-image:  url(img/background.jpg);
}

#main_logo {
	overflow: hidden;
	width: 70px;
	height: 500px;
	top: 29px;
	position: absolute;
	left: 64px;
	background-color: #FFFFFF;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
/*-------------------------------------------- */ 
/*language items*/ 
/*-------------------------------------------- */ 

.icons {
 	position: absolute;
	height: 18px;
	width: 60px;
	left: 70px;
	top: 505px;
}

.icons img {
	height: 18px;
	width: 27px;
	margin-right: 3px;
	margin-left: 0px;
	border: none;
}
/*-------------------------------------------- */ 
/*Contents items*/ 
/*-------------------------------------------- */ 

.block_large {
 	background-image: url(img/bg_large.gif);
	position: absolute;
	height: 493px;
	width: 494px;
	left:265px; 
	top: 34px;
}

.block_small {
 	background-image: url(img/bg_small.gif);
	position: absolute;
	height: 495px;
	width: 370px;
	left:390px; 
	top: 32px;
}
.error {
	position: absolute;
	left:160px; 
	top: 35px;
}

.contents {
	position: absolute;
	height: 445px;
	width: 485px;
	left:270px;
	top: 80px;
	overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.contents_small {
	position: absolute;
	height: 445px;
	width: 361px;
	left:395px;
	top: 80px;
	overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.contents p {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

.contents h3 {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/*-------------------------------------------- */ 
/*Frontpage items*/ 
/*-------------------------------------------- */ 

.block {
 	background-image: url(img/block.gif);
	position: absolute;
	height: 120px;
	width: 120px;

}
.block_text, .block_normal {
	position: absolute;
	height: 120px;
	width: 119px;
	overflow: hidden;
}


.block_selected {
	background-image: url(img/block.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 120px;
	width: 119px;
	overflow: hidden;
}

.block_text h2, .block_selected h2 {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	letter-spacing: normal;
	margin-top: 2px;
	padding-left: 16px;
	float: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.block_text a {
	text-decoration: none;
	color: #000000;
}
.block_text a:hover, .block_selected a,  .block_selected a:hover {
	text-decoration: underline;
	color: #000000;
}

.contents li a {
/*font-weight: bold;*/
}

.block_text p, .block_selected p {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	margin-top: 0px;
	padding-left: 16px;
	padding-top: 0px;
}

.block_normal p {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	margin-top: 0px;
	margin-left: 4px;
}
/*-------------------------------------------- */ 
/*Normaltext items*/ 
/*-------------------------------------------- */ 
h1 {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 24px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 5px;
	text-indent: 10pt;
}
li {
	list-style-type: none;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 11px;
	margin-left: -40px;
}
/*-------------------------------------------- */ 
/*links page*/ 
/*-------------------------------------------- */ 
.links a, li a {
	font-weight: normal;
}
/*-------------------------------------------- */ 
/*contactpage items*/ 
/*-------------------------------------------- */ 
#mailform p {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

#mailform input {
	width: 355px;
	height: 20px;
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
#mailform .button {
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top:5px;
	background-position: 0px 0px;
	float: right;
}

#mailform .button:hover{
		background-position: 0px -35px;
} 

#mailform textarea {
	width: 355px;
	height: 80px;
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
img {
	margin: 3px;
}
.stats {
	text-align: center;
}
