* {
	margin:					0;
	padding:				0;
	border:					0;
}

body {
	color:					#333333;
	font-family:			Tahoma, sans-serif;
	font-size:				11px;
	line-height:			15px;
}

.fullbody {
	background:				#333333 url(images/bg_body.gif) repeat-y center;
}


table {
	width:					100%;
	font:					inherit;
}

td {
	padding-left:			4px;
}

ul {
	list-style:				none;
}

li {
	padding-left:			11px;
	background:				url(images/bullet_pink.gif) no-repeat 1px 5px;
}

a {
	color:					#FF0099;
	font-weight:			bold;
	text-decoration:		none;
}

li a {
	color:					#333333;
}

a:hover {
	text-decoration:		underline;
}

h1 {
	margin:					0 0 10px 0;
	font-size:				16px;
	font-weight:			bold;
	color:					#333333;
}

h1.pink {
	font-weight:			normal;
	color:					#FF0099;
}

h2 {
	margin:					10px 0;
	font-size:				16px;
	font-weight:			normal;
	color:					#333333;
}

p {
	margin:					0px 0;
}



a.bullet {
	padding:				0 2px 0 11px;
	background:				url(images/bullet_pink.gif) no-repeat 1px 5px;
}

a.dark {
	color:					#333333;
}

a.bullet .larger {
	font-size:				12px;
}

img.block {
	display:				block;
}

div.dots {
	height:					1px;
	margin-top:				12px;
	font-size:				0;
	background:				url(images/bg_dots.gif) repeat-x bottom;
}

div.line {
	height:					1px;
	margin:					10px 0;
	border-top:				1px solid #A1A1A1;
	background:				#FFFFFF;
	line-height:			0;
}

div.dark div.dots {
	margin:					8px 0 6px 0;
}

div.dark,
div.grey {
	padding:				10px;
	background:				url(images/bg_box_topborder.gif) repeat-x;
}

div.white {
	margin-bottom:			10px;
	padding:				8px 0;
	border-top:				1px solid #EEEEEE;
	border-bottom:			1px solid #EEEEEE;
}

div.dark {
	background-color:		#333333;
	color:					#FFFFFF;
}

div.dark a {
	color:					#FFFFFF;
}

div.dark a.bullet {
	display:				block;
	background-position:	1px 6px;
}

div.grey {
	background-color:		#EFEFEF;
	color:					#333333;
}

.h1_sibbling {
	margin-bottom:			10px;
	color:					#333333 !important;
}




.input_text {
	margin:					2px 0;
	padding:				3px;
	border:					1px solid #CCCCCC;
	color:					#666666;
	font-size:				11px;
}

.notice,
.error {
	color:					#FF0000;
}

.pink {
	color:					#FF0099;
}

.meta {
	font-weight:			normal;
}



#wrapper {
	margin-top:				21px;
	background:				#FFFFFF url(images/bg_wrapper.gif) repeat-x bottom;
}

#main {
	width:					740px;
	margin:					0 auto;
	padding:				24px 10px;
	background:				url(images/bg_gradient.gif) no-repeat 130px 0;
}

#header {
	position:				relative;
}



ul#navigation {
	width:					100%;
	height:					40px;
	margin:					11px 0 0 -10px;
	background:				url(images/bg_navigation.gif) no-repeat left bottom;
}

ul#navigation li {
	height:					40px;
	float:					left;
	padding:				0 15px 0 9px;
	background:				url(images/bg_navigation_tab.gif) no-repeat right bottom;
}

ul#navigation li a {
	display:				block;
	padding-top:			13px;
	color:					#333333;
	font-size:				12px;
}

ul#navigation li.first {
	padding-left:			15px;
}

ul#navigation li#nav_alle_producten a {
	padding-left:			27px;
	background:				url(images/icon_alle_producten.gif) no-repeat 0 6px;
}
/*
ul#navigation li#nav_mijn_prisma a {
	padding-left:			24px;
	background:				url(images/icon_mijn_prisma.gif) no-repeat 0 6px;
	display:				none;
}
*/
ul#navigation li#nav_mijn_prisma a {
	display:				none;
}
ul#navigation li#nav_faq a {
	padding-left:			27px;
	background:				url(images/icon_faq.gif) no-repeat 0 6px;
}

ul#navigation li#nav_over_prisma a {
	padding-left:			24px;
	background:				url(images/icon_over_prisma.gif) no-repeat 0 6px;
}

ul#navigation li#nav_contact a {
	padding-left:			28px;
	background:				url(images/icon_contact.gif) no-repeat 0 12px;
}



#breadcrumbs {
	margin:					20px 0;
}

#breadcrumbs a {
	color:					#333333;
}

#logged_out,
#logged_in {
	position:				absolute;
	left:					568px;
	width:					142px;
	padding:				12px 15px 15px 15px;
	color:					#FFFFFF;
	font-size:				9px;
	font-weight:			bold;
}

#logged_out_1 {
/*	
	top:					-37px;
	height:					163px;
	background:				url(images/bg_mijn_prisma_large.gif) no-repeat;
*/
	display:				none;
}

#logged_out {
	top:					-37px;
	height:					163px;
	background:				url(images/bg_mijn_prisma_large_new.gif) no-repeat;
	cursor:					pointer;

}
#mijnprisma {
	display:				none;
}
#logged_in {
	top:					-7px;
	height:					123px;
	background:				url(images/bg_mijn_prisma_small.gif) no-repeat;
}

#logged_out label {
	line-height:			9px;;
}

#logged_in img.block {
	padding-bottom:			10px;
}

#logged_in .username {
	font-weight:			bold;
	font-size:				11px;
}

#logged_out .input_text {
	width:					135px;
	margin-bottom:			1px;
}

#logged_out a,
#logged_in a {
	color:					#FFFFFF;
	font-size:				10px;
	text-decoration:		underline;
}

#logged_out p {
	display:				block;
	position:				relative;
	margin-top:				4px;
	padding-top:			2px;
}

#logged_out p input {
	position:				absolute;
	top:					0;
	left:					84px;
}

#logged_in div.dots {
	margin:					2px 0;
}

#logged_in a#uitloggen {
	position:				absolute;
	top:					95px;
	left:					99px;
}



#footer {
	position:				relative;
	width:					527px;
	margin:					0 auto;
	padding:				23px 0 10px 233px;

}

#footer li {
	display:				inline;
	padding:				0 20px 0 11px;
	background:				url(images/bullet_pink.gif) no-repeat 1px 5px;
}

#footer li a {
	color:					#FFFFFF;
	font-size:				12px;
	background:				#333333;
}

#footer h2 {
	font-weight:			bold;
}

#footer p {
	width:					322px;
	margin-top:				60px;
	padding-left:			14px;
	border-left:			4px solid #FF0099;
	color:					#999999;
	font-weight:			bold;
}



#footer #downloads {
	position:				absolute;
	top:					44px;
	left:					10px;
	width:					170px;
}

#footer #downloads li {
	display:				block;
	padding:				8px 0;
	background:				url(images/bg_dots.gif) repeat-x bottom;
}

#footer #downloads li a {
	padding-left:			13px;
	background:				url(images/bullet_white.gif) no-repeat 1px 5px;
	color:					#FFFFFF;
	font-size:				11px;
}



#content_left {
	float:					left;
	clear:					left;
	width:					140px;
	margin-right:			20px;
}

#content_middle {
	float:					left;
	width:					230px;
	padding-top:			10px;
}

#content_middle h1 {
	margin:					0 0 10px 0;
}

#content_middle p {
	padding-right:			25px;
}

#content_right {
	float:					right;
	width:					170px;
}

#content_left h2 {
	font-size:				16px;
	font-weight:			bold;
}

#content_right h2 {
	margin:					0 0 10px 0;
	font-size:				16px;
	font-weight:			bold;
}

#content_right img.border {
	border:					3px solid #FFFFFF;
}

.spacer,
#content_spacer {
	clear:					both;
}

#content_wrapper_home {
	padding-left:			160px;
}

#content_wrapper_home h2 {
	height:					19px;
	margin-top:				20px;
	padding:				4px 0 0 51px;
	color:					#FFFFFF;
	background:				url(images/bg_h2.gif) no-repeat top left;
}



ul.menu,
ul.steps {
	margin-bottom:			10px;
	padding:				0;
	border-top:				3px solid #FF0099;
	background:				#EFEFEF;
}

ul.menu li,
ul.steps li {
	padding:				7px;
	border-top:				1px solid #FFFFFF;
	border-bottom:			1px solid #999999;
	color:					#333333;
}

ul.menu li {
	padding:				7px 0 7px 16px;
	background:				url(images/bullet_pink.gif) no-repeat 6px 13px;
}

ul.steps li {
	background:				none;
}

ul.menu a {
	color:					#333333;
}



.pink_box {
	margin:					10px 0;
	padding:				10px;
	background:				#FF0099;
	color:					#FFFFFF;
	font-weight:			bold;
}

.pink_box a {
	color:					#333333;
	text-decoration:		underline;
}



#prisma_voor {
	border-top:				3px solid #FF0099;
	margin:					0 0 10px 0;
}

#prisma_voor li {
	padding:				0 0 0 5px;
	background-repeat:		no-repeat;
	background-position:	top left;
}

#prisma_voor li a {
	display:				block;
	height:					15px;
	padding:				7px 0 7px 23px;
	border-top:				1px solid #FFFFFF;
	border-bottom:			1px solid #999999;
	background:				#EFEFEF url(images/bullet_pink.gif) no-repeat 10px 13px;
	color:					#333333;
}

#prisma_voor li#scholieren {
	background-image:		url(images/bg_li_orange.gif);
}

#prisma_voor li#consumenten {
	background-image:		url(images/bg_li_red.gif);
}

#prisma_voor li#docenten {
	background-image:		url(images/bg_li_purple.gif);
}

#prisma_voor li#zakelijk {
	background-image:		url(images/bg_li_green.gif);
}

#prisma_voor li#pers {
	background-image:		url(images/bg_li_yellow.gif);
}

#prisma_voor li#boekhandel {
	background-image:		url(images/bg_li_blue.gif);
}



div.white_box {
	float:					left;
	width:					365px;
	margin:					0 0 10px 0;
	padding:				5px 15px;
	border-left:			4px solid #FF0099;
	color:					#666666;
	font-weight:			bold;
}

#content_wrapper {
	float:					left;
	position:				relative;
	width:					550px;
}

#content_column {
	float:					right;
	width:					140px;
}

#content_column h3#column_title {
	padding:				4px 0;
	font-size:				10px;
	background:				url(images/bg_dots.gif) repeat-x bottom;
}

#content_column h4#column_author {
	padding:				2px 0 6px 0;
	color:					#B1AFAB;
	font-size:				10px;
	font-weight:			normal;
}


img.center {
	display:				block;
	margin:					0 auto;
}


ul#woordenboeken {
	border-top:				1px solid #EEEEEE;
}

ul#woordenboeken li {
	padding:				6px 0 8px 56px;
	background-repeat:		no-repeat;
	background-position:	1px 10px;
	border-bottom:			1px solid #EEEEEE;
	color:					#666666;
}

ul#woordenboeken li a {
	font-weight: normal;
}

ul#woordenboeken li a.bullet {
	font-weight: bold;
}

ul#woordenboeken li#nl {
	background-image:		url(images/flag_big_nl.gif);
}

ul#woordenboeken li#gb {
	background-image:		url(images/flag_big_gb.gif);
}

ul#woordenboeken li#de {
	background-image:		url(images/flag_big_de.gif);
}

ul#woordenboeken li#fr {
	background-image:		url(images/flag_big_fr.gif);
}

ul#woordenboeken li#es {
	background-image:		url(images/flag_big_es.gif);
}

ul#woordenboeken li#it {
	background-image:		url(images/flag_big_it.gif);
}



ul#voor_school_en_bedrijf {
	margin-top:				2px;
}

ul#voor_school_en_bedrijf li {
	padding:				7px 0 7px 28px;
	background:				url(images/bullet_pink.gif) no-repeat 15px 13px;
}

p.greytext {
	margin:					0;
	color:					#999999;
}

.product {
	background:				url();
}

.product h2 {
	float:					left;
}

.product_voorbeeld {
	float:					right;
}



label {
	color:					#FFFFFF;
	font-size:				9px;
	font-weight:			bold;
}



#partner_worden_aanmelden_nieuwsbrief_wrapper {
	position:				relative;
	width:					507px;
}

#partner_worden_aanmelden_nieuwsbrief_wrapper .clearer {
	clear:					both;
}

#partner_worden {
	float:					left;
	width:					274px;
	margin-top:				30px;
	padding:				20px;
	border:					1px solid #999999;
	color:					#CCCCCC;
}

#partner_worden h2 {
	color:					#FFFFFF;
	font-size:				16px;
}

#partner_worden p {
	width:					auto;
	margin:					10px 0;
	padding:				0;
	border:					0;
	color:					#CCCCCC;
}

#aanmelden_nieuwsbrief {
	float:					right;
	width:					150px;
	margin-top:				30px;
}

#aanmelden_nieuwsbrief h3 {
	margin-bottom:			6px;
	padding-left:			3px;
	color:					#FF0099;
	font-size:				16px;
	font-weight:			normal;
}

#aanmelden_nieuwsbrief td {
	padding:				2px 0;
}

#aanmelden_nieuwsbrief td .input_text {
	width:					147px;
}



table.archive td {
	padding:				5px 0 8px 0;
}

table.archive tbody td {
	background:				url(images/bg_dots.gif) repeat-x bottom;
}

table.archive td.date {
	padding-right:			10px;
	font-weight:			bold;	
	width:                  75px;
}

table.archive td.spacer {
	width:					10px;
	background:				none;
}

table.archive tbody td a {
	padding:				0 2px 0 11px;
	background:				url(images/bullet_pink.gif) no-repeat 1px 5px;
	color:					#333333;
	font-weight:			normal;
}



table.products {
	border-collapse:		collapse;
	font-size:				10px;
	background:				url(images/bg_dots.gif) repeat-x top;
}

table.products th,
table.products td {
	background:				url(images/bg_dots.gif) repeat-x bottom;
}


table.products th {
	padding:				10px 0;
	vertical-align:			top;
	font-size:				12px;
	text-align:				left;
}

table.products td {
	padding:				2px 0;
}

table.products td.image {
	width:					75px;
	margin:					0;
	padding:				9px 0 0 9px;
	background:				none;
}

table.products td.spacer {
	width:					16px;
	background:				none;
}

table.products tr.no_border td,
table.products th.no_border,
table.products td.no_border {
	background:				none;
}

table.products a {
	display:				block;
	height:					12px;
	padding-left:			3px;
	color:					#FFFFFF;
	background:				#FF0099;
	line-height:			11px;
}

table.products a.bullet {
	display:				block;
	height:					15px;
	padding-left:			11px;
	color:					#333333;
	background:				url(images/bullet_pink.gif) no-repeat 1px 4px;
}

table.products a.grey {
	margin-top:				2px;
	background:				#666666;
}

table.products a:hover {
	text-decoration:		none;
}

table.products span.grey {
	color:					#999999;
}

table.products td.description {
	background:				none;
	vertical-align:			top;
	font-size:				11px;
}

table.products td.description em {
	color:					#FF0099;
	font-weight:			bold;
	font-style:				normal;
}



p.center {
	padding:				10px 0 20px 0 !important;
	text-align:				center;
}



blockquote {
	margin:					10px 0;
	padding:				20px 20px 10px 20px;
	background:				#EFEFEF;
	font-size:				12px;
	font-weight:			bold;
}

blockquote #author {
	margin-bottom:			10px;
	padding:				10px 0;
	font-weight:			normal;
	text-align:				right;
	background:				url(images/bg_line.gif) repeat-x bottom;
}

blockquote a {
	font-size:				10px;
	font-weight:			normal;
}