/* styles voor dementiewinkel.nl
ontwerp: Studio Mimesis Arnhem 2009 */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	line-height:1.5em;
	padding:0;
	margin:0;
	background:url(images/pattern3.gif);
}

#wrapper {
	width:965px;
	margin: 20px auto 0 auto;
	background:url(images/bg_white.gif) no-repeat;
	height:535px;
}

#wrapper_index {
	width:965px;
	margin: 20px auto 0 auto;
	background:url(images/bg_black.gif) no-repeat;
	height:535px;
}

#illustratie {
	position:relative;
	float:right;
	width:320px;
	height:535px;
}

#interface {
	width:965px;
	margin-top:0;
	padding-top:10px;
	height:535px;
}

#main {
	width:965px;
	margin: 20px auto 0 auto;
	height:535px;
	z-index:0;
}

#navigatie {
	position:relative;
	float:left;
	display:block;
	top:100px;
	width:150px;
	left:0px;
	height:auto;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#navigatie ul li {
	list-style:none;
}

#navigatie li a {
	font-style:normal;
	text-decoration:none;
	color:#666;
	padding-left:15px;
}

#navigatie li a:hover {
	display: block;
	background: url(images/pointer1.gif) no-repeat;
	background-position: left;
	color: #000;
}

#content {
	position:relative;
	float:left;
	margin-top:120px;
	margin-left:30px;
	width:450px;
	height:394px;
	overflow-y:auto;
	overflow-x:hidden; 
}

#content p {
	padding-right:15px;
	text-align:left;
}

#content h4, #products h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	text-transform:capitalize;
	letter-spacing:1px;
	word-spacing:1px;
	margin-top:0;
	padding-top:0;
}

#products {
	position:relative;
	float:left;
	margin-top:120px;
	margin-left:30px;
	width:760px;
	height:392px;
	overflow-y:auto;
}

#products table {
}

#products td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	font-style:normal;
	padding:0 5px 0 5px;
}

#products .beschrijving {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

#products img {
	padding:5px;
	border:1px solid #ccc;
	background-color:#FFFFFF;
	}

/* form */

form {
}

#formulier {
    background-color:#eee;
	width:400px;
	height:270px;
	padding:10px;
}

input, textarea { 
	width:275px;
	color:#000;
	padding:2px;
}

label {
    font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-bottom:10px;
	display: block;
	}

.submit input {
	width: auto;
	display:inline;
	float:right;
	color:#000;
	} 
