@import "reset.css";

body {
	text-align: center;
	font-size: 15px;
	color: #4F4F4F;
	background: url('../../images/body_bg.jpg') no-repeat top center #EEEDE4;
	line-height: 20px;
}

h1 {
	padding: 20px 0;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -3px;
	line-height: 30px;	
}

h2 {
	font-size: 25px;
	line-height: 15px;
	font-weight: bold;
	font-weight: normal;
	padding: 5px 0 10px 0;	
}

h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	font-weight: normal;
	padding: 15px 0 5px 0;	
}

div#afstuderen {
	width: 820px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#afstuderen .left {
	float: left;
	width: 220px;
	padding: 20px 20px;
	border-left: 1px solid #ccc;
}

div.post, ul, blockquote {
	padding: 10px 0 9px 0;
	border-bottom: 1px solid #ccc;
}

a, em, img {
	color: #00a4ff;
	text-decoration: none;
	border: 0;
}

ul li {
	padding: 0 0 0 20px;
	background: url('../images/bullet_blue.png')  no-repeat 0px 2px;

}

ul li.pdf {
	background: url('../images/page_white_acrobat.png')  no-repeat 0px 2px;
}

ul li.external {
	background: url('../images/page_go.png')  no-repeat 0px 2px;
}

ul li.video {
	background: url('../images/film.png')  no-repeat 0px 2px;
}

blockquote {
	font-style: italic;

}

p.quoted {
	text-align: right;
}

.error {
	border: 1px solid #ffb400;
}

p.error {
	padding-left: 2px;
	padding-right: 2px;
}

.clear:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clear { display: inline-block; }


div.buttons {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

div#presentationvideo {
	padding: 10px;
}

a.button {

	background: #4F4F4F;
	display: inline-block;
	width: 360px;
	margin: 0 10px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	/*position: relative;*/

	cursor: pointer;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}