@charset "utf-8";
/* CSS Document 
  _______    ______     ______     ______
 /____   \  /  __  \   /  __  \   /  __  \
      |  | /  /  \  \ /  /  \  \ /  /  \  \
      |  | |  |__|  | |  |__|  | |  |__|  |
___   |  | |   __   | |   __   | |   ____/
\  \__/  / |  |  |  | |  |  |  | |  |      __
 \______/  |__|  |__| |__|  |__| |__|     |__|

HTML & CSS door Jaap Wijnstok, op dit werk is een Creative Commons Licentie van toepassing.
*/

/* ALGEMEEN */
* {
	margin:0em; padding:0em; 
}

body {
	font-size:62.5%; 
	font-family:Arial, Helvetica, sans-serif;
	background:url(bg.jpg) #E5E5E5 repeat-x top;
}

p {
	color:#969696;
	font-size:1.4em;
	text-indent:1.2em;
	line-height:1.2em;
	margin:0em; padding:0em;
}

ul, li, img, a {
	list-style:none;
	border:none;
	text-decoration:none; 
}

div#container {
	width:70em;
	margin:2em auto 2em auto; padding:2em 0em 0em 0em;
	background-color:#FFFFFF;
	border-radius:1em; -moz-border-radius:1em; -webkit-border-radius:1em;
}

div#header {
	height:6em; margin:0 2em 0 2em;
	background:url(images/stershop.png) no-repeat;
}

div#header a.adwordslogo {
	display:block;
	float:right;
	height:6em; width:6em;
	background:url(images/adwordslogo.png) no-repeat;
}

div#content {
	margin:2em 0 0 0;
}

div#content div.cursusbox {
	float:left;
	width:20em; height:37em;
	margin:0 2em 0 2em;
	background:url(images/cursusbox.png) no-repeat;
}

div#content div.headlines h1 {
	font-size:2em;
	padding-top:0.8em;
}

div#content div.headlines {
	height:37em;
	margin:1em 0em 0 0;
	padding:2em 2em 2em 0;
	color:#000000;
	background-color:#ebebeb;
}

div#content div.uitleg {
	clear:both;
	padding:2em 2em 0 2em;
}

a.downloadbutton {
	display:block;
	clear:both;
	height:3em; width:10em;
	margin:2em auto 2em auto; padding:1.2em 5em 1em 5em;
	border-radius:1em; -moz-border-radius:1em; -webkit-border-radius:1em; 
	background:url(images/download.png) repeat-x;
	color:#000000;
}

a.downloadbutton:hover {
	background-image:url(images/downloadhover.png);
}

div.footer {
	height:3em;
	margin:1em 0 0 0; padding-top:0.8em;
	text-align:center;
	background-color:#ebebeb;
}

div.videoplayer {
	text-align:center;
	margin-bottom:2em;
}

span.strike {
	text-decoration:line-through;
	color:#999;
}

span.accent {
	text-decoration:underline;
}