/* -------------------------------------------------------------------------------------

Stylesheet Truyts Import BV (www.truytsimport.nl) INDEX TAALKEUZE
Auteur: Stefan Mandersloot, www.stefanmandersloot.nl
Versie: 0.1
Bekende fouten:
Getest en werkend in:

Copyright 2009

-------------------------------------------------------------------------------------- */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


/* -----------------------------------------------------------------ALGEMEEN---------- */

.clear {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

body {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #424242;
	font-size: 14px;
	line-height: 1.8em;
}

h2 {
	color: #3189b8;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #606060;
	margin-bottom: 5px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 8px 0 18px 0;
}

ul {
	margin-left: 20px;
}

a {
	color: #424242;
	padding: 2px;
	border-bottom: 1px dotted #3189b8;
	text-decoration: none;
}

a:hover {
	background: #3189b8;
	color: #fafafa;
}

a.foto {
	padding: 0px;
	border: none;
}

a.foto:hover {
	background: transparent;
}

img {
	margin: 4px;
	padding: 2px;
	border: 1px solid #333;
	background: white;
}

a img:hover {
	background: #3189b8;
}

iframe {
	border: 3px solid #FFF;
}


/* -----------------------------------------------------------------STRUCTUUR---------- */

body {
	background: url(img/bg-effenbruin.jpg) top repeat;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 1000px;
	height: 900px;
	margin: 0 auto;
	background: url(img/taalkeuze_index.jpg) no-repeat top;
}

#container {
	padding-top: 220px;
}

#nederlands {
	width: 330px;
	height: 250px;
	float: left;
	margin-left: 147px;
	display: inline;
}

#engels {
	width: 330px;
	height: 250px;
	float: left;
	margin-left: 113px;
	display: inline;
}

#kiestaal {
	margin-top: 0px;
	text-align: center;
	clear: both;
}

#footer {
	padding: 15px 100px 20px 100px;
	text-align: center;
	font-size: 0.8em;
	color: #717171;
	line-height: 1.8em;
}


/* -----------------------------------------------------------------SPECIFIEK---------- */

#footer a {
	color: #717171;
}

#footer a:hover {
	color: #e4e4e4;
}

#footer p {
	line-height: 1.5em;
	margin-bottom: 8px;
}

form input {
	margin-top: 10px;
}
