/* Presentation Stylesheet */

a { color: #878787; background: transparent; font-weight: bold; text-decoration: none;}
a:hover { color: #5a016d; background: transparent; font-weight: bold; text-decoration: none;}
a.highlight { color: #5a016d; background: transparent; font-weight: bold; text-decoration: none;}


h1 {
	font-size: 150%;
	color: #5a016d;
	background: transparent;
	line-height: 150%;
	font-weight: bold;

	padding: 0;
	margin: 5px 0 10px 0;
}

h2 {
	color: #5a016d;
	background: transparent;
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0 0 3px 0;
}

h2.big {
	color: #396cac;
	font-size: 14px;
	margin: 15px 0 10px 0;
	font-weight: bold;
}

h2.search {
	color: #5a016d;
	font-size: 14px;
	margin: 10px 0 0px 0;
	font-weight: bold;
}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 105%;
	line-height: 120%;
	color: #396cac;
	background: transparent;
}

p{
	margin: 0 0 1em; 
}

p.intro{
	font-weight: bold;
	color: #cdcc9c; 
}


strong {
	font-weight: bold;
	color: #525252;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #0585dd;
	background-color: #0585dd;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}



img.padding-left{
	margin: 0 0 6px 10px;
}

div.hr{
	font-size: 1px;
	line-height: 1px;
	
	height: 1px;
	
	background: transparent url(../images/content/hrbg.gif);
	background-repeat: repeat-x;
	
	clear: both;
	
	margin: 5px 0 5px 0;
}


img.img_content{
	border: 1px solid #d9d9d9;
	margin: 0px 0 10px 10px;
	padding:2px;
}

div.error {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  margin: 5px 0px 5px 0px;
  padding: 15px;  
  color: black;
}


/* LEFT */

#logo{
	border: 0;
	margin: 0;
	padding: 0;
	height: 114px;
	background: transparent url(../images/logo.gif);
}


#left a{
	color: #828282;
	text-decoration: underline;
	font-weight: normal;
}

#left a:hover{
	color: #9e0876;
	text-decoration: underline;
}

#left h2{
	width: 190px;
	height: 22px;
	
	color: #fff;
	
	margin: 0px;
	padding: 18px 0 0 20px;
	
	background: transparent url(../images/left/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	font-size: 12px;
	line-heigh: 12px;
	
}



#left form.searchform{
	margin: 0;
	padding: 10px 0 10px 10px;
	
}

#left form.searchform input.text{
	margin: 0 10px 0 0;
	padding: 0 3px 0 3px;
	border: 1px solid #a1a1a1;
	height: 19px;
	width: 134px;
	
	float: left;
}

#left form.searchform input.submit{
	width: 31px;
	height: 21px;
	
	float: left;
	
	margin: 0 0 4px 0;
	padding: 0;
	
	background: transparent url(../images/left/searchbutton.gif);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	border: 0;
}




#left ul{

	background: transparent;
	margin: 0;
	padding:0;
	list-style-type: none;
}

/* hoofditems */
#left ul li{
	
	height: 25px;
	
	margin: 0px 0 0 0;
	padding: 8px 0 0 20px;
	
	background: transparent url(../images/left/li1bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#left ul li a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	
	padding: 0 0 0 12px;
	
	background: transparent url(../images/left/li1-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#left ul li.nosub a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	
	padding: 0 0 0 12px;
	
	background: transparent url(../images/left/li1-arrow-nosub.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#left ul li a:hover{
	color: #9e0876;
	font-weight: bold;
	text-decoration: none;
	
}



/* onderliggend niveau */
#left ul li.sub{
	
	height: 21px;
	
	margin: 0px 0 0 0;
	padding: 3px 0 0 35px;
	
	background: transparent url(../images/left/li2bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#left ul li.sub a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	
	padding: 0 0 0 10px;
	
	background: transparent url(../images/left/li2-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}



#left ul li.sub a:hover{
	color: #9e0876;
	font-weight: normal;
	text-decoration: underline;
	
}



/* onderliggend niveau */
#left ul li.last{
	
	height: 21px;
	
	margin: 0px 0 0 0;
	padding: 3px 0 0 35px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}








	
/* CENTER */


#center #banner{
	
	height: 92px;
	
	background: transparent url(../images/bannerbg.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
}

#center #banner img{
	margin: 15px 0 0 47px;
}






#center #nav{
	background: transparent url(../images/content/navbg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	width: 567px;
	height: 40px;
}






/* Navigatie opmaak */

#center #nav ul {
	padding: 5px 0 0 20px;
	margin: 0;
	
	list-style: none outside;

}

#center #nav li {

	float: left;
	margin: 0;
	padding: 0;

	
}


#center #nav li a {
	display: block;
	padding: 2px 17px 2px 17px;

	margin: 0 0 0 0;

	text-decoration: none;
	font-weight: bold;

	color: #fff;
	
	background: transparent url(../images/content/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;

}

#center #nav li a:hover, #nav li a:active {

	color: #fff;
	text-decoration: underline;
}



#center #nav li a.highlight{

	text-decoration: underline;
}











#center  ul{
	padding-left: 40px;
	margin: 15px 0 15px 0px;
	font-size: 100%;
	list-style: url(../images/content/libullet.gif);
}

#center  ul.sitemap ul{
	padding-left: 20px;
	margin: 1px 0 8px 0px;
}



/* scrollcollection */

#center #items{
	
	margin: 15px 0 10px 0;
}


#center div.item{
	border: 1px solid #d9d9d9;
	padding: 10px 20px 10px 20px;
	min-height: 100px;
}

*html #center div.item{
	height: 100px;
}


#center div.item img{
	border: 1px solid #d9d9d9;
	margin: 0px 0 10px 10px;
}

#center div.item a.more{
	color: #9e0876;
}

#center div.item a.more:hover{
	color: #9e0876;
	text-decoration: underline;
}

#center div.itembottom{
	
	background: red;
	height: 10px;
	background: transparent url(../images/content/item-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	margin: 0 0 5px 0;
	
}


/* home pagina */

#center #content div.home{
	overflow: hidden;
	margin: 10px -10px 10px -10px;
}




/* roze sarah items */
#center #content div.home div.item1{
	width: 277px;
	height: 125px;
	float: left;
	margin: 0 0 3px 1px;
	overflow: hidden;

}

#content div.home div.sarahfeest{

	background: transparent url(../images/content/home-sarah-feest.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content div.home div.sarahcadeaus{

	background: transparent url(../images/content/home-sarah-cadeaus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#center #content div.home div.item1 h2{

	color: #9f0776;
	font-size: 140%;
	margin: 10px 0 0 18px;
}

#center #content div.home div.item1  h2 a{
	color: #9f0776;
}

#center #content div.home div.item1  h2 a:hover{
	text-decoration: underline;
}

#center #content div.home div.item1  ul{
	list-style: none outside !important;
	list-style: url(wazigebug);
	padding: 0;
	margin: 2px 0 15px 20px;
	font-size: 100%;
	width: 155px;
	
}

#center #content div.home div.item1  ul li{
	padding: 0 0 2px 0;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #c0c1c6;
}

#center #content div.home div.item1  ul li.last{
	border: 0;
	margin: 0;
}

#center #content div.home div.item1  ul li a{
	font-weight: normal;
	color: #9f0776;
}

#center #content div.home div.item1  ul li a:hover{
	font-weight: normal;
	color: #9f0776;
	text-decoration: underline;
}

#center #content div.home div.item1  img{
	float: right;
	border: 0;
	margin-right: 8px;
}






/* Algemene blokken */ 

#content div.home div.item2{
	width: 277px;
	height: 125px;
	float: left;
	margin: 0 0 3px 1px;
	
	background: transparent url(../images/content/home-bg2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#content div.home div.item2a{

	background: transparent url(../images/content/home-bg2a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content div.home div.item2b{

	background: transparent url(../images/content/home-bg2b.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content div.home div.cadeausorigineel{

	background: transparent url(../images/content/home-cadeaus-origineel.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content div.home div.cadeauslastminute{

	background: transparent url(../images/content/home-cadeaus-last-minute.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#center #content div.home div.item2 h2{

	color: #5c006d !important;
	font-size: 100%;
	margin: 16px 0 0 48px;

}

#center #content div.home div.item2 h2 a{
	color: #5c006d !important;
}

#center #content div.home div.item2 h2 a:hover{
	text-decoration: underline;
}


#center #content div.home div.item2 a.fullblock{
	display: block;
	height: 90px;
}

#center #content div.home div.item2  ul{
	list-style: none outside !important;
	list-style: url(wazigebug);
	padding: 0;
	margin: 10px 0 15px 20px;
	font-size: 100%;
	width: 155px;
	
}

#center #content div.home div.item2  ul li{
	padding: 0 0 2px 0;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #c0c1c6;
}

#center #content div.home div.item2  ul li.last{
	border: 0;
	margin: 0;
}

#center #content div.home div.item2  ul li a{
	font-weight: normal;
	color: #0c7080;
}

#center #content div.home div.item2  ul li a:hover{
	text-decoration: underline;
}

#center #content div.home div.item2  img{
	float: right;
	border: 0;
	margin-right: 8px;
}




/* Blauwe abraham blokken */ 

#content div.home div.item3{
	width: 277px;
	height: 125px;
	float: left;
	margin: 0 0 3px 1px;
	
	background: transparent url(../images/content/home-bg2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#content div.home div.abrahamfeest{

	background: transparent url(../images/content/home-abraham-feest.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content div.home div.abrahamcadeaus{

	background: transparent url(../images/content/home-abraham-cadeaus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#center #content div.home div.item3 h2{

	color: #005d65;
	font-size: 140%;
	margin: 10px 0 0 18px;
}

#center #content div.home div.item3  h2 a{
	color: #005d65;
}

#center #content div.home div.item3  h2 a:hover{
	text-decoration: underline;
}

#center #content div.home div.item3  ul{
	list-style: none outside !important;
	list-style: url(wazigebug);
	padding: 0;
	margin: 3px 0 15px 20px;
	font-size: 100%;
	width: 155px;
}

#center #content div.home div.item3  ul li{
	padding: 0 0 2px 0;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #c0c1c6;
}

#center #content div.home div.item3  ul li.last{
	border: 0;
	margin: 0;
}

#center #content div.home div.item3  ul li a{
	font-weight: normal;
	color: #0c7080;
}

#center #content div.home div.item3  ul li a:hover{
	text-decoration: underline;
}

#center #content div.home div.item3  img{
	float: right;
	border: 0;
	margin-right: 8px;
}





/* RIGHT */ 

#right ul.top{
	height: 90px;
	width: 159px;
	margin: 2px 0 0 0;
	padding: 0px 0 0 8px;
	overflow: hidden;

}




#right ul.top li{
	
	margin: 5px 0 0 0;
	
	background: transparent url(../images/right/top-libg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
}



#right ul.top li a{
	color: #5d006d;
	font-weight: normal;
	text-decoration: none;
	
	display: block;
	
	height: 20px;
	padding: 2px 0 0 5px;
}

#right ul.top li a:hover{
	color: #9e0876;
	font-weight: normal;
	text-decoration: underline;
	
}





#right div.navbar{
	height: 30px;
	
	background: #5c006f;
	margin: 0 0 0 -1px;
	padding:0;
	overflow: hidden;
	position: relative;
	
}

#right div.content{
	
	width: 155px;
	margin: 0 0 0 0;
	padding:0 0 0 5px;
	overflow: hidden;
	position: relative;
	
}


#right div.content h2{
	color: #5c006f;
	font-weight: bold;
	margin: 2px 0 0px 0;
}

#right div.content h3{
	color: #8f8f8f;
	font-weight: bold;
	margin: 0px 0 8px 0;
}





#right div.content img.banner{
	border: 0;
	margin: 12px 0 12px 2px;
}


#right div.content ul{

	background: transparent;
	margin: 0;
	padding:0;
	list-style-type: none;
	width: 167px;
}


#right div.content ul li{
	
	margin: 5px 0 0 0;
	
	background: transparent url(../images/right/libg1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
}

#right div.content ul li.odd{
	background: transparent url(../images/right/libg2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#right div.content ul li.last{
	background: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#right div.content ul li a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	
	display: block;
	
	height: 19px;
	padding: 2px 0 0 32px;
}

#right div.content ul li a:hover{
	color: #9e0876;
	font-weight: normal;
	text-decoration: underline;
	
}

#right div.content ul li a.one{
	background: transparent url(../images/right/1.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
}

#right div.content ul li a.two{
	background: transparent url(../images/right/2.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
}

#right div.content ul li a.three{
	background: transparent url(../images/right/3.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
}

#right div.content ul li a.four{
	background: transparent url(../images/right/4.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
}

#right div.content ul li a.five{
	background: transparent url(../images/right/5.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
}

#right div.content ul li.last a{
	background: transparent url(../images/right/more.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
}

#right div.content ul li a.extra{
	padding: 2px 0 0 12px;
}

#right div #right_text {
	padding: 12px 5px 0 5px;
	color: black;
}

/* e-cards */
.ecard {
	width: 460px;	
	height: 335px;	
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #ccc;
}

#ecard_voorkant, #ecard_achterkant {
	width: 460px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	
}

#ecard_voorkant {	
	display: block; 
}

#ecard_voorkant_picture {
	width: 421px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
}

#draaiom_ecard_voorkant a, #draaiom_ecard_achterkant a {
	display: block;
	height: 55px;
	width: 55px;
	background-image: url(../images/ecards/flip.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	position: absolute;
}

#draaiom_ecard_voorkant a span, #draaiom_ecard_achterkant a span {
	display: none;
}

#ecard_achterkant {
	background-image: url(../images/ecard_achterkant_bg.jpg);
	display: none;
}

#ecard_achterkant_left {
	float: left;
}

#ecard_bericht {
	float: left;
	padding-left: 5px;
	width: 170px;	
	margin: 70px 0px 0 5px;
}

#ecard_bericht span {
	padding-left: 5px;
}

#ecard_bericht textarea {
	margin: 0;
	border: 1;
	width: 170px;
	height: 180px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#ecard_achterkant_right {
	float: right;	
}

#ecard_submit span {
	display: none;
}

#ecard_ontvanger {
	float: right;
	margin-right: 20px;
	*margin-right: 12px;
	width: 180px;	
	margin: 70px 20px 0 0;
}

#ecard_ontvanger input {
	border: 0;
	border-bottom: 1px solid lightblue;
	width: 185px;
}

/* Footer */
#footer div.links{
	width: 210px;

	margin: 20px 0 0 0;
	float: left;
	text-align: center;
}

#footer div.links a{
	color: #323232;
	font-weight: normal;
}

#footer div.links a:hover{
	text-decoration: underline;
}


#footer div.footertekst{
	width: 570px;
	margin: 20px 0 0 0;

	color: #9f0977;
	
	float: left;
	text-align: center;
}

#footer div.footertekst a{
	color: #9f0977;
	font-weight: normal;
}

#footer div.footertekst a:hover{
	text-decoration: underline;
	color: #323232;
}

/*
#content_wrapper ul li .imgrand  { padding: 5px; background: #fff; border: 1px solid #b89dc1; margin: 10px 0px 10px 0px;   }
#content_wrapper ul {  border-bottom: 0px solid #fff; margin: 10px 0px 10px 0px;  padding: 0px; list-style: none;}
#content_wrapper ul li { padding: 15px; border-bottom: 1px dashed #edd0f6; color: #795e82; list-style-image:url('wazigebug');  background: #fcf1ff;  margin-top: 10px; border: 1px solid #edd0f6; }
#content_wrapper ul li a { color: #795e82; }
#content_wrapper a { color: #795e82; }
#content_wrapper a:hover { color: #59246b; }
*/