/* CSS Document */

/* ################################################################################# */
/*                                                                                   */
/*                                     BODY                                          */
/*                                                                                   */
/* ################################################################################# */

* {
	margin: 			0;
	padding: 			0;
}

html, body {
	height: 			100%;
}

html {
	font-size: 			100%;
	overflow-y:			scroll;	/* laat altijd de linker scrollbalk zien in FireFox */
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.7em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #e99606;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #244185;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
a {
	color: #244185;
	text-decoration: none;
}

/* ################################################################################# */
/*                                                                                   */
/*                                     HEADER                                        */
/*                                                                                   */
/* ################################################################################# */

#header {
	background-image: url(../images/header.jpg);
	height: 153px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right;
}

.logo {
	margin-top: 40px;
	margin-left: 40px;
}

/* ################################################################################# */
/*                                                                                   */
/*                                     CONTENT                                       */
/*                                                                                   */
/* ################################################################################# */

#fotoboek {
	z-index: 2;
	position: absolute;
	margin-left: 650px;
	top: 141px;
}


#container { /*om het contentgedeelte te centreren */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#contentvak_home {
	height: 120px;
	width: 650px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 140px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content_home {
	width: 800px;
	margin-top: 20px;
}

#groepsuitjes_home, #cursussen_home, #vergaderen_home {
	width: 250px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
}

#cursussen_home {
	margin-right: 25px;
	margin-left: 25px;
}

.plaatjes_img {
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
}

.float_right {
	float: right;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	bottom: 0;
	position: static;
	float: left;
	height: 50px;
	margin-top: 50px;
	padding-top: 20px;
	width: 100%;
}

#footernav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 180px;
}

#footer a {
	color: #FFFFFF;
	font-size: 14px;
    text-transform: uppercase;
	margin-right: 50px;
}

#footer a:hover {
	color: #244185;
}