/** Speler 2 CSS - Teksten *
 *	Standaard tekstkleur: #333333;
 *
 **/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

a,
a:active,
a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.links,
.links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .column ul {
	list-style-position: outside;
	margin-left: 2em;
	text-indent: 1em;
}

#content a {
	font-weight: normal;
}

#content .column.right {
	text-align: left;
}

#content .column.frontpage.right {
	text-align: justify;
}

#content .column h1,
#content .column h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: .5em;
}

#content .column h3.no-margin {
    margin-bottom: 0;
}

#content h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}

#content .column p {
	margin-bottom: 1em;
}

#content .column p.paddingtop {
	padding-top: 10px;
}

.bullet {
	padding-left: 16px;
	background: transparent url() no-repeat center left;
}

span.bullet {
	background-position: 0px 2px;
	line-height: 16px;
}

p.align.right,
div.align.right {
	text-align: right;
}

p.align.center {
	text-align: center;
}

.small {
	font-size: 10px;
}