* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
}
div {
	display: block;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.agenda {
	border: 1px solid #AAAAAA;
}
table.agenda th {
	border-right: 1px solid #AAAAAA;
	padding-left: 5px;
}
table.agenda td {
	border-right: 1px solid #AAAAAA;
	padding-left: 5px;
}
th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-style: none none none none;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}
td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-style: none none none none;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	border-bottom: 1px solid #AAAAAA;
}

body {
	margin:0 auto;
	text-align:center;
	font-family: "arial", sans-serif;
	font-size: 11px;
	color: #383838;
}
ul.pink, ul.yellow, ul.blue {
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 16px;
	line-height: 13px;
}
ul.pink li, ul.yellow li, ul.blue li {
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 20px;
}
ul.pink li {
	background-image: url(images/bullet_pink.gif);	
}

ul.yellow li {
	background-image: url(images/bullet_yellow.gif);	
}

ul.blue li {
	background-image: url(images/bullet_blue.gif);	
}

ul.pink li.selected {
	background-position: 0 8px;
	background-image: url(images/bullet_selected_pink.gif);
}

ul.yellow li.selected {
	background-position: 0 8px;
	background-image: url(images/bullet_selected_yellow.gif);
}

ul.blue li.selected {
	background-position: 0 8px;
	background-image: url(images/bullet_selected_blue.gif);
}
li a {
	text-decoration: underline;
	color: #383838;
}

li a:hover {
	text-decoration: none;
}

#container {
	position: relative;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	width: 905px;
	margin: 0 auto;
}

#header {
	width: inherit;
	height: 60px;
	background-color: #FFF;
	padding: 25px 0 0 0;
}

#over_beeldbrug div.title {
	padding-top: 25px;	
}


#training div.title {
	padding-top: 25px;	
}

#info_beelddenken div.title {
	padding-top: 25px;	
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}

h2 {
	font-size: 11px;
	color: #383838;
	font-weight: bold;
	margin-top: 18px;
}
a img{
	border: 0;
}

p{
	margin-bottom: 10px;
	line-height: 17px;
}
ul {
	line-height: 17px;
	padding-left: 30px;
}
#footer {
	position:absolute;
	width:100%;
	left: 0;
	bottom: 0; /* stick to bottom */
}
#footer_general_component {
	line-height: 0px;
	position: relative;
	float: left;
	margin-right: 15px;
	background-color: #767676;
	height: 6px;
	width: 215px;
}
#footer_over_beeldbrug {
	position: relative;
	line-height: 0px;
	float: left;
	margin-right: 15px;
	background-color: #EC008C;
	height: 6px;
	width: 215px;
}
#footer_training {
	position: relative;
	line-height: 0px;
	float: left;
	margin-right: 15px;
	background-color: #F2D41E;
	height: 6px;
	width: 215px;
}
#footer_info_beelddenken {
	position: relative;
	float: left;
	background-color: #00AEF0;
	height: 6px;
	width: 215px;
}

.right {
	text-align: right;
}

a {
	color: #00AEF0;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#content img {
	padding-right: 15px;
	position: relative;
}

input {
	width: 200px;
}

input.submit {
	width: 150px;
}

form p {
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-right: 20px;
}