/* standaard settings voor elk relevant element */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

body {
	color: black;
	font-family: helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: normal;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 16px;
}

strong {
	font-weight: 700;
}

hr {
	background-color: #999;
	border: none;
	clear: both;
	height: 1px;
}

ul {
	list-style-position: inside;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0;
}

ul li a {
	color: black;
	text-decoration: none;
}

ul li a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
}

h1 span {
	display: block;
	font-size: 1.3em;
}

h2 {
	color: #4b80ab;
}

#wrapper {
	margin: 0 auto;
	width: 597px;
}


/* header */
#body {
	background: url(../img/bg.gif) no-repeat;
	height: 478px;
	width: 597px;
}

#languages {
	float: left;
	padding: 247px 0 0 202px;
	width: 190px;
}

#languages ul {
	list-style: none;
	list-style-position: outside;
}

#languages ul li {
	border-bottom: 1px dotted black;
	font-size: 0.8em;
	padding: 2px 0;
	text-align: center;
}

#languages ul li.last {
	border-bottom: none;
}

#languages ul li a {
	color: #696969;
}

#languages ul li a:hover {
	color: #969696;
	text-decoration: none;
}

#languages ul li a img {
	padding: 0 0 1px 0;
}

/* CSS hacks om compatibiliteitsproblemen tussen browsers op te lossen */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* firefox (en andere mozilla-based browsers) wijzigen */
@-moz-document url-prefix() {
	/* toont standaard de scrollbar rechts in firefox */
	body { 
		overflow: -moz-scrollbars-vertical; 
	}
}
