/*
Cascading Style Sheet (css)
Website          : Kenko Massagepraktijk
Version          : V1.0
Template Name    : 'DarkMint'
File             : styles_site.css
Author(s)        : Armand Laclé (armand /[at]/ webwerkers.nl)
Company          : Webwerkers
Created on       : 3 juni 2008
Last modified    : 10 July 2008

ABOUT   : Template format for Kenko website

NOTE(S) : 10 July 2008 - New Menu & Page background and some minor changes.
*/

/* General formatting  
-----------------------------------------------------------------------------*/ 
img.pngfix { behavior: url(pngHack.htc); }

body {
  height: 100%;
  overflow: hidden;
  font-size: 100%;
  background-image: url('../images/kenko_background.jpg');
  background-repeat: repeat-x;
  overflow: hidden;
  background-color: #222014;
}

#side_panel {
  width: 206px;
  overflow: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/kenko_sidepanel_background.jpg') no-repeat;
}

@media screen {

 body>div#side_panel { position: fixed; }
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#kenko_nologo {
  width: 170px;
  height: 135px;
  display: block;
  cursor: pointer;
}

#kenko_logo {
  width: 153px;
  height: 133px;
  background: url('../images/logo_kenko.jpg') no-repeat right;
  display: block;
  
}

#pageImage {
 border: 8px solid #BEFBFE;
}

/* --   -- */

#kenko_menu {
 list-style: none;
 margin: 20px 0;
 padding-left: 40px;
}

#kenko_menu ul {
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
}

#kenko_menu li {
  margin: 0;
  padding: 0;

}

#kenko_menu a:link, #kenko_menu a:visited {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #4F5042;
  color: #fff;
  margin: 0;
  width: 105px;
  padding: 6px 8px;
  display: block;
}

#kenko_menu ul a:link, #kenko_menu ul a:visited {
  font-size: 10px;
  text-decoration: none;
  color: #bcfcfc;
  margin: 0;
  width: 105px;
  padding: 4px 4px 4px 4px;
  display: block;
  border-bottom: 0;
}

#kenko_menu a:hover, #kenko_menu a:active {
 color: #bcfcfc;
   background-color: #403E2E;

}

#submassage {
  display: none;
}

/* --   -- */

#asset {
    margin-left: 200px;
    padding: 30px 0 0 30px;
	width: 655px;
}

#asset img.foto{
    margin-left: 5px;
    margin-right: 10px;
    border: 6px solid #befbfe;
}

#asset img.familyfoto{
    margin-left: 2px;
    margin-right: 4px;
    border: 6px solid #befbfe;
}

.body_titel {
	font-size: 18px;
	color: #BEF9FD;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 8px 8px 0px;
}

.body_text {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.big_plant {
  margin: 0 8px 2px 0;
}

/* --   -- */

#contactTableForm, #prijslijst {
  color: #FFFFFF;
  font-size: 16px;
}

#prijslijst {
  font-size: 14px;
}
 
#contactTableForm TD, #prijslijst TD {
  padding: 4px;
}

#prijslijst TD {
  padding: 8px;
}


#contactTableForm input, #contactTableForm textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding: 4px;
 font-size: 13px;
 border: 2px solid #BEFBFE;
 color: #232115;
}

#contactTableForm input.InputRadio {
    border: none;
}

/* --   -- */
#testimonials_container {
padding: 4px;
background-color: #2B291D;
 border: 1px solid #312F22;

}

#footer {
	height: 30px;
	background-image: url('../images/small_plant.jpg');
	background-repeat: no-repeat;
	background-position: 28px 0px;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 15px;
	font-size: 9px;
}

#footer a:link, #footer a:visited {
  color: #BFFAFE;
}

#footer a:hover, #footer a:active {
  color: #74BA7E;
  text-decoration: none;
}

a:link { color: #BFFAFE;  }
a:visited { color: #BFFAFE;  }
a:hover {  color: #74BA7E; }
a:active { color: #74BA7E;  }



