/* body { behavior:url("/css/csshover.htc"); } */
body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;	
}
body {
	margin:0px;
	padding:0px;
}


a:link {
	color: #88756E;
	text-decoration: none;
}
a:visited {
	color: #88756E;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #88756E;
	text-decoration: none;
}
a.active{
	color: #000000;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,ul {
	margin:0px;
	padding:0px 0px 1em 0px;
}

h1, h2{
	color:#85C12C;
	font-size:12px;
}


img {
	border:none;
	vertical-align:top;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin:10px 0px;
	padding:10px;
}

/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#wrapper{
	width:760px;
	padding-top:35px;
	margin:0px auto;
}

#header{
	height:57px;
	border-bottom:1px solid #c3bab6;
}

#content{
	min-height:390px;
	line-height:16px;
	background-image:url(/img/maincol_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:relative;
}

#footer{
	border-top:1px solid #c3bab6;
	padding:8px 0px;
	color:#88756E;
}

#agenda_home{
	position:absolute;
	top:30px;
	right:30px;
	background:url(../img/maak-afspraak.gif) no-repeat 50% bottom;
	padding-bottom:20px;
}

/*--------------------- */
/* HEADER				*/
/*--------------------- */

#header div.logo{
	position:absolute;
	margin:0px;
	padding:0px;
}

#header div.logo a{
	display:block;
	width:215px;
	height:36px;
	background-image:url(/img/acupunctuur_logo.gif);
	background-repeat:no-repeat;
}

#header div.logo span{
	display:none;
}

#nav{
	position:absolute;
	margin:22px 0px 0px 330px;
	padding:0px;
	list-style:none;
	line-height:16px;
}

#nav li{
	float:left;
	display:block;
	margin:0px;
	padding:0px 22px 0px 0px;
}

#nav li.last{
	padding:0px;
}

#nav li a{
	color:#85c12c;
	text-transform:uppercase;
	font-weight:bold;
}

#nav li a:hover, #nav li a.active{
	color:#000000;
}


/*--------------------- */
/* CONTENT				*/
/*--------------------- */

#home{
	/*padding-bottom:15px;*/
}
#flashticker{
	height:35px;
	overflow:hidden;
	border-top:1px solid #c3bab6;
}


#leftcol{
	float:left;
	width:160px;
	padding:15px 30px 15px 0px;
}

#leftcol ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#maincol{
	float:left;
	width:360px; /* 390px */
	padding:15px 30px 15px 0px;
}

#maincol ul{
	padding-left:20px;
	list-style-image:url(/img/bullet_ul.gif);
}

#rightcol{
	float:left;
	width:180px;
	padding:15px 0px;
}
	
.lightbox{
	float:left;
	display:block;
	margin:0px 10px 10px 0px;
}

