/* -----------------
// GENERAL STUFF
// -------------- */

body{
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 170%;
	background: url('../images/bg.png');
	color: #222;
}
a img{
	border: 0;
}
a{
	color: #2d6cb3;
	font-weight: bold;
	text-decoration: none;
}
h1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
	padding: 0;
	color: #222;
}
h2{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0;
	color: #222;
}

table#t01 tr:nth-child(odd) td{
          background-color:#eee;
}

table#t01 tr:nth-child(even) td{
          background-color:#fff;
}

table#t01 {
    border-collapse: collapse;
}
/* -----------------
// NAVIGATIE
// -------------- */

.navigatiewrapper{
	background: #222;
}
.navigatie{
	min-width: 1000px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}
.navigatie a{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	padding: 30px 5px;
}
.navigatie a:hover{
	background: #777;
}

/* -----------------
// HEADER
// -------------- */

.header{
	width: 1000px;
	height: 350px;
	margin: 0 auto;
	background: url('../images/header_logo.jpg');
}

/* -----------------
// CONTENT
// -------------- */

.content{
	width: 1000px;
	min-height: 200px;
	margin: 0 auto;
	padding: 80px 0 100px 0;
}
.rightbox{
	width: 360px;
	padding: 40px;
	padding-bottom: 60px;
	margin: 0 0 50px 80px;
	background: #fff;
	border-radius: 0px;
	float: right;
}

/* -----------------
// FOOTER
// -------------- */

.footerwrapper{
	background: #222;
}
.footer{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
	color: #fff;
	text-align: right;
}
.footer h2{
	color: #fff;
}

/* -----------------
// FORM
// -------------- */

input[type="text"]{
	height: 20px;
	width: 200px;
	border-radius: 3px;
	border: 1px solid #555;
	font-size: 15px;
}
textarea{
	height: 100px;
	width: 197px;
	border-radius: 3px;
	border: 1px solid #555;
	font-size: 15px;
}
input[type="submit"]{
	border-radius: 3px;
	padding: 20px;
	color: #fff;
	background: #222;
	font-size: 15px;
}

