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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

body {
	background: url(img/bg.jpg) repeat-x;
	font: 0.9em/1.6em helvetica, arial, sans-serif;
	color: #808080;
	margin-bottom: 40px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#content {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 50px;
	overflow: auto;
	margin-bottom:  20px;
	text-align: left;
}
.logo {
	margin: 91px 0 66px 0;
}

.box {
	width: 520px;
	float: left;
	padding: 10px;
}

.box img {
	margin: 25px 0;
}

.yogaloftLogo {
	padding-bottom: 25px;
}

.box h2 {
	padding-bottom: 15px;
	font-weight: bold;
}

.box p, .box ul, .box h2 {
	padding-right: 10px;
}

ul {
	padding-top: 15px;
	margin-left:  15px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

p {
	padding-bottom: 10px;
}

a {
	float: right;
	color: #fff;
	background: #a8cf42;
	padding: 2px 5px;
	margin-top: 30px;
	font-size: 0.9em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#bigbox {
	float: right;
	width: 320px;
	margin-right: 10px;
}

#adres {
	background: url(img/adres-bg.jpg);
	border: 1px solid #3f484e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 25px 0;
	padding: 9px;
	color: #ffffff;
	font-size: 1.1em;
}

#adres img {
	background: #fff;
	padding: 3px;
	border: 1px solid #f6f6f6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 12px
}
#adres a {
	float: none;
	background: none;
	margin-bottom: 0;
	padding: 0;
}
#adres p {
	margin-bottom: 4px;
	padding-bottom: 0;
}

#nieuwsbrief {
	background: #f9fdfd;
	border: 1px solid #d7e6e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 25px 0;
	padding: 10px;
	color: #132530;
}

#nieuwsbrief h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

form {
	margin-top: 25px;
}

label {
	font-style: italic;
}

input {
	border: 1px solid #d7e6e7;
	padding: 4px;
	font-size: 1em;
}

.inschrijfKnop {
	background: #4f6573;
	color: #fff;
	font-size: 0.9em;
}