/*
Cascading Style Sheet (css)
Website          : Kenko Massagepraktijk
Version          : V1.0
Template Name    : 'DarkMint'
File             : main.css
Author(s)        : Armand Laclé (armand /[at]/ webwerkers.nl)
Company          : Webwerkers
Created on       : 17 maart 2008
Last modified    : Updated for Kenko website

ABOUT   : General formatting for Kenko website

NOTE(S) : 
*/

/* General formatting
-----------------------------------------------------------------------------*/ 

html {
  /*overflow   : -moz-scrollbars-vertical !important; */
}

body {
  font       : 62.5%/1.6 arial, Tahoma, Verdana, sans-serif;
  margin     : 0px; 
  padding    : 0px;
}
  
h1, h2, h3, h4, h5 {
  margin      : 0px;
  padding     : 0px;
  font-weight : normal;
}

h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
 
hr { height: 1px; }

img{ border: 0;   }

code, pre { font-family: Courier New, Courier; }

div, p, img, form {
  margin : 0px;
  padding: 0px;
}
.clean-ul-list {
  list-style-type: circle;
  padding: 5px 0px 5px 15px;
  margin: 0px;
}

.clean-ul-list {
color: #FF6600;
}


.testimonials {
  font-style: italic;
}

/* Classes for floating and clearing
-----------------------------------------------------------------------------*/ 

.clear { clear: both;  }

.imgright { float: right; }

.imgleft  { float: left;  }

/* Forms
-----------------------------------------------------------------------------*/

input, textarea{
  padding : 4px;
  border  : 1px solid #999999;
}

input.InputRadio {
    border: none;
}

/* Tables
-----------------------------------------------------------------------------*/

table {
  border-spacing  : 0;
  border-collapse : collapse;
}

td {
  text-align  : left;
  font-weight : normal;
}

/* END
-----------------------------------------------------------------------------*/

