body {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #fff;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#masthead {
	height: 180px;
	position: relative;
}

div#masthead h1 {
	position: absolute;
	text-indent: -9999em;
	background: url('/assets/pix/ifitness_logo-trans.png') left bottom no-repeat;
	height: 70px;
	width: 480px;
	bottom: 30px;
	left: 5px;
}

div#content {
	height: 470px;
	margin: 0 0 10px 0;
}

div#content div#navigation {
	width: 210px;
	height: 470px;
	float: left;
	margin-right: 10px;
	background: url('/assets/pix/navigation_bg-trans.png') top left no-repeat;
}

div#content div#navigation ul {
	list-style: none;
	color: #fff;
	margin: 20px 0 0 20px;
}

div#content div#navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.88em;
	line-height: 1.6em;
	position: relative;
}

div#content div#navigation ul li a:hover, div#content div#navigation ul li a:hover {
	color: red;
}

div#content div#navigation ul li a.activated {
	color: #ff0000;
}

div#content div#main {
	width: 740px;
	height: 470px;
	overflow: hidden;
	float: left;
	background: url('/assets/pix/main_bg-trans.png') top left no-repeat;
}

div#main p {
	margin: 20px 20px 1.6em 20px;
	font-size: 0.88em;
	line-height: 1.6em;
}

div#main p a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

div#main h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0 0 20px;
}

div#main h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0 0 20px;
	text-decoration: underline;
}

div#main ul {
	margin: 20px 0 0 20px;
}

div#main ul li {
	font-size: 0.88em;
	line-height: 1.6em;
}

div#main ul li a {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

div#main ul.dottedred {
	list-style-type: circle;
	list-style-position: inside;
}

div#main ul.dottedred li {
	color: red;
}

div#main div.team {
	width: 100px;
	height: 150px;
	margin: 20px 0px 0px 20px;
	border: 1px solid #fff;
}

/* div#main div.member {
	display: none;
	width: 100px;
	height: 150px;
	background: url('/assets/pix/team-trans.png') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
} */

div#main iframe {
	margin: 20px 20px 0px 0px;
	border: 5px solid #000;
	float: right;
}

div#main form#nieuwsbrief {
	margin: 20px 0 0 20px;
	background: #000;
	width: 700px;
	height: 220px;
}

div#main form#nieuwsbrief label {
	width: 100px; float: left; color: red; font-weight: bold;
	margin: 15px 0 0 20px;
	clear: left; text-align: right;
	line-height: 1.6em;
	display: block;
}

div#main form#nieuwsbrief input.textfield {
	width: 500px ;
	background: #4d4d4d;
	border: none;
	margin: 15px 0 0 20px;
	float: left;
	color: #fff; font-weight: bold;
	line-height: 1.6em;
}
div#main form#nieuwsbrief input.submitbutton {
	float: left;
	margin: 15px 0 0 20px;
}

div#main form#nieuwsbrief select {
	margin: 15px 0 0 20px;
	line-height: 1.6em;
}

div#main form#wedstrijd table {
	width: 500px;	
	margin-left: 15px;
	background: #000;
}

div#main form#wedstrijd table tr td {
	width: 100px;
	padding: 5px;
}

div#main form#wedstrijd table tr td label {
	float: right;
	font-size: 13px;
}
div#main form#wedstrijd table tr td input {
	width: 250px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: transparent;
	color: #ccc;
	font-size: 13px;
}

div#main form#wedstrijd table tr td input#submit {
width: normal;
margin-left: 110px;
color: #000;
background: #ccc;
}

div#ticker {
	clear: both;
	width: 960px;
	height: 100px;
	background: url('/assets/pix/ticker_bg-trans.png') top left no-repeat;
	float: left;
}

div#ticker p {
	font-size: 0.88em;
	margin: 25px 0 0 20px;
}

div#ticker a {
	font-weight: bold;
	color: red;
}

div#footer { float: left; margin-top: 15px; text-align: right; width: 960px;}
div#footer p {  font-size: 0.75em; margin: 0 20px 0 0; }
div#footer p a { color: red; text-decoration: none; font-weight: bold;}

label.indentme {
	text-indent: -9999em;
}

strong {
	font-weight: bold;
	font-size: 15px;
}
