/*
Deze stylesheet is gemaakt voor de website: http://www.skincaresecrets.nl/
*/

/* STANDAARDEN */

* {
margin: 0;
padding: 0;
}


body {
background-color : #990000;
color : #333;
font : normal normal 62.5%/1.5 Verdana, Arial, "Times New Roman", sans-serif;
text-align: center;
}

a {
outline: none;
}

a img {
		border: none;
}

h1 {
font-size: 3.0em;
margin: 0 0 5px 0;
color: #4a205b;
font-weight:normal;
}

h2 {
font-size: 1.8em;
color: #4a205b;
font-weight:normal;
}

h3 {
	font-size: 1.8em;
	color: #990000;
	font-weight:normal;
	margin: 0 0 5px 0;
}

p {
font-size: 1.4em;
margin: 0 25px 10px 0;
}

table {
	margin: 0 0 10px 0;
}

td {
	font-size: 1.4em;
	width: 300px;
}

address {
font-size: 1.4em;
margin: 0 0 15px 0;
font-style: normal;
}

div {
	font-size : 100%;
}

/* Rand */
img {
	border: 1px solid #000;
}

/* WEBSITE INDELING */

#container {
	background:#e7dbe5;
	font-size: 100%;
	margin: 10px auto;
	text-align: left;
	width: 1150px;
}

#header {
}

#menu {
	width: 230px;
	float:left;
	padding: 40px 0 0 20px;
	
}

	#menu ul {
	}
	
	#menu ul li {
		font-size: 1.8em;
		list-style-type:none;
	}
	
	#menu li a:link, #menu li a:visited{
		text-decoration: none;
		color: #000;
		background: transparent;
	}
		
	#menu li.active a{
		color: #cc2027; 
		background: transparent;
	}

	#menu li a:hover{
		text-decoration: none;
		color: #cc2027;
		background: transparent url(../images/link.png) no-repeat 0% 50%;
		padding: 0 0 0 30px;
	}
	
#menu a img {
	border: 1px solid #000;
}
	
#menu p {
	text-align: center;
	padding-top: 20px;
	font-style:italic;
}

#content {
	background:#fff;
	float:left;
	width: 860px;
	padding: 10px 20px 10px 20px;
}

#content ul {
	margin: 0 25px 10px 25px;
	font-size: 1.4em;
}

#footer {
	clear:left;
	text-align: center;
	font-size: 1.4em;
	height: 25px;
	padding: 5px 0 0 0;
}

/* OVERIG */

.rechts {
	float: right;
	margin: 0 0 0 5px;
}

.rechts-hoog {
	float: right;
	margin: -10px 15px 0 5px;
}

.foto {
	text-align: center;
}

table.foto {
	text-algin: left;
}

.huidoneffenheden-foto {
	text-align: center;
}

table.huidoneffenheden-foto {
	text-algin: left;
}

.center {
	text-align: center;
}

.links {
	clear: both;
	float:right;
	padding: 0 10px 0 0;
}
