@charset "UTF-8";
/*-------------------------------------------------------------------

PRINT STYLESHEET MYSELF-TRAINER.NL

-------------------------------------------------------------------*/

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/


/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
}

#header,
#footer {
	display: none;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0 {
	margin-top: 0 !important;
}

.clearfix:after,
dl dd:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* clearing for IE6 */
.clearfix,
dl dd {
	height: 1%;
}

/* class to hide html elements */
.invisible,
.dont_print {
	display: none;
}



/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

h2, h3, h4 {
	margin-top: 1cm;
	line-height: 1.5;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 10pt;
}

p, ul, ol, dl {
	margin-top: .5cm;
	font-size: 10pt;
	line-height: 16pt;
}

#schluss p {
	margin-top: 1cm;
	padding-top: .1cm;
	border-top: 1pt solid #000;
	width: 100%;
	font-size: 8pt;
	line-height: 10pt;
	text-align: center;
}

strong {
	font-weight: bold;
}

strong.normal {
	font-weight: normal;
}

em {
	font-style: italic;
}


ul li {
	margin: .1cm 0 0 .5cm;
	list-style-type: disc;
}

dl dt {
	width: 6cm;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 7cm;
}

dl dt,
dl dd {
	margin-bottom: .1cm;
}



/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

span.adr_float {
	float: left;
	width: 2cm;
}

span.adr_float.long {
	width: 3cm;
}

.myself {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
}

.file_info {
	font-style: italic;
}

p.introduction {
	margin-top: .5cm;
	font-size: 14pt;
	color: #999;
	line-height: 21pt;
}


p.footnotes {
	margin-top: .1cm;
	font-size: 8pt;
	color: #999;
	line-height: 10pt;
}

p.system_msg {
	border: 2px solid #999;
	padding: .5cm;
	color: #000;
}

p.system_msg.error {
	border-color: #990000;
}

p.system_msg.success {
	border-color: #006633;
}


/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}

img.img_right {
	float: right;
	margin: .3cm 0 1cm 1cm;
}

img.img_left {
	float: left;
	margin: .3cm 1cm 1cm 0;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited,
a:hover, 
a:active {
	color: #be663e;
	text-decoration: none;
	border-bottom: .2pt solid #be663e;
}

a img {
	border: none;
}

/* link to external website that is opened in a new window */
a.external_link {
}

/* show href attribute of external links */
a.external_link:after {
	content:" [URL: "attr(href)"]";
}


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	display: none;
}

/*-------------------------------------------------------------------

NAVIGATION

-------------------------------------------------------------------*/

#navigation {
	display: none;
}


/*-------------------------------------------------------------------

TABLES

-------------------------------------------------------------------*/

table {
	margin-top: .5cm;
	width: 100%;
	border-collapse: collapse;
}

table caption {
	display: none;
}

table th,
table td {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
}

table th {
	font-weight: normal;
}

table thead th,
table thead td {
	border-bottom: 2pt solid #000;
	padding: .2cm .1cm;
	font-weight: bold;
}

table tbody th,
table tbody td,
table tfoot th,
table tfoot td {
	padding: .1cm;
	border-bottom: 1pt solid #000;
}

table tr.even th,
table tr.even td {
}

table td.currency,
table th.currency {
	text-align: right;
}

table tr#fix-additions td {
	border-top: 1pt solid #000;
}

table tr#total td {
	border-top: 2pt solid #000;
	border-bottom: 2pt solid #000;
	font-weight: bold;
	padding: .2cm .1cm;
}


/*-------------------------------------------------------------------

FORMS 

-------------------------------------------------------------------*/

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}


input.text,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	border: .5pt solid #000;
}

input.text {
	width: 10cm;
}

textarea {
	width: 10cm;
	height: 5cm;
}

input.radio {

}


fieldset#contact_informatie {
	margin-top: .5cm;
}

fieldset p {
	margin-top: .3cm;
}

label {
	float: left;
	width: 4.5cm;
	margin-right: .5cm;
	text-align: right;
}

form#b2b-form label {
	width: 6.5cm;
}



/*-------------------------------------------------------------------
iDEAL FORM
-------------------------------------------------------------------*/
button.iDEALeasy {
	background-color: #FFF; 
	cursor: pointer; 
}

