/* Stylesheet voor Apotheek Nauta */
html{

}

body {
	/*background:#95d5d4;*/
	/*background:#bedbd7;*/
	background: url(pics/deco_bg2.png) left repeat-y #f5f5f5;
	color:#000;
	font: 12px/1.3 "Bitstream Vera Sans",Verdana,Helvetica,Arial,sans-serif;
	margin:0px;
	padding:0px;
	text-align:justify;
}

p{
	margin:0px;
	padding:0px;
	text-indent:0px;
	margin-bottom:15px;
}

a {
	background:transparent;
	color: #3b7ca5;
	font-weight:bold;
	text-decoration:none;
}

a:active,a:hover {
	text-decoration: underline;
}

img {
	border:0px; /* solid #c0c0c0;*/
}

img.border {
	border:1px solid #c0c0c0;
}


#wrapper {
	margin-left:125px;
	width:610px;
}

#footer{
	clear:both;
	margin-left:140px;
	width:610px;
	/*position:absolute;
	bottom:5px;*/
	background: url(pics/deco_gradient2.png) top left no-repeat;
	line-height:2em;
}

#logo{
	margin:0px;
	padding:10px;
	float:left;
}

#adress{
	float:right;
	color:#aaa9a9;
	margin:0px;
	padding:15px;
	text-align:right;
}

#navlinks{
	float:right;
	background:#f5f5f5;
	text-align:right;
	margin-left:15px;
	line-height:1.8;
	border:1px solid #c0c0c0;
	padding:8px;
	padding-bottom:15px;
	margin-bottom:10px;
}

#maincontent {
	clear:both;
	padding:15px;
	width:580px;
}

.title {
	background: url(pics/deco_gradient2.png) top left no-repeat;
	margin-bottom:10px;
	text-indent:0px;
}

.ptitle {
	font-weight:bold;
	font-size:16px;
	color:#72706f;
	}

/*div {border:1px dashed #f00}*/



/* End */