/* Stylesheet Fysiotherapietilburg.nl */
/* Februari 2009 */
/* Rian Rietveld Web Design */
/* http://www.rrwd.nl */

/* global */

* {
  padding: 0;
  margin:  0;
}

p, ol, ul, h1 {
  margin-bottom: 10px;
}

#container ol, #container ul {
  margin-left: 20px;
}

img {
  border: 0;
}

/*lay-out main */
body	{
  margin: 0;
  padding: 0;
  color: #000;
  background-repeat: repeat-x; 
}

#site {
  background-color: #ff8b00;
  background-image: url('/layout/bg-body-site.png');
}

#shop {
  background-color: #d7d4c6;
  background-image: url('/layout/bg-body-shop.png');
}

/*lay-out relative */
#wrapper {
  width: 877px;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-color: white;
  height: 275px;
}

#site #wrapper{
  background-image: url('/layout/bg_header_praktijk_1.png');
}

#shop #wrapper{
  background-image: url('/layout/bg_header_shop_1.png');
}

#header{
  width: 877px;
  height: 272px;
}

#main {
  clear: both;
  position: absolute;
  left: 0px;
  top: 274px;
  width: 877px;
  background-repeat: repeat-y; 
} 

#site #main {
 background-image: url('/layout/bg-content-site.png');
}

#shop #main {
  background-image: url('/layout/bg-content-shop.png');
}

#left {
  float: left;
  padding-left: 20px;
  width: 190px;
}

#container {
  float: right;
  padding-right: 30px;
  width: 590px;
}

#center {
  float: left;
  width: 410px;
  background-color: white;
}

#center_shop{
  float: left;
  width: 589px;
  background-color: white;
}

#right {
  float: right;
  width: 150px;
}

/*lay-out absolute */
.hidden {
  position: absolute;
	 left: -1000em;
	 margin: 0;
  padding: 0;
}

#hoofdmenu {
  list-style: none;
  position: absolute;
  top: 183px;
  left: 24px;
}
#hoofdmenu  li , #submenu  li, #breadcrumb li {
  float: left;
  list-style: none;
}
#hoofdmenu  li a {
  text-decoration: none;
  display: block;
  width: 200px;
  margin-right: 35px;
}

#submenu {
  list-style: none;
  position: absolute;
  top: 185px;
  right: 20px;
}

#submenu li a{
  text-decoration: none;
  margin-left: 15px;
}

#breadcrumb li a {
  text-decoration: none;
  margin-left: 5px;
}

#breadcrumb {
  list-style: none;
  position: absolute;
  top: 230px;
  left: 245px;
}

#main_title {
  position: absolute;
  top: 235px;
  left: 24px;
}

#searchForm {
  position: absolute;
  top: 235px;
  left: 20px;
  width: 210px;
  margin: 0;
  padding: 0;
}

#searchForm  input.text {
  width: 170px;
  height: 20px;
  padding: 0;
  margin-bottom: 8px;
  border: 1px solid #ccc;
}
#searchForm  input.submit {
  padding: 0;
  margin-top: 2px;
}

#link_top_right {
  position: absolute;
  top: 235px;
  left: 696px;
  text-decoration: none;
}


/* presentation menu left  -------------------------------------------------------------- */
#menu_product, #menu_site, #menu_down  {
  list-style: none;
  margin-bottom: 0;
}

#menu_product li, #menu_site li, #menu_down li  {
  list-style: none;
  width: 195px;
  display: block;
}

#menu_product li  {
  background-color: #cfc9bd;
}
#menu_site li  {
  background-color: #fcbd56;
}
#menu_down li  {
  background-color: #eae9e5;
}
#menu_product a, #menu_site a, #menu_down a {
  text-decoration: none;
  display: block;
  padding: 4px;
  margin-bottom: 2px;
}

#menu_product a, #menu_site a  {
  color: #14273b;
}

#menu_product a:hover, #menu_site a:hover {
  color: #fff;
}

#menu_product .cat {
  background-color: #e2dfd8;
  font-weight: bold;
}

#menu_product li:hover, #menu_product a:hover,  #menu_product a.active {
 background-color: #b2ac9c;
}

#menu_site .cat {
  background-color: #fed79c;
  font-weight: bold;
}

#menu_site .hide_from_menu {
  display: none;
}

#menu_site li:hover, #menu_site a:hover, #menu_site a.active  {
 background-color: #f49b25;
}

/*font */

* {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 12px;
	color: #14273b;
}

#hoofdmenu li a,  #link_top_right {
  font-weight: bold;
  font-size: 14px;
  color: #14273b;
}

#hoofdmenu li a:hover, #link_top_right:hover, #hoofdmenu li a.active  {
  color: #ff8b00;
}

#submenu li a, #breadcrumb li a{
  font-size: 11px;
}

#submenu li a:hover, #breadcrumb li a:hover{
  color: #fff;
}
#breadcrumb li.active a{
  font-weight: bold;
}

#main_title  {
  font-size: 16px;
  color: #14273b;
}

h1 {
  font-size: 14px;
  color: #ff8b00;
}

h2 {
  font-size: 12px;
}

h3 {
  font-size: 12px;
}

#right * {
  color: #797466;
}

#right h3 {
	color: #14273b;
}

/* -------------------------------------------------------------------- fieldset */

fieldset  {
	border: #222 1px dashed;
	padding-bottom: 7px;
	padding-top: 2px;
	margin-top: 12px;
}

label {
	display: block;
	width: 150px;
	float: left;
	margin-left: 7px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}


fieldset input[type=text] {
	width: 200px;
	margin: 5px;
	border: 1px solid #222;
	height: 20px;
}

fieldset input[type=radio] {
	margin-top: 7px;
	height: 12px;
	width: 12px;
}
fieldset select {
	margin-top: 7px;
}
fieldset br {
	clear: left;
}
legend {
	clear: both;
	background-color: #fff;
	margin-bottom: 5px;
}
span.comment { 
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}
span.titel {
  width: 200px; 
  float: left
}

button.iDEALeasy {background-color: #FFFFFF;}

 /*catalogus */
 #show_cat {
  width: 99%;
}

#show_cat td {
  vertical-align: top;
  border-top: #222 1px dashed;
}
#show_cat td.plaatje {
  text-align: right;
  width: 110px;
 } 
  
#show_cat img{
   height: 75px;
 } 

#nav_bottom {
  padding: 0;
  margin: 0;
}
 
#nav_bottom li.een{
  float: left;
  list-style: none;
  }
#nav_bottom li.twee{
  float: right;
  list-style: none;
}

#nav_button img {
  width: 125px;
  height: 41px;
} 
#bestelling {
  width: 600px;
}
#bestelling th {
  padding: 3px;
  text-align: left;
}
td.prijs, th.prijs{
  text-align: right;
}
td.actie , th.actie {
  text-align: center;
}
#bestelling th.prijs {
  text-align: right;
  }
#bestelling td {
  border-top: #222 1px dashed;
  padding: 3px;
}

select.option {
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #222;
}

div.alert {
  padding: 5px;
  width: 90%;
  text-align: center;
  font-size: 200%;
  border: #284179 1px dashed;  
}
span.groen {
  font-weight: bold;
  color: #3c0;
  background-color: #fff;
}

p.error {
  font-size: 7pt;
  color: #f00;
  font-weight: bold;
}
/*winkelwagentje */
th{
 text-align: left;
}

#winkelwagen td{
 padding: 5px;
}

#winkelwagen td {
  vertical-align: top;
  border-top: #222 1px dashed;
}

img.stap {
  width: 51px;
  height: 28px;
  border: 0;
}

input.shopinput {
  width: 20px;
}

