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

STANDARD 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 {
	padding: 15px 0;
	line-height: 1;
	color: #fff;
	background: #96512A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after {
	/*
	CSS 2; used to remove quotes in case "none" fails below.
	*/
	content: "";
	/*
	CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea...
	*/
	content: 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

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

html {
	height: 101%; /* force scrollbars */
}

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
	margin: 0 auto;
	width: 669px;
	color: #000;
	background-color: #dd9d5d; 
	text-align:left;
}

#header {
	height: 153px;
	background: transparent url(../img/header.jpg) no-repeat left top;
}

#navigation {
	width: 111px;
	margin-left: 6px;
	float: left;
}

#content {
	float: left;
	margin-left: 4px;
	padding: 0 15px 15px 15px;
	width: 502px;
	background-color: #fff;
}

#footer {
	clear: both;
	width: 532px; 
	color: #000;
	text-align: center;
	margin-left: 121px;
	background-color: #fff;
}

#schluss {  
	clear: both;
	background: url(../img/footer.gif) no-repeat top left; 
	text-align: left;
	height: 40px;
}


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

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;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
.invisible {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}  


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

TYPOGRAPHY

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

h2, h3, h4 {
	line-height: 1.2;
	color: #96512a;
	font-weight: normal;
}

h2 {
	margin-top: 1.8em;
	font-size: 2em;
}

h3 {
	margin-top: 2em;
	font-size: 1.4em;
}

h4 {
	margin-top: 2.3em;
	font-size: 1.1em;
}

p, ul, ol, dl {
	margin-top: 1.6em;
	font-size: 1.1em;
	line-height: 1.6em;
}

#schluss p {
	margin: 0 0 0 121px;
	padding-top: 17px;
	width: 532px;
	color: #fff;
	font-size: 1em;
	text-align: center;
}

strong {
	font-weight: bold;
}

strong.normal {
	font-weight: normal;
}

em {
	font-style: italic;
}


ul li {
	margin: .5em 0 0 1.5em;
	list-style-type: disc;
}

dl dt {
	width: 13em;
	float: left;
	color: #96512a;
	clear: left;
}

dl dd {
	margin-left: 14em;
}

dl dt,
dl dd {
	margin-bottom: .5em;
}


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

TYPOGRAPHIC CLASSES

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

span.adr_float {
	float: left;
	width: 6em;
}

span.adr_float.long {
	width: 10em;
}

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

.file_info {
	color: #dd9d5d;
}

a.link_btn .file_info {
	color: #eacfb2;
}

p.introduction {
	margin-top: 1.2em;
	font-size: 1.4em;
	color: #dd9d5d;
	line-height: 1.5em;
}

p.introduction.price {
	color: #96512a;
}

p.footnotes {
	margin-top: .5em;
	font-size: 1em;
	color: #999;
	line-height: 1.5em;
}

p.system_msg {
	border: 2px solid #96512a;
	padding: 15px;
	background-color: #eacfb2;
	color: #000;
}

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

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




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

IMAGES

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

img.img_content {
	margin: 1.5em 0 0 0;
}

img.img_right {
	float: right;
	margin: .5em 0 2em 2.5em;
}

img.img_left {
	float: left;
	margin: .5em 2.5em 2em 0;
}


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

LINKS

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

a,
a:link,
a:visited {
	color: #be663e;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	border-bottom: 1px solid #be663e;
}

a.link_btn,
a.link_btn:link,
a.link_btn:visited {
	display: block;
	height: 36px;
	width: 488px;
	padding-left: 15px;
	line-height: 36px;
	background: transparent url(../img/link_btn.gif) no-repeat left top;
	color: #fff;
}

a.link_btn:hover,
a.link_btn:active,
a.link_btn:focus {
	background-position: left bottom;
	border-bottom: none;
}

#header h1 a {
	position: relative;
	display: block;
	top: 50px;
	left: 10px;
	width: 210px;
	height: 68px;
	border-bottom: none;
	text-indent: -999em;
} 

a img {
	border: none;
}

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


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	margin: 0;
}

/* take links aout of document flow through absolute positioning
   hide links by positioning them outside of the visible screen area */
#skipnav a {
	position: absolute; 
	z-index: 2; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
	padding: 0;
	margin: 0;
} 

/* show links when focused or active, by positioning them inside visible screen area */
#skipnav a:focus, 
#skipnav a:active {
	z-index: 99;
	display: block;
	width: 100%;
	background-color: #dd9d5d;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	border-bottom: none;
}


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

NAVIGATION

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

#navigation ul {
	margin-top: -1em;
	padding-bottom: 10px;
}

#navigation ul li {
	margin: 1em 0 0 0;
	list-style-type: none;
	line-height: 1.2;
}

#navigation a,
#navigation a:link,
#navigation a:visited {
	color: #fff;
	border-bottom: none;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	color: #8E4536;
	border-bottom: none;
}

#navigation li.nav_active a,
#navigation li.nav_active a:link,
#navigation li.nav_active a:visited {
	color: #8E4536;
}


/*-------------------------------------------------------------------
FOOTER NAVIGATION
-------------------------------------------------------------------*/

#footer_navigation {
	margin-top: 0;
}

#footer_navigation li {
	float: left;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	list-style-type: none;
}

#footer_navigation li.first-child {
	border-left: none;
}


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

TABLES

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

table {
	margin-top: 1.5em;
	width: 100%;
}

table caption {
	display: none;
}

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

table th {
	font-weight: normal;
}

table thead th {
	background-color: #be663e;
	color: #fff;
	padding: 7px 5px;
}

table tbody th,
table tbody td,
table tfoot th,
table tfoot td {
	padding: 5px;
	background-color: #f8ebdf;
}

table tr.even th,
table tr.even td {
	background-color: #fff;
}

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

table tr#fix-additions td {
	border-top: 1px solid #be663e;
}

table tr#total td {
	background-color: #be663e;
	color: #fff;
	font-weight: bold;
}

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

FORMS 

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

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}

input.text,
textarea {
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}

input.text {
	width: 338px;
}

textarea {
	width: 100%;
	height: 20em;
}

input.radio {

}


fieldset#contact_informatie {
	margin-top: 2em;
}

fieldset#contact_informatie p {
	margin-top: 1em;
}

fieldset#contact_informatie label {
	float: left;
	width: 140px;
	margin-right: 15px;
	text-align: right;
	color: #be663e;
}

/*fieldset#payment input {
	float: left;
}

fieldset#payment label {
	display: block;
	margin-left: 40px;
}*/


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



/*-------------------------------------------------------------------
B2B FORM
-------------------------------------------------------------------*/

form#b2b-form {
	margin-top: 2em;
	padding: 1.6em;
	background-color: #eacfb2;
}

form#b2b-form fieldset {
	border: 1px solid #be663e;
	padding: 0 1.6em 1.6em 1.6em;
	margin-top: 1.6em;
}

form#b2b-form fieldset legend {
	display: inline;
	padding: 0 .5em;
	font-size: 1.4em;
	color: #be663e;
}

form#b2b-form p.formColsLeft,
form#b2b-form p.formColsRight {
	float: left;
	width: 200px;
}

form#b2b-form p.formColsRight {
	margin-left: 2.5em;
}

form#b2b-form input.text {
	width: 200px;
}

form#b2b-form label {
	display: block;
}

