/***********************************************/
/* HTML tags & Lettertypes                     */
/***********************************************/


/******* body (algemeen voor volledige site) opmaak *******/

html {margin: 0px; padding: 0px;} 

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	color:#555555;
	line-height:130%;
	margin:0;
	padding:0;
	display:none;
}


div { margin: 0px; padding: 0px; 	display:none;} 

hr {
	color:black;
	height:1px;
}

ul{
	list-style-type: &#8212;
	margin-top:0px;
}
ul ul{
	list-style-type: &#8212;
	list-style-image: url(../images/ikonen/kruisje.gif);
	margin-top:0px;
}

/******* header styles *******/

h1 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	font-style: normal;
	text-transform: uppercase;
}

h2 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000000;
	font-weight:bold;
	line-height:normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}

h3 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000000;
	font-weight:bold;
	line-height:normal;
	font-style: normal;
	font-variant: normal;
}

h4 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	font-weight:normal;
	line-height:normal;
	font-style: italic;
	font-variant: normal;
	text-transform: uppercase;
}

h5 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	font-weight:normal;
	line-height:normal;
	font-style: italic;
	font-variant: normal;
}

h6 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
	font-weight:normal;
	line-height:normal;
	font-style: normal;
	font-variant: normal;
}


/******* link opmaak *******/

a:link, a:visited{
	color: #0066FF;
	text-decoration: none;
}

a:hover, a:current{
	text-decoration: underline;
}

a:focus:after {content: " [" attr(accesskey) "] ";}


/******* tekst lettertypes en stijlen *******/

.terugnaartop {font-size:0.8em; font-weight:bold; color:#555555;}


/******* titel lettertypes en stijlen *******/


/******* layers stijlen *******/


#container {
	position:absolute;
	margin-left:0px;
	top:0px;
	width:900px;
	z-index:99;
	height: 2000px;
	left: 0px;
	border-right:1px solid #000066;
}

#linkermenu {
	position:absolute;
	width:150px;
	color:#FFFFFF;
	height:456px;
	z-index:2;
	left: 0px;
	top: 150px;
	background-color: #A27A28;
}

#linkermenu a {
	color:#FFFFFF;
	font-weight:bold;
}

#inhoud {
	position:absolute;
	width:570px;
	height:880px;
	z-index:2;
	left: 150px;
	top: 150px;
	padding:25px;
	border-left:1px solid #FFFFFF;
	display:none;
}

#inhoud img {
}

#voet {
	position:absolute;
	width:890px;
	left:0px;
	clear:both;
	height:10px;
	z-index:100;
	top: 825px;
	background-color: #003334;
	text-align:center;
	padding:5px;
	font-size:10px;
}

#voet a:link, #voet a:visited {
	text-decoration:none;
	color:#555555;
}

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

#hoofding {
	position:absolute;
	left:0px;
	top:0px;
	width:890px;
	height:125px;
	z-index:1;
	padding-left:10px;
	background-color: #3B3A7A;
	color: #FFFFFF;
	font-size: 16PX;
	text-align:center;
}

#layer2 {
	position:absolute;
	left:225px;
	top:375px;
	width:205px;
	height:203px;
	padding:10px;
	z-index:1;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#skiplinks{display:none;}


/***********************************************/
/* Splash (home) pagina  layout                */
/***********************************************/

#splashhoofdkader {
position:absolute; 
margin-left:-325px;
left:50%; 
margin-top:-236px;
top:50%; 
width:650px; 
height:473px; 
}

#splashlogo {
position:absolute; 
left:385px; 
top:33px; 
width:315px; 
height:43px; 
text-align:right; 
z-index:1;
}

#splashtaalkeuze {
position:absolute; 
left:470px; 
top:315px; 
width:133px; 
height:37px; 
font-family:Helvetica,Arial,sans-serif; 
font-size:12px; 
z-index:1;
}

#splashtaalkeuze a:link, #splashtaalkeuze a:visited {
font-size:14px;
color:#333333;
line-height:14px;
font-weight:bold;
}

/***********************************************/
/* Hoofdmenu  layout                */
/***********************************************/

#menu {
	position:absolute;
	width:900px;
	height:25px;
	z-index:2;
	left: 0px;
	top: 125px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	left:0px;
	display: block;
	margin: 0;
	padding: 0;
	padding-left:1px;
	}

#menu ul {
	-moz-box-sizing:border-box;box-sizing:border-box;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	-moz-box-sizing:border-box;box-sizing:border-box;
	display: block;
	float: left;
	text-align: center;
	width:149px;
	height:25px;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	-moz-box-sizing:border-box;box-sizing:border-box;
	font-family:Arial, Helvetica, sans-serif;
	background: #3d73b3;
	width: 100%;
	height: 22px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	margin: 0;
	color: #FFFFFF;		/* kleur tekst navigatielinks bovenaan */
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    11px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    11px;   
	}

html>#menu ul li a  {
	font-size: 11px; 
	} 

#menu ul li#one a	{
	border-left: none;	/* laatste navbox geen linkerborder */
	}
	
#menu ul li#seven a	{
	width: 100%;
	}

#menu ul li#nine a	{
	border-right: none;	/* laatste navbox geen rechterborder */
	width: 100%;
	}

#menu ul li a:hover {
	color: #FFFFFF;
	background: #D50000;		/* achtergrondkleur voor navigatieknop: hover */
	width:100%;
	}

#menu a:active	{
	background: #FFFFFF;		
	color: #800000;
	}

body#home #menu li#one a, 
body#reisverhalen #menu li#two a,
body#reisgids #menu li#three a,
body#wereldreis #menu li#four a,
body#photos #menu li#five a, 
body#diareportages #menu li#six a,
body#russiavisa #menu li#seven a,
body#forum #menu li#eight a,
body#webdesign #menu li#nine a {
	background: #A77D53;
	border-left:1px solid #FFFFFF;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
