 
 /***********************************************
Title: Layout website: www.salon-bebeautiful.nl
Theme Name: Thema salon-bebeautiful.nl
Theme URI: http://example.com/example/
Description: Dit thema is gemaakt op basis van de eerste ontwerp.
Author: Arnout van der Riet
Author URI: http://arnoutvanderriet.nl/
Version: 1.0
Tags: Comma-separated tags that describe your theme
Released:01-12-2008
*************************************************/

html{
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#f5dbf2;
	font-family:"Trebuchet MS", Verdana, Arial; 
	color:#000000;
	font-size:16px;
	text-align: left;	
	margin:0;
	padding:0;
}

#container{
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	height:auto;	
}
	
#header {
	height:150px;
	background-image: url(../images/logo.png);
	background-repeat:repeat-y;
	background-position:center;
	overflow: hidden;
} 

#menu{
	background-color:#91288F;
	height:40px;
	width: 880px;
	margin-left: auto;
	margin-right:auto; 
	font-size: 20px;
}

#menu ul{
	margin: 0px;
	padding: 7px;
	text-align: center;
}

#menu li{
	display:inline;
}

#menu li a{
	color:#FFFFFF;
	background-color:#91288F;
	padding:7px;
	margin: 5px;
	text-decoration:none;
	font-weight: bold;
}

#menu li a:hover{
	background-color: #f5dbf2;
	color: #91288F;
	font-weight: bold;
}

#main {
	background-color: #f3bbf3;
	padding: 30px 100px 30px 100px;
	height:auto;
	width:680px;
	overflow:auto;
}

#map{
	height:400px;
	width:400px;
	float:right;
}
#left {
	width: 340px;
	height: auto;
	float:left;
	border:0px solid #000000;
}

#right {
	width: 340px;
	height: auto;
	float:right;
	border:0px solid #000000;
}

#prijs1 {
	background-color: #f3bbf3;
	height: auto;
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#footer{
	background:url("../images/footer.png") no-repeat scroll 0 0 transparent;
	height:30px;
	width:880px;
	background-position:center;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#copyright {
	color:#FFFFFF;
	font-size:7pt;
	height:20px;
	line-height:20px;
	margin-left: auto;
	margin-right:auto;
	padding:0;
	text-align:center;
	width:550px;
}

#voorwaarden_behandeling{
	height: auto;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0px;
	text-align:center;
}
h1{
	color:#91288F;
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
}

h2{
	color:#91288F;
	font-size:17px;
	margin:0px;
	padding:0px;
}

h3{	
	color:#91288F;
	font-size:16px;
	text-align:right;
	margin:0px;
	padding:0px;
	display: inline;
}

ul{
	margin-left: 15px;
	padding: 0;
}

hr {
	width:95%; 
	background-color:#91288F;
	margin:0px;
	padding:0px;
	color:#91288F;
	height:1px;
	text-align: left;
	border: 0px;
}

a{
	text-decoration:none;
	color:black;
}

p{
	margin-top:0px;

}

p.behandeling{
	margin:0px;
	padding:0px;
}
p.details{
	font-size:12px;
	margin:0px;
	padding:0px;
}

span.underlined{
	text-decoration: underline;
}

span.rechts{
	float:right;
	margin:0px 15px;
}

.bullet {
	list-style-type: circle;
}

img{
	border:0px;
	margin:10px;
}

.table{

	margin-bottom:16px;
}

.image{
	margin-right:10px;
	height:100px;
	width:100px;
}


/*************************
Erbij voor winkelmandje
***************************/

#products
{
	margin:0 auto;
	width:880px;
	height:auto;
	margin:0px;
	padding:0px;
	background-color: #F3BBF3;
}
 
 
 
 

/*************************
Class
***************************/
.product-item
 {
	min-height:150px;
	width:750px;
	background-color: #F5DBF2;
	margin:0 auto;
	padding:25px;
	overflow: auto;
	border-bottom: 1px solid #91288F;
 }
 
.product-image
{
	background:#ffffff url('../images/tyro_foto.png') no-repeat;
	height:150px;
	width:150px;
	float:left;
}

.product-info
{
	min-height: 140px;
	height:auto;
	width: 400px;
	margin-left: 15px;
	padding-left:10px;
	padding-top:10px;	
	background-color: #F3BBF3;
	float:left;
}

.product-header
{
	height: 30px;
	width: 390px;
	background-color: #F3BBF3;
	color:#91288F;
	text-align: left;
	font-weight:bold;
	font-size: 20px;
}

.product-text-intro
{
	height: auto;
	width: inherit;
	background-color: #F3BBF3;
	overflow:hidden;
}

.product-text
{
	height: auto;
	width: inherit;
	background-color: #F3BBF3;
	display:none;
}

.product-price
{
	height: 150px;
	width: 150px;
	float:right;
}

.lees-meer
{
	color:blue;
	text-decoration:underline;
	margin:0px;
	padding:0px;
	white-space: nowrap
}

.price
{
	font-size: 30px;
	color:#91288F;
	font-weight:bold;
	margin-bottom:40px;
}

.winkelmandje
{
	color:#91288F;
	height:30px;
	width:140px;
	background: url('../images/winkelmandje.png') no-repeat;
	text-align: center;
	display:block;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
}

