/**
* Website:		Coaching Op Schier, stylesheet
* Auteur:		Mike Schenkel (www.maphictudios.nl) 
*/

/* @group reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	background: #fffdf0 url(../images/bg.png) repeat-x;
	color: #000;
	line-height: 1;
	font: 62.5% "Arial", Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */

#container {
	background: #fff;
	border-bottom: 3px solid #f1eede;
	border-left: 3px solid #f1eede;
	border-right: 3px solid #f1eede;
	margin: 0 auto;
	padding-top: 20px;
	width: 1000px;
}

/* @group menu */
#menu {
	background: #0090c6;
	display:block;
	font-size: 1.3em;
}

#menu ul {
	height: 15px;
	margin: 0 auto;
	padding: 15px 0;
	width: 900px;
}

#menu li, #menu li a {
	color: #b0d9ee;
	float: left;
	text-decoration: none;
	padding-right: 10px;
}

#menu li a:hover {
	color: #fff;
	text-decoration: underline;
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
}
/* @end */

/* @group header */
#header h1 a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	width: 150px;
}

#header p {
	color: #0090c6;
	float: left;
	font-size: 2em;
	line-height: 25px;
	margin-left: 200px;
	padding: 10px 0;
}

#header .images img { 
	border: 5px solid #efefef;
	margin: 10px 69px 0 0;
}

#header img.last {
	margin-right: 0;
}

#header, #content {
	margin: 0 50px;
}
/* @end */

/* @group content */
#content {
	font-size: 1.2em;
	margin-top: 15px;
}

#content h3 a {
	color: #0a557f;	
}

#content h3 span:hover, #content h3 a:hover {
	color: #0090c6;	
}

#content h2 span, #content h3 span {
	color: #666;
	font-size: 0.8em;
	font-style: italic;
}

#content a {
	color: #0090c6;	
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: square inside;
	margin: 10px 0;
}

#content ul li {
	padding: 2px 0;
}

#content ul li a {
	color: #666;
}

#content ul li a:hover {
	color: #333;
}

.main {
	float: left;
	width: 615px;
}

.main h2 {
	padding: 2px 0;
	margin-bottom: 2px;
}

.sidebar {
	float: left;
	margin-left: 20px;
	width: 250px;
}

.sidebar h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

#content .sidebar ul {
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 0;
}

#content .sidebar li {
	border-bottom: 1px solid #eee;
	padding: 5px;
}

#content .sidebar li a {
	color: #444;
	text-decoration: none;
}

#content .sidebar li a:hover {
	color: #333;
	text-decoration: underline;
}

.sidebar address{
	line-height: 1.5em;
	margin-top: 5px;
}
/* @end */

/* @group footer */
#footer {
	border-top: 1px solid #eee;
	font-size: 1.2em;
	margin: 50px 50px 0;
	padding: 5px 0 25px;
}

#footer .left {
	float: left;
	width: 330px;
}

#footer .contact {
	float: left;
	width: 305px;
}

#footer .right {
	float: left;
}

#footer h3 {
	color: #006991;
	font-size: 1.3em;
	margin: 5px 0;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	background: #eee;
	color: #333;
	text-decoration: underline;
}
#footer li, #footer p {
	padding: 2px 0;
}

#footer address span {
	display: block;
	padding: 2px;
}
/* @end */

/* @group typography */
h2, h3 {
	border-bottom: 1px solid #eee;
	color: #0090c6;
	font-size: 1.8em;	
}

h3 {
	border: none;
	font-size: 1.4em;
	margin-top: 10px;
}

p {
	line-height: 1.4em;
	padding: 5px 0;
}

p img {
	border: 5px solid #efefef;
	margin-right: 5px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/* @end */

/* @group forms */
fieldset {
	width: 400px;
}

form label {
	display: block;
	font-weight: bold;
	padding: 5px 0;
}

form input {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
	width: 300px;
}

form textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

form .checkbox {
	left: 0;
	float: left;
	margin-right: 10px;
	width: 15px;
}

.button {
	background: #efefef;
	float: left;
	font-size: 1em;
	height: 30px;
	line-height: 20px;
	margin: 10px 0 0 2px;
	width: 100px;
}

ul.errors {
	list-style-type: none;
	padding: 5px;
	margin-bottom: 10px;
	background: #FEFCEA;
	border: 1px solid #E8DEC6;
	width: 250px;
	color: #DDA45F;
}
/* @end */

/* @group clearfix */
#header:after, #content:after, form span, #footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* @end */
