
.clear{
 clear: both;
 height: 0px;
 padding: 0px;
}


#logo {
margin-left: 10px;
float: left;
}


#menutop{
background: #d2cab9 url(../images/mtright.gif) no-repeat top right;
position:relative;
}

#menubottom{
background: #d2cab9 url(../images/mbright.gif) no-repeat bottom right;
position:relative;
}

#menubox {
background: #d2cab9;
}


/*** left menu ***/

.markermenu{
width: auto; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.markermenu ul li a{
background: transparent url(../images/arrow-list.gif) no-repeat 2px center;
font: bold 12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #ede7da;

}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: green;
text-decoration: underline;
background-color: #e2dcd6;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/*** other **/
.imgleft {
	border: 1px solid #d8cfc6;
	background-color: #f9f5f3;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	}
	
.imgright {
	border: 1px solid #d8cfc6;
	background-color: #f9f5f3;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	}
	
.countrytext{
	font-family: Verdana, Arial, Tahoma;
	text-align: justify;
	font-size: 12px;
}

.maintext{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
	text-align: left;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif, Verdana;
	color: #330;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration:underline;
	}

h2 {
	font: bold 14px Arial, 'Trebuchet MS', Helvetica, sans-serif;
	color: #1f5900;
	padding: 5px;
	text-align: left;
	}	
	
h3 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}

#nepal {
height: 25px;
border: 1px dotted #DDDDDD;
width: 95%;
background:url(../images/nepal-photo.jpg) no-repeat;
padding-top: 5px;
}

#tibet {
height: 25px;
border: 1px dotted #DDDDDD;
width: 95%;
background:url(../images/tibet-photo.jpg) no-repeat;
padding-top: 5px;
margin-top: 4px;
}

#bhutan {
height: 25px;
border: 1px dotted #DDDDDD;
width: 95%;
background:url(../images/bhutan-photo.jpg) no-repeat;
padding-top: 5px;
margin-top: 4px;
}

#sikkim {
height: 25px;
border: 1px dotted #DDDDDD;
width: 95%;
background:url(../images/sikkim-photo.jpg) no-repeat;
padding-top: 5px;
margin-top: 4px;
}

#ladakh {
height: 25px;
border: 1px dotted #DDDDDD;
width: 95%;
background:url(../images/ladakh-photo.jpg) no-repeat;
padding-top: 5px;
margin-top: 4px;
}

#kyrgyzstan {
height: 25px;
border: 1px dotted #DDDDDD;
width: 95%;
background:url(../images/kyrgyzstan-photo.jpg) no-repeat;
padding-top: 5px;
margin-top: 4px;
}

#thailand {
height: 25px;
border: 1px dotted #DDDDDD;
width: 95%;
background:url(../images/thailand-photo.jpg) no-repeat;
padding-top: 5px;
margin-top: 4px;
}

.ctext{
padding-left: 90px;
font-family: Helvetica;
font-weight: bold;
font-size: 14px;
text-transform:uppercase;
}

/*** Test ***/
#topbox ul {
	z-index: 999999;
	position: absolute;
	margin:0; 
	padding: 0;
	list-style:none;
	right: 0px; 
	bottom: 0px !important; 
	font: bold 12px Helvetica, Verdana, Arial;	
}

#topbox li {
   display:inline;
   margin:0; 
   padding:0;
}

#topbox a {
   float:left;
   background: url("../images/tableft.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#topbox a span {
   float:left;
   display:block;
   background: url("../images/tabright.gif") no-repeat right top;
   padding:6px 15px 7px 8px;
   color: #003460;
}

#topbox a:hover span {
	color:#105500;
}
#topbox a:hover {
   background-position:0% -42px;
}
#topbox a:hover span {
   background-position:100% -42px;
}
#topbox #current a {
   background-position:0% -42px;
	color: #FFF;
}
#topbox #current a span {
   background-position:100% -42px;
	color: #105500;
}


/***side menu ***/
/* sidebar menu */
#leftcol ul.sidemenu {
	margin: 10px 0 15px 0;
	padding: 0;
	width: 100%;
	position: relative;
}
#leftcol ul.sidemenu li {

	display: block;
}
#leftcol ul.sidemenu a {
	font: 12px Verdana, Araial;
	display:block;
	color: #333;
	padding: 6px 5px 6px 15px;
	border-bottom: 1px solid #C5BEB2;
	border-top: 1px solid #eae2d4;
	text-decoration:none;
	background-color: #dbd4c8;
}
#leftcol ul.sidemenu a.top{	
	border-top: 1px solid #eae2d4;
}
#leftcol ul.sidemenu a:hover {
	padding: 6px 5px 6px 10px;
	border-left: 5px solid  #993333;
	color: #993333;	
	background-color: #eeebe7;	
}


#leftcol ul.bigmenu {
	list-style:none;
	padding:0;
	width: 100%;
	position: relative;
}
#leftcol ul.bigmenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#leftcol ul.bigmenu a {
	display: block;
	font-weight: bold;
	color: #0143A7;
	text-decoration:none;	
	padding: 5px 10px 5px 10px;
	background: #f2f2f2;
	border-left: 5px solid #ff8200;	
	min-height: 14px;	
}

* html body #leftcol ul.bigmenu a { height: 18px; }

#leftcol ul.bigmenu a:hover {
	padding: 5px 10px 5px 10px;
	background: #dae5d7; 
	color: #339900;
	border-left:5px solid #72A545;
}

/*** Table ***/
.mytable {
width: 100%;
}
.mytable .header{
background: #666;
padding-left: 5px;
font-weight: bold;
color:#CCC;
}

.mytable td {
border-bottom: 1px solid #DDD;	

}


.bouwstenen{
	padding: 0px;
	width: 95%;
	height: 145px;
	border-bottom: 1px dashed #cecece;
}

.bouwstenen .leftimage{
	width: 200px;
	float: left;
	padding: 2px;
}

.bouwstenen .right{
	float: left;
	padding: 2px;
	margin-top: 15px;
}
