* {
	outline: none;
}

body, html {
	background: #fff url(../images/template/bg_body.jpg) top repeat-x;
	height: 100%;
}

html, body, h1, h2, h3, h4, select, input { 
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #002d7f;
}

h1 {
	margin: 13px 0 24px 0;
	font-size: 20px;
	font-weight: normal;
	font-family: "Lucida Sans", Arial, sans-serif;
	letter-spacing: -1px;
	color: #002d7f;
	line-height: 29px;
	height: 29px;
}

h3 {
	font-size: 13px;
}

p, div, span, table {
	font-size: 12px;
	line-height: 23px;
}

#header,
#klasses,
#recentaanbod,
#contact {
	color: #002d7f;
}

p {
	margin: 20px 0;
}

a {
	color: #002d7f;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 0;
}

img {
	border: none;
	outline: none;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	z-index: 1;
}

#site {
	width: 904px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 120px;
	background: #fff url(../images/template/bg_site.jpg) repeat-x top;
	z-index: 1;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#footer {
	width: 100%;
	height: 58px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left: 0px;
	background: #dadada;
	z-index: 10;
}

.footer {
	width: 904px;
	height: 58px;
	margin: 0 auto;
	position: relative;
	line-height: 58px;
	color: #6c6666;
	font-size: 11px;
	text-align: center;
	word-spacing: 1px;
	position: relative;
}

.footer a {
	color: #6c6666;
	text-decoration: none;
}

/* overige stijlen */

.hide {
	display: none;
}

.nieuwsbrief {
	width: 130px;
	height: 14px;
	background: none;	
	border: none;
	padding: 2px 1px 0 0;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	margin: 6px 11px 6px 7px;
	float: left;
	position: relative;
	background: #fff;
}

.nieuwsbrief_div {	
	background: url(../images/template/home/nieuwsbrief.jpg) no-repeat 0 2px;	
}

.veld, textarea {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #242424;
	padding: 3px 1px;
}

.veld {
	width: 160px;
}

textarea {
	width: 180px;
}

/* TWITTER */
a#twitter {
	position: fixed;
	top: 257px; right: 0px;
	background: url(../images/twitter.gif) no-repeat;
	width: 61px; height: 196px;
}
a#twitter:hover {
	background-position: 0px -196px;
}

