/*----------------------------------------------------------------------------- 
K&BT Screen Stylesheet
http://www.kraanenbaantechniek.nl/

version:   1.0
author:    Jelle Grunstra
website:   http://web.jellegrunstra.nl/

   Text styles
-----------------------------------------------------------------------------*/
h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
	margin: 20px 0 -5px 0;
}

p {
	font-size: 0.85em;
	letter-spacing: 0.02em;
	line-height: 1.2em;
}

a, .link {
	color: #c6d100;
	text-decoration: none;
}

a:hover {
	color: white;
}

div.right h2,div.right h3,div.right h4,div.right h5,div.right h6,
	#content h2, #content h3, #content h4, #content h5, #content h6 {
	background: bottom center url(img/hr-background.png) repeat-x;
	padding: 0 0 5px 0;
}

div.right h2.no-border, #content h2.no-border, div.right h3.no-border, div.right h4.no-border {
	background: none;
}

h2.smaller {
	font-size: 1.2em;
	margin: 20px 0 0 0;
	width: 600px;
}

.margin-top-small {
	margin-top: 10px;
}

.margin-top-normal {
	margin-top: 20px;
}

.margin-top-big {
	margin-top: 40px;
}

.margin-bottom-small {
	margin-bottom: 10px;
}

.margin-bottom-normal {
	margin-bottom: 20px;
}

.margin-bottom-big {
	margin-bottom: 40px;
}

.no-margin-top {
	margin-top: 0;
}

p.margin-top-tiny {
	margin-top: 5px !important;
}

p.margin-top-normal {
	margin-top: 20px !important;
}

.padding-top-small {
	padding-top: 10px;
}

.padding-top-normal {
	padding-top: 20px;
}

.padding-top-big {
	padding-top: 40px;
}

.padding-bottom-normal {
	padding-bottom: 20px;
}

.padding-bottom-big {
	padding-bottom: 20px;
}

.padding-bottom-huge {
	padding-bottom: 40px;
}

img.icon {
	margin: 2px 2px -3px 0;
}

/* Table
-----------------------------------------------------------------------------*/ 
#content table {
	margin: 20px 0 0 0;
}

#content table.margin-bottom {
	margin-bottom: 20px;
}

#content table.no-margin-top {
	margin-top: 0;
}

#content table td, table th {
	font-size: 0.9em;
	padding: 4px 14px;
}

#content table tr.odd td {
	background-color: #045669;
}

#content table td.bullet {
	background: 10px center url(img/list-bullet.png) no-repeat;
	padding-left: 30px;
}

#content table span.small {
	font-size: 0.8em;
}

/* Div styles
-----------------------------------------------------------------------------*/ 
.invisible {
	display: none;
}

.right {
	float: right;
}

div.right h2.top {
	background: none;
	font-weight: normal;
	height: 22px;
}

div.left {
	float: left;
	width: 600px;
}

img.right {
	margin: 40px 0 40px 40px;
}

img.inside-text {
	margin: 10px 0 0 20px;
}

ul li.bullet {
	background: left center url(img/list-bullet.png) no-repeat;
	padding: 0 0 0 20px;
}

#content div.right table td, #content div.right table th{
	padding-left: 0;
}

div.clear {
	clear: both;
}