/* Generic Styling */

* {
	margin:0;
	}
html {
	overflow-x: hidden;
	overflow-y: auto;
	}
body {
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	padding:0px 22px;
	text-align:justify;
	}
table {
	border:0;
	border-style:solid;
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	}
select,textarea,input {
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	}
a {
	color:#000000;
	text-decoration:underline;
	}
a:visited {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	color:#F79403;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	}
#top {
	height:85px;
	background:url(layout/fitness-top.jpg) no-repeat;
	}
#menu {
	height:24px;
	line-height:20px;
	background:url(layout/fitness-menu.gif) repeat-x;
	padding:0 10px;
	font-family:"Tahoma", "Verdana", "Arial" monospace;
	font-size: 11px;
	color:#BDD64A;
	}
#bottom {
	height:24px;
	line-height:24px;
	background:url(layout/fitness-bottom.gif) no-repeat;
	padding:0px 10px;
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size: 10px;
	color:#000000;
	}
#footer {
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size: 10px;
	color:#000000;
	}
#body2 {
	color:#F79403;
	}

/* Body */
.title {
	font-family:"Tahoma", "Tahoma", "Arial" monospace;
	font-size:17px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	}
.titlewhite {
	font-family:"Tahoma", "Tahoma", "Arial" monospace;
	font-size:17px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	}
.blackheading1 {
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
h1 {
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size:12px;
	color:#007BE6;
	font-weight:bold;
	}
h2 {
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	}
.blacksmall {
	font-family:"Verdana", "Tahoma", "Arial" monospace;
	font-size:10px;
	color:#000000;
	}
.box {
	border:1px;
	border-color:#BDD64A;
	border-style:solid;
	padding: .5em;
	}
.buttonsmal {
	border: 0;
	width: 74px;
	height: 22px;
	background: url(layout/buttonsmal.gif) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
.buttonnormaal {
	border: 0;
	width: 111px;
	height: 22px;
	background: url(layout/buttonnormaal.gif) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
.buttonbreed {
	border: 0;
	width: 148px;
	height: 22px;
	background: url(layout/buttonbreed.gif) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
/* Links */

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:hover {
	color:#BDD64A;
	}
#footer a {
	color:#000000;
	text-decoration:underline;
	}
#footer a:visited {
	color:#000000;
	text-decoration:underline;
	}
#footer a:hover {
	color:#F79403;
	text-decoration:underline;
	}
#body2 a {
	color:#007BE6;
	text-decoration:underline;
	}
#body2 a:visited {
	color:#007BE6;
	text-decoration:underline;
	}
#body2 a:hover {
	color:#F79403;
	}
#bottom a {
	color:#000000;
	text-decoration:underline;
	}
#bottom a:visited {
	color:#000000;
	text-decoration:underline;
	}
#bottom a:hover {
	color:#007BE6;
	text-decoration:underline;
	}
