/**
 * Care4Cure - Ouderengeneeskunde
 *
 * @package   Care4Cure - Ouderengeneeskunde
 * @version   1.0  2007-12-24
 * @copyright Copyright (c) 2007, IXP internet solutions (www.ixp.nl)
 *
 */
	/**
 * Level 1 styles
 */
body {
	color: #333;
	font-family: arial;
	font-size: 12px;
}

#head1,#foot1 {
	background-color: #bee796;
}

#head2 {
	background-color: #6c0;
}

#foot2 {
	background-color: #336;
}

/**
 * Level 2 styles - head1
 */
#head1 img {
	float: left;
}

#head1 div.care4cure {
	float: right;
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #489000;
}

#head1 div.care4cure a {
	color: #333;
	text-decoration: underline;
}

/**
 * Level 2 styles - head2
 */
#head2 div.menu {
	font-size: 15px;
}

#head2 div.menu ul {
	list-style-type: none;
	padding-left: 8px;
}

#head2 div.menu li {
	float: left;
	margin-right: 10px;
}

#head2 div.menu li a {
	float: left;
	display: block;
	background: transparent url(/images/bg/menubutton.png) no-repeat top left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	height: 35px;
}

#head2 div.menu li a:hover {
	background: transparent url(/images/bg/menubutton-hover.png) no-repeat top left;
}

#head2 div.menu li.active a {
	background: transparent url(/images/bg/menubutton-active.png) no-repeat top left;
}

#head2 div.menu li a span {
	display: block;
	padding: 12px 14px 9px 22px;
	line-height: 14px;
	background: transparent url(/images/bg/menubutton-end.png) no-repeat top right;
	font-size: 11px;
}

#head2 div.menu li a:hover span {
	background: transparent url(/images/bg/menubutton-hover-end.png) no-repeat top right;
}

#head2 div.menu li.active a span {
	background: transparent url(/images/bg/menubutton-active-end.png) no-repeat top right;
}

#head2 div.zoek {
	margin-top: 8px;
}

#head2 div.zoek input.text {
	width: 129px;
}

#head2 div.zoek input.zoek {
	width: 50px;
}

/**
 * Level 2 styles - main
 */
#main div.menu {
	background: #6c0 url(/images/bg/menu.png) no-repeat top left;
}

#main div.menu ul {
	list-style-type: none;
	background: transparent url(/images/bg/menu-foot.png) no-repeat bottom left;
	margin: 0 0 0 0;
	padding-bottom: 4px;
}

#main div.menu li {
	margin: 4px 4px 0px 4px;
}

#main div.menu li.last {
	margin-bottom: 0;
}

#main div.menu li a {
	background: #107d0f url(/images/bg/menuitem.png) no-repeat top left;
	text-decoration: none;
	color: #bfe9bc;
	font-weight: bold;
}

#main div.menu li a:hover,#main div.menu li.active a {
	background: #005700 url(/images/bg/menuitem-hover.png) no-repeat top left;
	color: #fff;
}

#main div.menu li a span {
	background: transparent url(/images/bg/menuitem-foot.png) no-repeat bottom left;
	font-size: 11px;
	cursor: pointer;
}

#main div.menu li a:hover span,#main div.menu li.active a span {
	background: transparent url(/images/bg/menuitem-foot-hover.png) no-repeat bottom left;
}

#main div.breadcrumbs {
	background: #336 url(/images/bg/breadcrumbs.png) no-repeat top left;
	color: #fff;
}

#main div.breadcrumbs p {
	padding-left: 7px;
}

#main div.breadcrumbs p a {
	color: #9f3;
	text-decoration: none;
}

#main div.breadcrumbs p a:hover {
	text-decoration: underline;
}

/**
 * Level 2 styles - foot1
 */
#foot1 div.blokken {
	background: #f3ffe8 url(/images/bg/blokken.png) no-repeat bottom left;
	float: left;
}

#foot1 div.kop {
	background: #336 url(/images/bg/blokkop.png) no-repeat top left;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-left: 8px;
}

#foot1 div.blok {
	border-left: 5px solid #bee796;
	line-height: 22px;
	font-size: 12px;
}

#foot1 ul {
	list-style-type: none;
	padding: 5px 8px;
}

#foot1 a {
	padding-left: 13px;
	background: transparent url(/images/blokpijl.png) no-repeat center left;
	color: #474c3b;
	text-decoration: none;
}

#foot1 a:hover {
	text-decoration: underline;
}

/**
 * Level 2 styles - foot2
 */
#foot2,#foot2 a {
	color: #fff;
	text-decoration: none;
}

#foot2 a:hover {
	text-decoration: underline;
}

/**
 * Level 3 styles - main content
 */ /* BOX */
#main div.content h1 {
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
}

#main div.content div.box {
	background: transparent url(/images/bg/contentbox.png) no-repeat bottom left;
	margin-bottom: 5px;
}

#main div.content div.innerbox {
	background: transparent url(/images/bg/contentbox-top.png) no-repeat top left;
	padding: 9px;
	line-height: 16px;
}

#main div.content div.searchresult h2 {
	line-height: 18px;
	font-size: 16px;
	padding-top: 6px;
	margin-bottom: 2px;
	margin-left: -8px;
	padding-left: 8px;
	background: transparent url(/images/boxarrow.png) no-repeat 0px -3px;
}

#main div.content div.innerbox h2,#spotlight h2 {
	line-height: 18px;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#main div.content h2 a,#spotlight h2 a {
	color: #222;
	text-decoration: none;
}

#main div.content h2 a:hover,#spotlight h2 a:hover {
	text-decoration: underline;
}

#main div.content div.head {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px 0 32px;
	line-height: 32px;
	width: 440px;
	overflow: hidden;
	background-image: url(/images/bg/head.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#main div.content div.button {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 0 5px 0 32px;
	line-height: 32px;
	width: 125px;
	float: right;
	overflow: hidden;
	background-image: url(/images/bg/head-button.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#main div.content div.bgs131,
#main div.content div.bgs42 {
	background-color: #da3300;
}

#main div.content div.bgs133,
#main div.content div.bgs43 {
	background-color: #fe0099;
}

#main div.content div.bgs134,
#main div.content div.bgs44 {
	background-color: #0085ab;
}

#main div.content div.bgs135,
#main div.content div.bgs45 {
	background-color: #ab0091;
}

#main div.content div.bgs137,
#main div.content div.bgs46 {
	background-color: #d4d700;
}

#main div.content div.bgs138,
#main div.content div.bgs47 {
	background-color: #00ab14;
}

#main div.content div.bgs130,
#main div.content div.bgs48 {
	background-color: #ff6600;
}

#main div.content div.bgs136,
#main div.content div.bgs49 {
	background-color: #333366;
}

#main div.content div.bgs132,
#main div.content div.bgs52 {
	background-color: #333366;
}

#main div.content div.button a {
	color: #fff;
	text-decoration: none;
}

#main div.content div.button a:hover {
	text-decoration: underline;
}

#main div.content div.innerbox ul {
	list-style-type: none;
}

#main div.content div.innerbox li {
	padding: 9px 0 0 10px;
	background: transparent url(/images/boxarrow.png) no-repeat top left;
}

#main div.content div.innerbox li a {
	color: #333;
	text-decoration: none;
}

#main div.content div.innerbox li a:hover {
	text-decoration: underline;
}

#main div.content div.article {
	clear: both;
    margin-bottom: 10px;
}

#main div.content div.article,#main div.content div.searchresult {
	padding: 0 11px;
	margin-bottom: 12px;
}

#main div.content div.searchform {
	padding: 12px 0;
	margin: 0 11px;
	margin-bottom: 12px;
	border-bottom: 1px solid #333;
}

#main div.content div.article p {
	line-height: 16px;
	padding: 6px 0;
}

#main div.content p.heading {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

#main div.content p.heading a {
	color: #36f;
	text-decoration: none;
}

#main div.content div.intro {
	font-weight: bold;
}

#main div.content p a {
	color: #36f;
	font-weight: bold;
	text-decoration: none;
}

#main div.content p a:hover {
	text-decoration: underline;
}

#main div.content p.warning {
	color: #f00;
	text-align: center;
	margin-top: 20px;
}

/**
 * Level 3 styles - main sidebar
 */ /* BOX */
#main div.sidebar div.box {
	background: transparent url(/images/bg/sidebarbox.png) no-repeat top left;
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 336px;
	position: relative;
}

#main div.sidebar div.tabbox {
	background: transparent url(/images/bg/sidebarbox-tabs.png) no-repeat top left;
	margin-bottom: 5px;
	padding-top: 33px;
	display: block;
	float: left;
	width: 336px;
	position: relative;
}

#main div.sidebar div.innerbox {
	background: transparent url(/images/bg/sidebarbox-foot.png) no-repeat bottom left;
	padding: 9px 9px 1px 9px;
	line-height: 16px;
	display: block;
	float: left;
	width: 318px;
	font-size: 12px;
}

#main div.sidebar div.tabbox div.innerbox div a {
	text-align: center;
	position: absolute;
	top: 1px;
	width: 57px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #333;
	padding: 0 4px;
	text-decoration: none;
}

#main div.sidebar div.tabbox div.innerbox div a:hover,#main div.sidebar div.tabbox div.innerbox div.active a
	{
	color: #fff;
	background-color: #336;
}

#tab1 a {
	left: 3px;
}

#tab2 a {
	left: 69px;
}

#tab3 a {
	left: 135px;
}

#tab4 a {
	left: 201px;
}

#tab5 a {
	left: 267px;
}

#main div.sidebar div.tabbox ul {
	display: none;
}

#main div.sidebar div.tabbox ul#list1 {
	display: block;
}

#main div.sidebar div.box div.innerbox p {
	line-height: 16px;
}

#main div.sidebar div.innerbox p {
	padding-bottom: 40px;
	color: #333;
}

#main div.sidebar div.innerbox p a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#main div.sidebar div.innerbox p a:hover {
	text-decoration: underline;
}

#main div.sidebar div.innerbox div.imagebox {
	height: 123px;
	width: 129px;
	float: left;
}

#main div.sidebar div.innerbox div.imagebox img {
	border: 1px solid #a5a5a5;
}

#main div.sidebar div.innerbox a.button {
	position: absolute;
	right: 7px;
	bottom: 7px;
	background: #36f url(/images/bg/button.png) no-repeat top left;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#main div.sidebar div.innerbox a.button:hover {
	color: #b3c6ff;
	background-image: url(/images/bg/button-hover.png);
}

#main div.sidebar div.innerbox a.button span {
	padding-left: 22px;
	padding-right: 10px;
	display: block;
	float: left;
	line-height: 26px;
	height: 26px;
	background: transparent url(/images/bg/button-end.png) no-repeat top right;
	cursor: pointer;
}

#main div.sidebar div.innerbox ul {
	list-style-type: none;
	line-height: 16px;
	margin-bottom: 8px;
}

#main div.sidebar div.innerbox li {
	padding: 4px 4px 4px 12px;
	margin-bottom: 2px;
}

#main div.sidebar div.innerbox li.o {
	background: #deff9d url(/images/bg/sidebaritem-odd.png) no-repeat top
		left;
}

#main div.sidebar div.innerbox li.e {
	background: #c8ff59 url(/images/bg/sidebaritem-even.png) no-repeat top
		left;
}

#main div.sidebar div.innerbox li a {
	color: #333;
	text-decoration: none;
}

#main div.sidebar div.innerbox li a:hover {
	text-decoration: underline;
}

#main div.sidebar div.tabs {
	height: 33px;
	padding-left: 4px;
	padding-right: 3px;
	display: block;
	float: left;
	width: 329px;
	background: transparent url(/images/bg/sidebarbox-tabs-bg.png) no-repeat 3px 0;
}

#main div.sidebar div.tabs div {
	background: transparent url(/images/bg/sidebarbox-tab.png) no-repeat top left;
	height: 33px;
	float: left;
	display: block;
	line-height: 33px;
}

#main div.sidebar div.tabs div h2 {
	height: 33px;
	background: transparent url(/images/bg/sidebarbox-tabend.png) no-repeat top right;
	padding: 0 10px;
}

#main div.sidebar div.tabs div.green {
	background-color: #028222;
}

#main div.sidebar div.tabs div h2 {
	font-size: 12px;
}

#main div.sidebar div.tabs div.green h2 {
	color: #fff;
}

#main div.sidebar #boeken {
	position: relative;
}

#main div.sidebar #boeken div.image {
	float: left;
	width: 100px;
	height: 154px;
	margin-right: 13px;
	margin-bottom:7px;
	border: 1px solid #888;
	text-align: center;
	vertical-align:middle;
	line-height: 154px;
	padding:0;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

#main div.sidebar #boeken div.titels {
	float: left;
	width: 203px;
}
#main div.sidebar #boeken div.titels div.titel {
	padding: 3px 0;
	float: left;
}
#main div.sidebar #boeken div.titels div.titel div.nr {
	float: left;
	color: #fff;
	background: transparent url(/images/bg/boeknummer.png) no-repeat top left;
	width:16px;
	height:16px;
	margin-right:8px;
	line-height:16px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
#main div.sidebar #boeken div.titels div.titel div.content {
	float:left;
	width:179px;
	margin:0;
	padding:0;
}
#main div.sidebar #boeken div.titels div.titel div.content h3 a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
#main div.sidebar #boeken div.titels div.titel div.content h3 a b {
	font-weight:bold;
	color:#333;
}
#main div.sidebar #boeken div.titels div.titel div.content h3 a:hover {
	text-decoration:underline;
}
#main div.sidebar #boeken div.titels div.titel div.content p {
	padding:0;
	margin:0;
}
#main div.sidebar #boeken div.titels div.titel div.content p a {
	color:#36f;
	font-weight:bold;
}


#main div.contact label {
	margin-right: 10px;
}

#main div.contact input {
	margin-right: 5px;
}

#main div.contact label.title,#main div.contact span {
	vertical-align: middle;
	float: left;
	display: block;
	margin: 5px 10px 5px 0;
}

#main div.contact label.title {
	width: 130px;
	clear: left;
	font-weight: bold;
}

#main div.contact span {
	clear: right;
}

#main div.contact br {
	clear: both;
}

#main div.contact input.text {
	width: 220px
}

#main div.contact input.sampletext {
	color: #666;
}

#main div.contact textarea {
	width: 448px;
	clear: both;
	display: block;
	float: left;
}

#main div.contact span.buttons {
	width: 450px;
	float: left;
	display: block;
	clear: both;
}

#main div.contact span.buttons input {
	margin: 10px 0 0 0;
}

#main div.contact span.buttons input {
	float: left;
}

#main div.contact span.buttons input.submit {
	float: right;
}

#main div.contact a.button {
	border: 1px solid #999;
	padding: 2px 5px;
	font-weight: bold;
	color: #008be3;
	text-decoration: none;
}

#main div.contact a.button:hover {
	background-color: #bbb;
	text-decoration: none;
	color: #fff;
}

#main div.contact ul {
	list-style-type: square;
	padding-bottom: 20px;
}

#main div.contact li {
	margin-left: 24px;
}

#main div.contact h1 {
	margin: 12px 0;
}

#main form.login {
	padding: 20px 0px 10px 50px;
	display: block;
	width: 328px;
	float: left;
	clear: both;
}

#main form.login div.row {
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

#main form.login div.row label.title {
	float: left;
	display: block;
	margin: 5px 0px;
	padding-right: 10px;
	text-align: right;
	width: 154px;
	line-height: 19px;
}

#main form.login div.row span {
	float: right;
	width: 164px;
	display: block;
	margin: 5px 0px;
}

#main form.login div.row span input.text {
	float: right;
	width: 150px;
	margin-right: 10px;
}

#main form.login div.row span input.button {
	float: right;
	margin-right: 10px;
}

/* BANNER */
#main div.banner {
	text-align: center;
}

#main div.content div.banner {
	margin-bottom: 5px;
}

#main #left div.banner {
	margin-top: 10px;
}

#main div.banner a {
	color: #333;
	font-style: italic;
	text-decoration: none;
}

#main div.banner a:hover {
	text-decoration: underline;
}

#main div.banner a img {
	border: none;
}

/**
 * Navigatie stijlen
 */
ul.nav {
	margin: 0 auto 5px auto;
	padding: 0;
	float: left;
	list-style-type: none;
}

ul.nav li {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: inline;
	line-height: 26px;
}

ul.nav span,ul.nav li a,ul.nav li.active {
	float: left;
	display: block;
	text-align: center;
}

ul.nav span {
	cursor: pointer;
}

ul.nav li span img,ul.nav li a img {
	border: none;
	width: 16px;
	height: 16px;
	padding: 4px;
	margin: 0;
	border: 1px solid #9ece0e;
}

ul.nav li a.button,ul.nav li a.prev,ul.nav li a.next {
	height: 26px;
	line-height: 26px;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

ul.nav li a.button:hover,ul.nav li a.prev,ul.nav li a.next {
	color: #fff;
}

ul.nav li a.button {
	width: 27px;
	background-image: url('/images/bg/nav-button.png');
}

ul.nav li a.button:hover {
	background-image: url('/images/bg/nav-button-hover.png');
}

ul.nav li a.prev,ul.nav li a.next {
	width: 32px;
}

ul.nav li a.prev {
	background-image: url('/images/bg/nav-prev.png');
}

ul.nav li a.next {
	background-image: url('/images/bg/nav-next.png');
}

ul.nav li a.prev:hover {
	background-image: url('/images/bg/nav-prev-hover.png');
}

ul.nav li a.next:hover {
	background-image: url('/images/bg/nav-next-hover.png');
}

ul.nav li.active {
	background: transparent url('/images/bg/nav-button-hover.png') no-repeat 3px 0;
	width: 27px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#tellafriend {
    margin:0;
    text-align:right;
}
#tellafriend p {
    padding:0 0 2px 0;
    margin:0;
}
#tellafriend a {
	font-size: 11px;
    color: #36f;
    font-weight:bold;
    text-decoration:none;
}
#tellafriend a:hover {
    text-decoration:underline;
}
#main #messages p {
    line-height: 19px;
    padding:5px 5px 5px 40px;
    margin:5px 0;
	background-position:12px 5px;
	background-repeat:no-repeat;
	font-weight:bold;
}
#main #messages p.message {
    border:3px solid #66cc00;
    background-image:url(/lib/sitemanager/img/famfamfam/tick.png);
}
#main #messages p.error {
    border:3px solid #f00;
    background-image:url(/lib/sitemanager/img/famfamfam/error.png);
}

div.intro div.innerbox p {
    display: inline;
}

.clearboth {
    clear: both;
}
