/* css copyright by ronr.nl */
#page {margin: 0 auto; width:560px; height:100%;}
*:lang(en) {color:green;}
*:lang(nl) {color:blue;}
* {
	margin:0;
	padding:0;
}
#site_nav {
	list-style: none;
	display: inline; /* en plotseling staat het menu netjes zonder wit ervoor */
}
#site_nav li {
	width: 80px;
	background: purple;
	border-bottom: 1px solid purple;
	text-indent: 1em;
	float:left;
}
#site_nav a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:80px;
	display:block;
	color:black;
}
#site_nav li a:hover {
	background:red;
	color:purple;
}
#home #nav-home a,
#scripts #nav-scripts a,
#cv #nav-cv a,
#ciber #nav-ciber a,
#oracle #nav-oracle a,
#mac #nav-mac a,
#links #nav-links a {
	background: red;
}
#cv_nav {
	list-style: none;
	float: left;
	width: 90px;
}
#cv_nav li {
	width: 85px;
	background: yellow;
	border-bottom: 1px solid purple;
	text-indent: 5px;
	float:left;
}
#cv_nav a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:84px;
	display:block;
	color:black;
}
#cv_nav li a:hover {
	background:green;
	color:blue;
}
#current #cv_current a,
#projects #cv_projects a,
#training #cv_training a,
#skills #cv_skills a,
#platforms #cv_platforms a,
#pubs #cv_pubs a,
#cert #cv_cert a {
	background: orange;
}

#langselect_en {
width: 46px;
height: 32px;
background: url(gif/en.gif) no-repeat;
}
#langselect_nl {
width: 46px;
height: 32px;
background: url(gif/nl.gif) no-repeat;
}
#langselect_nl a,
#langselect_en a {text-decoration: none;}
#langselect {
	list-style: none;
	display: inline; /* en plotseling staat het menu netjes zonder wit ervoor */
}
#langselect li {
	float:left;
}
body {font-family: "Gill Sans";
      font-size: 12pt;
      margin: 3em; 
	background: url(gif/greetings.gif) no-repeat;
	background-position: top;
}
#home {
	background: url(gif/greetings.gif) no-repeat;
	background-position: top;
}
p {text-indent: 5em;
   color:purple;
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}
p.kode {text-indent: 5em;
   width: 20em;
   color:silver;
   background:black;
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}
p.kode img {
	cursor: pointer;
}
p.timestamp {text-indent: 2em;
   width: 20em;
   color:fuchsia;
   background:black;
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}

pre.code {
      color: green;
      font-family: monospace;
      background: yellow;
      border: thin solid;
}
adres { margin-top: 1em;
        padding-top: 1em;
        border-top: thin dotted;
        border-left: dotted
}
#lmut {
	color: grey;
}
h1 {color:blue}
i {
visibility: hidden;
text-decoration: none;
}
#short_intro {
	height: 12em;
}
