/*
Copyright Soluso e-solutions, 2010. Alle rechten voorbehouden.
version: 1.1

Stylesheet: standard.css
Description: Styling of the content section, e.g. headers, paragraphs, etc.
Author: Soluso e-solutions.
Date: 01-02-2010
*/

h1{
	font-size: 18px;
	color: #25567c;
	margin: 0 0 25px;
}

h1.payoff{
	margin: 0;
}

h2{
	height: 20px;
	width: 100%;
	display: block;
	text-indent: -9999px;
	background: url(../images/header-sprite.png) no-repeat 0px 0px;
	margin: 0 0 10px;
}

h2.themas{background-position: 0px -20px;}
h2.meerinformatie{background-position: 0px -40px;}
h2.partners{background-position: 0px -60px;}
h2.doneer{background-position: 0px -80px; width: 254px;}
h2.blijfopdehoogte{background-position: 0px -100px;}
h2.ideeenbox{background-position: 0px -120px; position: absolute; top: 18px; left: 89px; width: 107px;}

div#content h2{
    background: none;
    height: auto;
    margin: 24px 0 10px;
    text-indent: 0px;
    font-size: 14px;
    color: #8DAF4E;
}

div#content h3{
    margin: 0 0 5px;
    font-size: 14px;
}

div#content h4{
    margin: 0 0 10px;
    font-size: 12px;
}

div#content h5{
    margin: 0 0 10px;
    font-size: 12px;
}

div#content h6{
    margin: 0 0 10px;
    font-size: 12px;
}

p{
	line-height: 18px;
}

div#content p{
    margin: 0 0 10px;
}

ul, ol, dl{
}

li{
	list-style-type: disc;
	padding: 0 10px 0 0;
	margin: 0 10px 10px 25px;
	line-height: 1.5;
}

a, a:active, a:visited{
	color: #25567c;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

div#content p{
	line-height: 24px;
}

table.tabel {
    border-collapse: collapse;
    width: 100%;
}

.tabel td {
    padding: 5px;
    border: 1px solid #000000;
}
