@charset "utf-8";
/* Stylesheet voor fysio-ijburg.nl */
/* Copyright 2010 Voorloper.com */

body {
	margin:0;
	border:0;
	padding:0;
    font-family: 'ArialMT', 'Arial', sans-serif;
	background: #f0f0f0;
}

#head {
	width: 950px;
	height: 162px;
	border: 2px solid #FF8000;
	border-bottom: 0;
	margin: 2em auto 0 auto;
	padding: 0;
	background: white;
	overflow: hidden;
}

#head img.logo {
	float: left;
	margin: 65px 19px 65px 20px;
	padding: 0;
	border: 0;
}

#head a img.logo {
	border: 0;
}



#contain {
	clear: both;
	border: 2px solid #FF8000;
	border-top: 0;
	border-bottom: 0;
	width: 950px;
	height: 410px;
	background: white;
	margin: 0 auto 0 auto;
	padding-top: 0;
}

ul#topnav {
	padding: 0 0 0 240px;
	height: 50px;
	list-style: none;
	background: #0080FF;
	margin: 0;
}

ul#topnav li {
	float: left;
	margin-right: 3.5em;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 8px;
}

ul#topnav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

ul#topnav li a img {
	border: 0;
	padding: 0;
	margin: 0;
}


#subnav {
	float: left;
	width: 210px;
	height: 360px;
	border-right: 2px solid #FF8000;
	background: url(pic/bg_subnav.png) top left white;
	margin-right: 3.5em;
	text-align: right;
}

#subnav a:link {
	color: #463c3c;
	text-decoration: none;
}

#subnav a:visited {
	color: #463c3c;
	text-decoration: none;
}

#subnav a:hover {
	color: black;
	text-decoration: underline;
}

#subnav a:active {
	color: #463c3c;
	text-decoration: underline;
	background: white;
}

#subnav.home p {
    font-size: 15px;
	color: #463c3c;
	line-height: 1.3em;
	padding-right: 12px;
	margin-top: 180px;
}

#subnav.werkwijze p {
    font-size: 15px;
	color: #463c3c;
	line-height: 1.3em;
	text-align: right;
	padding-right: 12px;
}

#subnav.contact p {
    font-size: 15px;
	color: #463c3c;
	line-height: 1.3em;
	text-align: right;
	padding-right: 12px;
}


#subnav.werkwijze ul {
	list-style: none;
	margin: 0;
	margin-bottom: 63px;
	padding: 0;
	padding-top: 5px;
	padding-right: 12px;
}

#subnav.contact ul {
	list-style: none;
	margin: 0;
	margin-bottom: 91px;
	padding: 0;
	padding-top: 5px;
	padding-right: 12px;
}

#subnav ul li {
	padding: 5px 0px;
	margin: 0;
}

#main_content {
	font-size: 15px;
	color: #463c3c;
	padding-top: 20px;
	margin-right: 3.5em;
	height: 359px;
	overflow: hidden;
}

#main_content h1 {
	font-size: 16px;
	font-weight: normal;
}

#main_content p {
	line-height: 1.3em;
	text-align: justify;
}

#main_content img {
	margin: 0;
	padding: 0;
}

#main_content a img {
	border: 0;
}

#main_content .smaller {
	font-size: 8px;
}

#main_content .small {
	font-size: 11px;
}

#main_content .big {
	font-size: 16px;
}

#main_content ul {
	list-style-position:inside;
}

#main_content ul li a:link {
	color: #463c3c;
	text-decoration: none;
}

#main_content ul li a:visited {
	color: #463c3c;
	text-decoration: none;
}

#main_content ul li a:hover {
	color: black;
	text-decoration: underline;
}

#main_content ul li a:active {
	color: black;
	text-decoration: underline;
}

#main_content ul.tarieven {
	padding-bottom: 0;
	margin-bottom: 0;
}

#main_content ul.tarieven li {
	font-size: 11px;
}

#main_content p.tarieven, #main_content a.tarieven {
	font-size: 10px;
	padding: 0em;
	margin: 0.3em;
	margin-top: 0;
}

#main_content .links {
	float: left;
}

#main_content .rechts {
	float: right;
}	

#main_content p.contact_clear {
	font-size: 12px;
	clear: both;
	padding-top: 1em;
}

#main_content p.contact  {
	font-size: 12px;
}

#foot {	
	width: 950px;
	margin: 0 auto;
	height: 30px;
	clear: both;
	background: #FF8000;
	border-left: 2px solid #FF8000;
	border-right: 2px solid #FF8000;
	border-bottom: 1px solid #FF8000;
	border-top: 1px solid #FF8000;
}

#foot p.left {
	margin: 0;
	font-size: 10px;
	color: white;
	font-style: italic;
	float: left;
	padding-top: 1px;
	padding-left: 15px;
	margin-right: 380px
}

#foot p.center {
	text-align: center;
	padding: 5px;
	margin: 0;
}

#foot p.center a:link {
	color: white;
	text-decoration: none;
}

#foot p.center a:visited {
	color: white;
	text-decoration: none;
}

#foot p.center a:hover {
	color: #0080ff;
	text-decoration: none;
}

#foot p.center a:active {
	color: #0080ff;
	text-decoration: none;
	background: white;
}

#foot p.right {
	float: right;
	padding: 5px;
	margin: 0;
}

#foot p.right a:link {
	color: white;
	text-decoration: none;
}

#foot p.right a:visited {
	color: white;
	text-decoration: none;
}

#foot p.right a:hover {
	color: #0080ff;
	text-decoration: none;
}

#foot p.right a:active {
	color: #0080ff;
	text-decoration: none;
	background: white;
}

#subfoot {
	width: 950px;
	margin: 0 auto;
	height: 30px;
	clear: both;
}

#subfoot a {
	float: right;
	margin: 10px;
	font-size: small;
	color: black;
}

table td {
	padding-right: 1em;
}

ul.logos {
	list-style: none;
	padding: 0;
	padding-left: 0px;
	margin: 0;
	margin-top: 1em;
}

ul.logos li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 3em;
}

ul.logos li img {
	padding: 0;
	margin: 0;
}

form {
	font-size: 12px;
}

form .submit {
	margin-top: 50px;
}

ul.team {
	list-style: none;
	padding-top: 0;
	margin-top: 0
	}

ul.team li {
	float: left;
	margin-right: 1.5em;
}

table td {
	vertical-align: top;
}