/*	
**	Bestand:	content.css
**	Versie:		1.0
**	Datum:		27.02.2007
**	
**	Auteur:		ComputerGarde
**	Website:	www.computergarde.nl
**  Webmaster:	webmaster@computergarde.nl
**
**	Copyright 2007, ComputerGarde
**	Dit bestand en alle komponenten van de website zijn eigendom van ComputerGarde VOF.
** 	Het is niet toegestaan om de programmeer/broncode van dit bestand te wijzigen zonder 
**	de toesteming van ComputerGarde.
*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 1px;
}

h1 a {
	text-decoration: none;
	color: #003366;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 3px;
	background-image: url(../images/logos/boot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h3 {
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 4px;
}

.c1 {
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #000;
}

.c1v {
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #000;
	background-color: #CCCCCC;
}

.c2 {
	width: 100%;
	border-bottom: 1px dotted #000;
	margin-right: 3px;
	margin-bottom: 5px;
}

.c2v {
	width: 100%;
	border-bottom: 1px dotted #000;
	margin-right: 3px;
	margin-bottom: 5px;
	background-color: #eee;
}

.left {
	float: left;
	margin: 0px;
}

.right {
	float: right;
	margin: 0px;
}

.center {
	text-align: center;
}