/*
algemeen.css: algemene style informatie
website.css: style alleen voor deze website
beheer.css: style alleen voor het CMS
menu.css: style voor het Menu
kalender.css: style voor het Kalender
*/

html,
body, 
table {
	color: #6d6e71; 
	font-size: 12px; 
	font-family: Arial; 
	text-decoration: none;
}

.kop {
	padding: 2px;
	color: #43ccdc;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
}

.subkop {
	padding: 2px;
	color: #43ccdc;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

.blauw {
	padding: 2px;
	color: #43ccdc;
	font-family: Arial;
	font-weight: bold;
}

input, select {
	color: #6d6e71;
}

a {
	color: #656565;
	text-decoration: underline;
}

a:hover {
	color: #656565;
	text-decoration: underline;
}

p {
	margin: 0px;
}

ul,
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
