/*	PAKA Internet Services website stylesheet 	*/
/*	This contains only the content style definitions  */
/*	Designed and maintained by H. Wittermans from P A K A Internet Services / PAKA  */
/*	Date: 2008-08  */

* body {
	color: #707070;
	font-size: 1.0em;
	font-family: Arial, Verdana, Sans-serif;
	background-color: #ffffff;
	margin: 0px;
}
br {
	font-size: .875em;										/*  14px standard grey  */
}

p {
	color: #707070;
	font-size: .875em;										/*  14px standard grey  */
	line-height: 120%;
	text-align: left;
	margin: 5px 0 0 0;
	}
p.footer {
	color: #707070;
	font-size: 0.8em;											/*  standard grey  */
	text-align: center;
	margin: 0px 0 0 0px;
	}
.imagelink {
	background-image: none;
	background-repeat: no-repeat;
}
.imagelink img {												/* added by P A K A 2001-05-18  */
	width: 270px;
	margin-bottom: 5px;
	margin-top: 10px;
}
	a, a:active, a:visited {
	text-decoration: none;
	color: #065589;
	margin-left: 0px;
}
.text_column a, .text_column a:visited {	/*  formatting text links  */
	text-decoration: none;
	color: #065589;
	margin-left: 5px;
	padding-left: 12px;   								/* afstand tussen bullet en de a-link  */
	font-size: 0.875em;
	background-image: url(../../c/i/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}
.text_column a:active, .text_column a:hover {  /*  formatting text links part2 */
	color: #00988e;
}
.text_column a img {
	margin-top: 5px;
	margin-bottom: 10 px;
}
.text_column img {
	margin-top: 5px;
	margin-bottom: 10 px;
}

a:hover {
	color: #00988e;												/*  green-blue  */
}
a img {
	background-image: none;
	text-decoration: none;
	border: none;
}
li a {
	line-height: 40px;
}
p em {
	font-family: Arial, Verdana, Sans-serif;
	font-style: normal;
}
p.cv {
	display: block;
	margin: 0 0 10px 0;
}
p.bijschrift {
	display: block;
	font-size: .5625em;										/*  8.5px standard grey  */
	text-align: right;
	xwidth: 100px;												/*  should define width here, but causes scrollbars  */
	float: right;
	margin: -10px 0 0 0;
	line-height: 1em;
}
p.inleiding {
	color: #000000;
	font-size: 0.9em;											/*  18px green-blue  */
	line-height: 120%;
	margin: 10px 10px 0 10px;
}
p.text_column {
	color: #666666;
	font-size: .875em;										/*  14px standard  */
	line-height: 120%;
	margin: 8px 5px 0 10px;
	font-weight: normal;
}
p.large {
	font-size: 1.125em;										/*  18px standard grey  */
	line-height: 150%;
	margin: 15px 15px 0 0;
}
p.nomargin {
	margin: 0;														/*  text without margins, for heading  */
}
p.weblink a, p.weblink a:active, p.weblink a:hover, p.weblink a:visited {
	text-decoration: underline;
	color: #707070;
	line-height: 1em;
}
p.coloured, .coloured {
	color: #00988e;												/*  14px green-blue  */
}
p.bold {
	font-weight: bold;
}
h1 {
	color: #065589;
	font-size: 140%;
	font-weight: bold;
	margin: 13px 0 0 10px;
}
h1 a, h1 a:visited {
	color: #065589;
}
h1 a:hover {
	color: #707070;
}
h2 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: .875em;										/*  14px standard grey  */
	color: #065589;
	font-weight: bold;
	margin-bottom: 2px;
}

em.alinea {
	color: #065589;
	font-weight: bold;
	margin-bottom: 12px;
}
.center {
	text-align: center;
}
ol {
	font-size: .875em;										/*  14px standard grey  */
	list-style-type: none;
	line-height: 170%;
	text-align: left;
	display: block;
	margin-top: 7px;
}
img {
	float: left;
	margin: 0px 0 0px -8px;
}
img.right {
	float: right;
	margin: 0;
}
img.left {
	float: left;
	margin: 0 5px 0 3px;
}
.logo {
  display: inline;
}

/*  ### Content blocks within the structure ###  */

#left_top img {													/*    */
	margin: 10px 0 0 5px;
}
.indent {
	padding-left: 20px;
}
.indent15 {
	padding-left: 15px;
}
.indent25 {
	padding-left: 25px;
}
.indent20 {
	padding-left: 20px;
}
.clearbreak {
	clear: both;
}

