/* css 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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: "" "";
}


/* main styles */
body{
	color:#141212;
	text-align:center;
	font-family:arial;
	font-size: 62.5%;
	line-height:1em;
	background:#eaeaea;
}
a{
	text-decoration:underline;
}
a:hover,a:visited{
	color:#a59d98;
}
strong,.bold{
	font-weight:bold;
}
em{
	font-style:italic;
}
.clearBoth{
	clear:both;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
div#top{
	margin:0 auto;
	width:980px;
}
div#menu{
	
}
div#menu ul li{
	color:#a59d98;
	font-family:verdana;
	float:left;
	height:46px;
	border-right:1px solid #3b3a3a;
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/menu-mid.png') repeat-x top center;
}
div#menu ul li.active, div#menu ul li:hover{
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/menu-active-mid.png') repeat-x top center;
}
div#menu ul li.menuLeft{
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/menu-left.png') repeat-x top left;
}
div#menu ul li.menuLeftActive, div#menu ul li.menuLeft:hover{
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/menu-active-left.png') repeat-x top left;
}
div#menu ul li.menuRight{
	border-right:0px;
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/menu-right.png') repeat-x top right;
}
div#menu ul li.menuRightActive, div#menu ul li.menuRight:hover{
	border-right:0px;
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/menu-active-right.png') repeat-x top right;
}
div#menu ul li a{
	color:#a59d98;
	padding:0 39px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.3em;
	height:46px;
	line-height:3.4em;
	display:block;
}
div#menu ul li a:hover, 
div#menu ul li.active a,
div#menu ul li.active a:hover,
div#menu ul li.menuLeftActive a,
div#menu ul li.menuLeftActive a:hover,
div#menu ul li.menuRightActive a,
div#menu ul li.menuRightActive a:hover{
	color:#fff;
}
div#centerWrap{
	width:980px;
	margin:0 auto;
}
div#center{

}
div#centerSpacer{
	height:14px;
	width:980px;
	display:block;
	clear:both;
}
div#left{
	width:648px;
	float:left;
	text-align:left;
}
div#activityImage{
	width:647px;
	height:200px;
	margin:0 0 7px 0;
}
div#activityImage h1{
	width:647px;
	position:relative;
	font-family:verdana;
	font-weight:bold;
	line-height:1.2em;
	color:#eaeaea;
	font-size:4em;
	top:-190px;
	left:20px;
	z-index:50;
}
div#submenu{
	background:#000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	width:646px;
	height:30px;
}
div#submenu ul.submenuSmall{
	padding-left:4px;
}
div#submenu ul li{
	font-family:verdana;
	float:left;
	height:30px;
	}
div#submenu ul li a{
	color:#999999;
	padding:0 14px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	height:30px;
	line-height:2.2em;
	display:block;
}
div#submenu ul.submenuSmall li a{
	padding:0 3px;
}
div#submenu ul li a:hover,div#submenu ul li.active a:hover{
	color:#fff;
	background:#ff9933;
}
div#submenu ul li.active a{
	color:#ff9933;
}



div#content{
	width:646px;
	border:1px solid #999999;
	background:#fff;
}
div#contentPadding{
	margin:18px 22px;
}
div#content h2{
	font-family:arial;
	font-size:1.6em;
	font-weight:bold;
	line-height:2em;
	color:#f7941e;
}
div#content h3{
	font-family:arial;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	color:#000;
}
div#content h3 a{
	color:#000;
	text-decoration:none;
}
div#content p{
	width:500px;
	font-family:arial;
	font-size:1.2em;
	line-height:1.6em;
	color:#000;
	margin:0 0 1.8em 0;
}
div#content p.nopadding{
	margin:0 0 0 0;
}
div#content ul{
	font-family:arial;
	font-size:1.2em;
	line-height:1.6em;
	color:#000;
	margin:0 0 0 12px;
	list-style:disc;
}
div#content ol{
	font-family:arial;
	font-size:1.2em;
	line-height:1.6em;
	color:#000;
	margin:0 0 0 12px;
	list-style:decimal;
}
div#content a{
	color:#f7941e;
}
div#content a.darkgray{
	color:#333333;
}
div#content table{
	font-family:arial;
	font-size:1.2em;
	line-height:1.6em;
	color:#000;
	margin-bottom:1.8em;
}
div#content table tr th{
	font-family:arial;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.6em;
	color:#000;
	padding-right:25px;
}
div#content table#groepslessen_overzicht tr th{
	padding-left:5px;
}
div#content table tr td{
	padding-right:25px;
}
div#content table tr .cellBg{
	background:#f9f9f9;
	border-left:1px solid #fff;
	padding:0 5px;
	border-bottom:1px solid #ccc;
}
div#content table tr .borderBottom{
	border-bottom:1px solid #999;
}
div#content table tr th.borderRight{
	border-right:1px solid #999;
	text-align:right;
}
div#content table tr td.borderRight{
	border-right:1px solid #999;
	padding-right:5px;
}
div#content table#groepslessen_overzicht a{
	color:#000;
}
div#content span.call2action{
	font-size:1.4em;
	line-height:2.5em;
	font-weight:bold;
	height:38px !important;
	color:#fff;
}
div#content span.call2action a{
	color:#fff;
	display:block;
	padding:0 0 0 10px;
	margin-top:10px;
	height:38px !important;
	line-height:2.5em !important;
	width:350px;
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/call2action-bg.png') repeat-x top left;
}

div#sidebar{
	width:319px;
	float:right;
	text-align:left;
}
div#sidebar div.block-t{
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/sidebar-block-bgtop.png') no-repeat bottom center;
	width:319px;
	height:5px;
}
div#sidebar div.block-m{
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/sidebar-block-bgmid.png') repeat-y top center;
	width:319px;
}
div#sidebar div.block-m div.block-content{
	padding:10px;
}
div#sidebar div.block-m div.block-content h4{
	font-family:arial;
	line-height:2em;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	color:#f7941e;
}
div#sidebar div.block-m div.block-content p{
	font-family:arial;
	line-height:1.8em;
	font-size:1.2em;
	color:#fff;
}
div#sidebar div.block-m div.block-content p a{
	color:#fff;
}
div#sidebar div.block-b{
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/sidebar-block-bgbottom.png') no-repeat top center;
	width:319px;
	height:5px;
	margin-bottom:7px;
}

div#footer{
	margin:0 auto;
	width:980px;
	text-align:center;
}
div#footer ul{
	margin:10px auto;
	font-size:1.4em;
	line-height:2em;
	width:980px;
}
div#footer ul li{
	float:left;
	padding:0 5px;
}
div#footer ul li a{
	color:#f7941e;
}
div#footer ul li a:hover{
	color:#333333;
}
div#footer p{
	clear:both;
	margin:0 auto;
	width:980px;
	height:20px;
	display:block;
}





/*
div#top{
	width:100%;
	height:211px;
	background:#f5f3ee url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/top-bg.png') repeat-x bottom center;
}
div#header{
	width:980px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-490px;
	z-index:20;
}
div#logo{
	width:445px;
}
div#sponsers{
	position:absolute;
	top:0;
	right:50%;
	margin:58px -490px 0 0;
	width:280px;
	height:70px;
}
div#sponsers img{
	margin-left:25px;
	border:1px solid #ccc;
}
div#menu{
	position:relative;
	top:144px;
	left:50%;
	margin-left:-490px;
	width:980px;
	z-index:10;
	height:57px;
	position:relative;
	background:#1a1f43;
}
div#menu ul{
	margin-left:6px;
	list-style:none;
}
div#menu ul li{
	color:#fff;
	float:left;
	margin-top:14px;
	line-height:1.2em;
	border-right:2px solid #fff;
}
div#menu ul li.menuLast{
	border-right:0px;
}
div#menu ul li a{
	color:#fff;
	padding:0 39px;
	text-decoration:none;
	font-size:2.2em;
	height:21px;
	line-height:1.2em;
}
div#menu ul li a:hover{
	text-decoration:underline;
}

div#centerWrap{
	width:100%;
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/centerWrap-bg.jpg') repeat-x top center;	
}
div#center{
	width:980px;
	margin:0 auto;
	text-align:left;
	background:#e1edf2 url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/center-bg.jpg') repeat-x top center;	
}
div#content{
	margin:9px 0 0 0;
	width:643px;
	float:left;
}
div#content div h2{
	color:#1a1f43;
	font-size:2.4em;
	line-height:1.8em;
	text-indent:30px;
	width:613px;
	margin-bottom:21px;
	background:url('http://www.bodyshapeleeuwarden.nl/wp-content/themes/default/images/pompebled.gif') no-repeat top left;
	border-bottom:5px solid #96bdce;
}
div#content div h2 a{
	color:#1a1f43;
	text-decoration:none;
}
div#content div h2 a:hover{
	color:#1a1f43;
	text-decoration:underline;
}
div#content div{
	margin:16px 0 0 30px;
}
div#content div p{
	width:590px;
	color:#1a1f43;
	font-size:1.4em;
	line-height:1.55em;
	padding-bottom:1.2em;
}
div#content div p a{
	color:#1a1f43;
}
div#content div ul{
	list-style:disc;
	padding-bottom:1.2em;
	margin-left:16px;
}
div#content div ul li{
	color:#1a1f43;
	font-size:1.4em;
	line-height:1.55em;
}
div#content div p.postDate{
	width:590px;
	color:#999;
	font-style:italic;
}
div#content div p.postDate a{
	color:#999;
	font-style:italic;
}

div#sidebar{
	float:left;
	margin:16px 0 0 30px;
	height:325px;
	width:300px;
	border-left:1px solid #96bdcf;
}
div#sylboatProgress{
	height:158px;
	width:245px;
	margin-left:30px;
	border-bottom:1px solid #96bdcf;
}
div#sylboatProgress img{
	margin:0 auto;
}
div#sidebar h3{
	width:215px;
	color:#1a1f43;
	font-size:2em;
	margin:18px 0 10px 30px;
	line-height:1.15em;
	font-weight:bold;
}
div#sidebar p{
	width:215px;
	color:#1a1f43;
	font-size:1.3em;
	margin-left:30px;
	line-height:1.35em;
}
div#sidebar p a{
	color:#1a1f43;
}

div#footer{
	width:980px;
	margin:0 auto;
	height:81px;
	clear:both;
	border-top:10px solid #1b2052;
	background:#81aeba;
}
div#footer ul{
	margin-top:18px;
	list-style:none;
}
div#footer ul li{
	float:left;
	color:#50838f;
	border-right:1px solid #50838f;
	height:1.6em;
	line-height:1.6em;
}
div#footer ul li.footerLast{
	border-right:0px;
}
div#footer ul li a{
	color:#1a1f43;
	padding:0 14px;
	font-size:1.3em;
	line-height:1.4em;
}
div#footer p{
	text-align:left;
	color:#1a1f43;
	clear:left;
	font-size:1.3em;
	line-height:2.2em;
	padding-left:14px;
}
*/
