/* $Id: screen.css 102 2011-12-20 14:04:29Z projects $; */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Arial;
}

#pagina {
	width: 980px;
	margin: 0 auto auto;
	clear: both;
	position: relative;
}

#content {
	width: 731px;
	float: right;
	margin: 0 0 20px 0;
	position: relative;
}

a {
	color: #F00;
}

#pagina_content {
	margin: 10px 0 0 0;
	padding: 10px;
}

#nav_top {
	background-image: url(../images/nieuwsbrief.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	position: relative;
	width: 731px;
	height: 44px;
}

#nav_top ul {
	margin-left: 400px;
	margin-right: 0px;
	margin-top: 0px; 
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
	line-height: 16px;
}

#nav_top li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #F00;
}

#nav_top li.last {
	padding-right: 50px;
	border: none;
}

#nav_top a {
	text-decoration: none;
}

#nav_top a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	top: 2px;
	left: 2px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	position: relative;
	float: left;
	margin: 0 0 0 0;
}

#nav li ul {
	position: absolute;
	display: none;
	left: 2px;
	top: 32px;
	padding: 10px 5px 5px 5px;
	color: #000000;
	background: #FFF;
	border: 1px solid black;
	z-index:3000;
}

#nav li ul li {
	z-index:4000 !important;
	float: none;
	padding: 0px;
	height: 20px;
}

#nav li ul a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	line-height: 20px;
	background-image: url(../images/nav/red_dot.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	display: block;
	margin: 0;
	padding: 0 0 0 10px !important;

}

#nav li ul a:hover {
	color: #F00;
	white-space: nowrap;
	line-height: 20px;
}


.nav_home {
	background-image: url(../images/nav/link/home.gif);
	width: 73px;
	height: 32px;
}

.nav_home.selected {
	background-image: url(../images/nav/hover/home.gif);
}

.nav_home_selected {
	background-image: url(../images/nav/hover/home.gif);
}


.nav_aanbiedingen {
	background-image: url(../images/nav/link/aanbiedingen.gif);
	width: 134px;
	height: 32px;
}

.nav_aanbiedingen.selected {
	background-image: url(../images/nav/hover/aanbiedingen.gif);
}

.nav_aanbiedingen_selected {
	background-image: url(../images/nav/hover/aanbiedingen.gif);
}

.nav_recepten {
	background-image: url(../images/nav/link/recepten.gif);
	width: 102px;
	height: 32px;
}

.nav_recepten.selected {
	background-image: url(../images/nav/hover/recepten.gif);
}

.nav_recepten_selected {
	background-image: url(../images/nav/hover/recepten.gif);
}

.nav_winkels {
	background-image: url(../images/nav/link/winkels.gif);
	width: 92px;
	height: 32px;
}

.nav_winkels.selected {
	background-image: url(../images/nav/hover/winkels.gif);
}

.nav_winkels_selected {
	background-image: url(../images/nav/hover/winkels.gif);
}

.nav_opmerkelijk {
	background-image: url(../images/nav/link/opmerkelijk.gif);
	width: 121px;
	height: 32px;
}

.nav_opmerkelijk.selected {
	background-image: url(../images/nav/hover/opmerkelijk.gif);
}

.nav_opmerkelijk_selected {
	background-image: url(../images/nav/hover/opmerkelijk.gif);
}

.nav_gezond_en_verantwoord {
	background-image: url(../images/nav/link/gezond_en_verantwoord.gif);
	width: 204px;
	height: 32px;
}

.nav_gezond_en_verantwoord.selected {
	background-image: url(../images/nav/hover/gezond_en_verantwoord.gif);
}

.nav_gezond_en_verantwoord_selected {
	background-image: url(../images/nav/hover/gezond_en_verantwoord.gif);
}

.nav_home,
.nav_aanbiedingen,
.nav_recepten,
.nav_winkels,
.nav_opmerkelijk,
.nav_gezond_en_verantwoord {
	cursor: pointer;
}

.nav_home a,
.nav_aanbiedingen a,
.nav_recepten a,
.nav_winkels a,
.nav_opmerkelijk a,
.nav_gezond_en_verantwoord a {
	display: none;
	font-size: 0;
	line-height: 0;
}

.nav_home span,
.nav_aanbiedingen span,
.nav_recepten span,
.nav_winkels span,
.nav_opmerkelijk span,
.nav_gezond_en_verantwoord span {
	display: none;
	font-size: 0;
	line-height: 0;
}

.nav_home ul a,
.nav_aanbiedingen ul a,
.nav_recepten ul a,
.nav_winkels ul a,
.nav_opmerkelijk ul a,
.nav_gezond_en_verantwoord ul a {
	font-size: 12px;
	line-height: 1em;
	display: inline;
}

.nav_home ul a:hover,
.nav_aanbiedingen ul a:hover,
.nav_recepten ul a:hover,
.nav_winkels ul a:hover,
.nav_opmerkelijk ul a:hover,
.nav_gezond_en_verantwoord ul a:hover {
	text-decoration: underline !important;
}


/*** roow wit blauw begin ***/

#menu.roodwitblauw {
	background-color: #008ACF;
}

.roodwitblauw .nav_home {
	background-image: url(../images/nav_rwb/link/home.gif);
	width: 73px;
	height: 32px;
}

.roodwitblauw .nav_home.selected {
	background-image: url(../images/nav_rwb/hover/home.gif);
}

.roodwitblauw .nav_home_selected {
	background-image: url(../images/nav_rwb/hover/home.gif);
}


.roodwitblauw .nav_aanbiedingen {
	background-image: url(../images/nav_rwb/link/aanbiedingen.gif);
	width: 134px;
	height: 32px;
}

.roodwitblauw .nav_aanbiedingen.selected {
	background-image: url(../images/nav_rwb/hover/aanbiedingen.gif);
}

.roodwitblauw .nav_aanbiedingen_selected {
	background-image: url(../images/nav_rwb/hover/aanbiedingen.gif);
}

.roodwitblauw .nav_recepten {
	background-image: url(../images/nav_rwb/link/recepten.gif);
	width: 102px;
	height: 32px;
}

.roodwitblauw .nav_recepten.selected {
	background-image: url(../images/nav_rwb/hover/recepten.gif);
}

.roodwitblauw .nav_recepten_selected {
	background-image: url(../images/nav_rwb/hover/recepten.gif);
}

.roodwitblauw .nav_winkels {
	background-image: url(../images/nav_rwb/link/winkels.gif);
	width: 92px;
	height: 32px;
}

.roodwitblauw .nav_winkels.selected {
	background-image: url(../images/nav_rwb/hover/winkels.gif);
}

.roodwitblauw .nav_winkels_selected {
	background-image: url(../images/nav_rwb/hover/winkels.gif);
}

.roodwitblauw .nav_opmerkelijk {
	background-image: url(../images/nav_rwb/link/opmerkelijk.gif);
	width: 121px;
	height: 32px;
}

.roodwitblauw .nav_opmerkelijk.selected {
	background-image: url(../images/nav_rwb/hover/opmerkelijk.gif);
}

.roodwitblauw .nav_opmerkelijk_selected {
	background-image: url(../images/nav_rwb/hover/opmerkelijk.gif);
}

.roodwitblauw .nav_gezond_en_verantwoord {
	background-image: url(../images/nav_rwb/link/gezond_en_verantwoord.gif);
	width: 204px;
	height: 32px;
}

.roodwitblauw .nav_gezond_en_verantwoord.selected {
	background-image: url(../images/nav_rwb/hover/gezond_en_verantwoord.gif);
}

.roodwitblauw .nav_gezond_en_verantwoord_selected {
	background-image: url(../images/nav_rwb/hover/gezond_en_verantwoord.gif);
}

#nav.roodwitblauw li ul a {
	color: #f39400;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	line-height: 20px;
	background-image: url(../images/nav_rwb/red_dot.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	display: block;
	margin: 0;
	padding: 0 0 0 10px !important;

}

#nav.roodwitblauw li ul a:hover {
	color: #f39400;
	white-space: nowrap;
	line-height: 20px;
}


/*** rood wit blauw einde ***/

#zijbalk_container {
	width: 236px;
	float: left;
	overflow: auto;
}

#zijbalk_background {
	margin-top: 44px;
	background-image: url(../images/zijbalk_background.gif);
	background-position: 0px 175px;
	background-repeat: repeat-y;
}

#zijbalk {
	background-image: url(../images/zijbalk_footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	position: relative;
}

#kersttak {
	position: absolute;
	top: 0px;
	left: -35px;
	width: 327px;
	height: 109px;
	background-image: url(../images/kerst/zijbalk-kerst.png);
	background-repeat: no-repeat;
}

#logo {
	width: 236px;
	height: 131px;
	background-image: url(../images/logo_tas.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#logo h1 {
	display: none;
}

.pasen #logo {
	background-color: #6B1379;
	background-image: url(../images/logo_pasen.gif);
}

#boodschappenlijstje_container {
	display: none;
	width: 216px;
	margin: 10px 10px 0 10px;
	padding: 45px 0 0 0 ;
	background-image: url(../images/boodschappenlijstje_titel.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	overflow: auto;
}

#boodschappenlijstje {
	width: 196px;
	padding: 45px 10px 0 10px;
	
	background-image: url(../images/boodschappenlijstje_achtergrond.gif);
	background-repeat: repeat-y;
}

#boodschappenlijstje h6 {
	color: #F00;
}

#boodschappenlijstje table {
	width: 100%;
}

#boodschappenlijstje table .trash {
	width: 15px;
	text-align: right;
	vertical-align: top;
	cursor: pointer;
}

#boodschappenlijstje table .prijs {
	color: #F00;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

#bl_aanbiedingen_div,
#bl_recepten_div,
#bl_eigen_div {
	margin: 0 0 10px 0;
}

#bl_eigen_product {
	width: 125px;
	height: 15px;
	line-height: 18px;
	border: 1px solid #000;
}

#bl_recepten_div th {
	font-weight: bold;
	color: #F00;
	text-align: left;
	padding: 10px 0 0 0;
}

#bl_printen {
	height: 40px;
	margin: 0 0 0 140px;
}

#bl_printen a {
	text-decoration: none;
	font-weight: bold;
	color: #F00;
	display: block;
	width: 76px;
	height: 20px;
	padding: 0;
	background-image: url(../images/printen.gif);
	background-repeat: no-repeat;
	background-position: 35px 0;
	padding: 10px 0 0 0;
}


#boodschappenlijstje a {
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}

#banner {
	width: 216px;
	margin: 10px 10px 10px 10px;
}

#banner.leeg {
	height: 20px;
}

#banner.hoog {
	height: 350px;
}

#banner img {
	width: 216px;
	overflow: auto;
}

#links_container {
	width: 236px;
	background-image: url(../images/links_top.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#links {
	overflow: auto;
	width: 196px;
	margin: 0px 10px 0px 10px;
	background-image: url(../images/links_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#links div {
	overflow: auto;
	height: 15px;
}

#links a {
	font-size: 12px;
	float: left;
	clear: left;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#links a:hover {
	text-decoration: underline;
}

#links span {
	font-size: 11px;
	float: right;
	font-weight: normal;
}

#sfeerbeeld {
	margin: 10px 0 0 0;
	width: 731px;
	height: 211px;
	background-repeat: no-repeat;
	background-position: top left;
}

#sfeerbeeld.hoog {
	height: 211px !important;
	background-color: #FFF;
	cursor: pointer;
}

#sfeerbeeld.najaar_voordeel {
	display: block;
	text-decoration: none;
	height: 300px;
}

#sfeerbeeld span {
	display: none;
}

.clickable {
	cursor: pointer;
}

#themablokken {
	margin-top: 10px;
	width: 731px;
	height: 94px;
}

.themablok {
	float: left;
	width: 125px;
	margin: 0 9px 0 0;
	height: 60px;
	padding: 27px 7px 7px 7px;
	background-position: 7px 7px !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
}

.themablok span {
	display: none;
}

.themablok a {
	text-decoration: none;
}

.themablok,
.themablok a {
font-size: 12px;
}

#homepage_aanbiedingen {
	background: url(../images/homepage_aanbiedingen_achtergrond.gif);
	margin-top: 10px;
	width: 731px;
	overflow: auto;
}

#homepage_aanbiedingen .homepage_aanbieding {
	float: left;
	height: 185px;
	margin: 0 9px 0 0;
	overflow: hidden;
}

.laatste {
	margin: 0 !important;
}


.aanbiedingenpagina {
	margin-top: 10px;
}

.aanbiedingenpagina_opmerking {
	width: 691px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 11px;	
}

.aanbiedingenpagina_taanbiedingenpagina_opmerkingitel img {
	width: 731px;
}

.aanbiedingen_container {
	background-image: url(../images/aanbiedingepagina_achtergrond.gif);
	position: relative;
}

.aanbieding {
	position: absolute;
}

.aanbieding_omschrijving {
	display: none;
}

.aanbieding_content {
	background-position: top left;
	background-repeat: no-repeat !important;
	position: relative;
	height: 100%;
	background-color: #FFF;
	cursor: pointer;
}

#aanbiedingenpagina_footer_subnavigatie {
	text-align: center; 
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}

#aanbiedingenpagina_footer_subnavigatie a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#aanbiedingenpagina_footer_subnavigatie .selected {
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
}

.nopointer .aanbieding_content {
	cursor: default;
}

.aanbieding_content .aanbieding_titel {
	position: absolute;
	bottom: 20px;
	left: 0px;
	line-height: 1em;
	padding: 0 0 10px 10px;
	font-size: 16px;
	font-weight: bold;
}

.aanbieding_content .aanbieding_titel span {
	font-size: 12px !important;
	font-weight: normal !important;
}

.aanbieding_content .aanbieding_prijs {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

.aanbieding_content .aanbieding_onderschrift {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.aanbieding_elders {
	position: absolute;
	font-size: 11px;
	left: -40px;
	top: 54px;
}

.aanbieding_elders span {
	font-size: 11px;
	text-decoration: line-through;
}

.aanbieding_onderschrift .aanbieding_voeg_toe {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	padding: 0 0 5px 10px;
	background-image: url(../images/voeg_toe.png);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}

.aanbieding_onderschrift .aanbieding_toegevoegd {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	width: 80px;
	padding: 0 10px 5px 10px;
	background-image: url(../images/toegevoegd.png);
	background-repeat: no-repeat;
	background-position: 80px 0px;
}

.aanbieding_content .aanbieding_elke_dag {
	position: absolute;
	left: -5px;
	bottom: 15px;
}

h2.pagina_titel,
h2.aanbiedingenpagina_titel {
	display: none;
}

h3.winkels {
	font-size: 18px;
	color: #F00;
	font-weight: normal;
	margin: 30px 0 10px 0;
}

img.pagina_titel {
	margin: 10px 0 0 0;
}

#pagina_content_container {
	position: relative;
}

#winkels_kaart {
	position: absolute;
	top: 0;
	right: 0;
}

.vestigingplaats {
	width: 711px;
	height: 25px;
	padding: 0 10px 0 10px;
	background: #F00;
	color: #FFF;
}

.vestigingadres {
	padding: 10px;
}
.vestigingadres_container {
	position: relative;
}

.vestigingadres a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

.vestigingadres_mededeling {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 6px;
	
	background: #FE0000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.winkel_image_over {
	position: absolute;
	left: 140px;
	top: 10px;	
}

#winkels_iframe_google {
	border: 0;
	width: 350px;
	height: 185px;
}

#debug_tabel td {
	vertical-align: top;
}

#aanbieding_mouseover {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	background-image: url(../images/aanbieding_mouseover.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 200px;
	margin: 0;
	z-index: 2000;
}

#aanbieding_mouseover_content {
	background: #FFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding: 10px 10px 10px 10px;
	width: 178px;
	margin: 0 0 26px 0 !important;
}

#aanbieding_mouseover h6 {
	font-size: 14px;
	font-weight: bold;
	color: #F00 !important;
}


#recept_print {
	font-weight: bold;
	font-size: 14px;
	color: #F00;
	width: 100%;
	text-align: right;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#recept_naar_bl {
	width: 418px;
	text-align: right;
	font-size: 14px;
	color: #F00;
	font-weight: bold;

	cursor: pointer;

	background-image: url(../images/printen_rood.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	margin: 5px 0 0 0;
	padding: 0 20px 0 0;
}

#boodschappenlijstje_printen {
	position: relative;
	margin: 10px 0 0 0;
	border: 1px solid black;
	padding: 10px;
}

#boodschappenlijstje_printen #printen {
	padding: 20px 40px 0 0;
	background-image: url(../images/printen.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	width: 36px;
	margin: 0 0 0 625px;
	color: #F00;
	font-weight: bold;
	cursor: pointer !important;
}

#boodschappenlijstje_titel {
	position: absolute;
	top: 70px;
	left: 10px;
}

#boodschappenlijstje_logo {
	position: absolute;
	top: 10px;
	right: 10px;
}

#boodschappenlijstje_content {
	margin: 120px 0 0 0;
}

#boodschappenlijstje_content table {
	width: 300px;
	border-collapse: collapse;
	border-top: 1px solid black;
	margin: 20px 0 0 0;
}

#boodschappenlijstje_content th {
	text-align: left;
	border-bottom: 1px solid black;
	line-height: 30px;
}

#boodschappenlijstje_content h6 {
	margin: 20px 0 0 0;
	color: #F00;
}

#boodschappenlijstje_content td.product {
	padding: 0 0 0 5px;
	width: 100%;
}

#boodschappenlijstje_content tr td {
	border-bottom: 1px solid black;
	line-height: 20px;
}

#recept_omschrijving h6 {
	font-weight: bold;
	color: #F00;
}

#recept_print_logo {
	display: none;
}

#nieuwsbrief_aanmelden_form,
#mail_a_friend_form {
	margin: 10px;
}

#mail_a_friend_form {
	margin-top: 30px;
}

#nieuwsbrief_aanmelden_form label.titel,
#mail_a_friend_form label.titel {
	font-weight: bold;
	display: inline-block;
	margin: 10px 0 10px 0;
}

#mail_a_friend_form h2,
h2.pagina_content {
	font-weight: bold;
	font-size: 14px;
	color: #F00;
	margin: 0 0 10px 0;
}

.error {
	color: #F00;
	font-weight: bold;
}

#google_maps_winkel {
	margin: 20px 20px 10px 20px;
	width: 378px;
	height: 250px;
	border:1px solid red;
}

#google_directions {
	width: 671px;
	height: 250px;
}

#mijn_emailadres,
#mail_a_friend_form input.text {
	border: 1px solid black;
	width: 300px;
}

#postcode {
	border: 1px solid black;
}

#homepage_footer {
	text-align:right;
	color: #F00;
	font-size: 10px;
}

#homepage_footer a {
	font-size: 10px;
}

#overlay {
	display: none;
	position: absolute;
	background: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index: 5000;
	top: 0px;
	left: 0px;
}

#overlay_content {
	display: none;
	background-color: #FFF;
	position: absolute;
	width: 500px;
	height: 330px;
	top: 0px;
	left: 0px;
	z-index: 5001;
	padding: 30px 20px 20px 20px;
	background-image: url(../images/commercial_sluiten.gif);
	background-repeat: no-repeat;
	background-position: 470px 7px;
	cursor: pointer;
}

#vraag_antwoord {
	list-style: none;
	font-style: italic;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
	width:711px;
}


#vraag_antwoord div span {
	display: none;
	margin: 0 0 10px 0;
}

#vraag_antwoord h4 {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000;
	cursor: pointer;
	padding: 0 0 0 0;
}

#contact input.text {
	width: 350px;
}

#contact textarea {
	width: 500px;
	height: 150px;
}

#contact select {
	width: 350px;
}

.lekker_proeven {
	float: right;
}

.lotto_margin {
	float: right;
	margin-right: 10px;
}

.lotto {
	float: right;
}

.lotto_groot_margin {
	float: right;
	margin-right: 15px;
}

.lotto_groot {
	float: right;
}

h1.bekroonde_wijnen {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0;
	background-image: url(../images/bekroonde_wijnen.gif);
	width: 731px;
	height: 70px;
}

h1.bekroonde_wijnen span {
	display: none;
}

#form_wijnen {
	background-color: #f2f2f2;
	background-image: url(../images/form_wijnen_verfijn_uw_keuze.gif);
	background-repeat: no-repeat;
	background-position: 17px 13px;
	padding-left: 168px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	width: 563px;
}
#form_wijnen select {
	width: 267px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#form_wijnen label {
	padding-left: 2px;
}

#wijnen {
	background-image: url(../images/wijnen_background.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #cccccc;
	width: 731px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

#geen_wijnen {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 716px;
	overflow: auto;
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#wijnen .wijn_rij {
	border-bottom: 1px solid #cccccc;
	overflow: auto;
	position: relative;
}

#wijnen .wijn {
	width: 365px;
	float: left;
	position: relative;	
}

#wijnen h3 {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wijnen .details {
	float: right;
	width: 260px;
}

#wijnen .details table {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 22px;
	margin-bottom: 22px;
	line-height: 18px;
	width: 240px;
}

.wijn td {
	vertical-align: top;
}

#wijnen .detail {
	font-weight: bold;
	padding-left: 5px;
}

#wijnen .recensies {
	width: 240px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 100px;
	line-height: 18px;
}

#wijnen .recensies li {
	list-style: none;
	margin: 0px;
	width: 250px;
}

#wijnen .fles {
	width: 80px;
	float: left;
}

#wijnen .fles img {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 70px;
}


#wijnen .prijs {
	position: absolute;
	bottom: 5px;
}

#wijnen .prijs.links {
	right: 367px;
}

#wijnen .prijs.rechts {
	right: 0px;
}

#wijnen .elke_dag_logo {
	position: absolute;
	bottom: 20px;
}

#wijnen .elke_dag_logo.links {
	right: 422px;
}

#wijnen .elke_dag_logo.rechts {
	right: 54px;
}

#wijnen .logos {
	position: absolute;
	bottom: 5px;
}

#wijnen .logos img {
	margin-right: 5px;
}
#wijnen .logos.links {
	left: 103px;
}

#wijnen .logos.rechts {
	left: 466px;
}

#wijnen_meer_info {
	margin-top: 15px;
	margin-bottom: 15px;
}


#pager {
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pager table {
	margin-left: auto;
	margin-right: auto;
}

#pager .vorige {
	text-align: right;
	padding-right: 7px;
}
#pager .volgende {
	text-align: left;
	padding-left: 7px;
}

#pager .number {
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px solid black;
}

#pager .number.first {
	border: 0;
}


#pager a {
	color: #000;
	text-decoration: none;
}

#pager .current {
	text-decoration: underline;
	font-weight: bold;
}

.lees_meer_block {
	display: none;
}

.lees_meer_link {
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
}

#form_ontwerpwedstrijd fieldset {
	border: 1px solid red;
	padding: 20px;
	
}

#form_ontwerpwedstrijd label {
	font-weight: bold;
}

#form_ontwerpwedstrijd .error {
	color: #FF0000;
}

#form_ontwerpwedstrijd div.veld {
	margin-bottom: 10px;
}

#ontwerpwedstrijd_bedankt {
	font-weight: bold;
	border: 1px solid red;
	padding: 20px;
}




/* kerst */

.kerst #zijbalk_background {
	margin-top: 44px;
	background-image: url(../images/zijbalk_background_kerst.gif);
	background-position: 0px 130px;
	background-repeat: no-repeat;
	background-color: #530000;
}

.kerst #zijbalk {
	background-image: url(../images/zijbalk_footer_kerst.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}

.kerst #logo {
	width: 236px;
	height: 131px;
	background-image: url(../images/logo_tas_kerst.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.kerst #links_container {
	width: 236px;
	background-image: url(../images/links_top_kerst.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
}

.kerst #links {
	overflow: auto;
	width: 190px;
	margin: 0px 13px 0px 13px;
	background-image: url(../images/links_footer_kerst.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.kerst #sfeerbeeld.hoog {
	height: 211px !important;
	background-color: #FFF;
}


#nieuwsoverzicht {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#nieuwsoverzicht h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#nieuwsoverzicht h3 a {
	font-size: 16px;
	text-decoration: none;
}

#nieuwsoverzicht h3 a:hover {
	text-decoration: underline;
}

#nieuwsoverzicht ul {
	margin: 0;
	padding: 0;
	width: 487px;
}

#nieuwsoverzicht li {
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#nieuwsoverzicht .inleiding {
	margin-top: 5px;
	margin-bottom: 10px;
}

#nieuwsoverzicht .lees-verder {
	text-decoration: none;
}

#nieuwsoverzicht .lees-verder:hover {
	text-decoration: underline;
}

#logobanner {
	background-image: url(../images/merken/logo_banner_background_top.png);	
	background-repeat: no-repeat;
	width: 236px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 00px;
	overflow: auto;
}

#logobanner h2 {
	background-image: url(../images/merken/onze_unieke_merken.png);
	background-repeat: no-repeat;
	width: 206px;
	height: 82px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 15px;
	display: block;
	
}

#logobanner h2 span {
	display: none;
}

ul.logobanner {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image: url(../images/merken/logo_banner_background_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

ul.logobanner li {
	background-image: url(../images/merken/logo_banner_background.png);
	list-style: none;
	margin:0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	
}

/******************************************************************************* fotowedstrijd */
#fotowedstrijd h2 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}

#fotowedstrijd label {
	font-weight: bold;
	color: #000;
	line-height: 30px;
}

#fotowedstrijd .input-text {
	border: 1px solid black;
	width: 250px;
	line-height: 20px;
	font-family: arial;
	font-size: 11px;
}

#fotowedstrijd .indent {
	padding-left: 25px;
}

#fotowedstrijd .error label {
	color: #F00;
}

#fotowedstrijd .error .input-text {
	border: 1px solid red;	
}

#fotowedstrijd-fotos {
	float: right;
	width: 252px;
	margin: 0;
	padding: 0;
}

#fotowedstrijd-thumbs {
	display: block;
	width: 252px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#fotowedstrijd-thumbs li {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #CCC;
	float: left;
	list-style: none;
	display: inline-block;
}

#fotowedstrijd-thumbs li.odd {
	margin-right: 3px;
}


#fotowedstrijd-winnaar {
	float: left;
	margin-top: 8px;
}

#fotowedstrijd-formulier {
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#fotowedstrijd-fotos h2 {
	margin-top: 3px;
	margin-bottom: 3px;
}

#fotowedstrijd-prijs {
	width: 470px;
}

#fotowedstrijd .pager {
	background-color: #f2f2f2;
	line-height: 24px;
	width: 248px;
	border-collapse: collapse;
	border-spacing:0;
}

#fotowedstrijd .pager td {
	padding: 0;
	margin: 0;
	width: auto;
	text-align: center;
}

#fotowedstrijd .pager a {
	color: #000;
	text-decoration: none;
}

#fotowedstrijd .pager a.current {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


#fotowedstrijd .pager .vorige {
	padding-left: 10px;
	text-align: left;
}

#fotowedstrijd .pager .volgende {
	text-align: right;
	padding-right: 10px;
}

#fotowedstrijd .pager .number {
	padding: 0 !important;

}

#fotowedstrijd-winnaar-foto {
	position: relative;
	margin-bottom: 30px;
}

#fotowedstrijd-winnaar-banner {
	position: absolute;
	bottom: -30px;
	left: 0px;
}

#fotowedstrijd .ingezonden-door {
	width: 458px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#standaard_banner_stempel {
	width: 236px;
}


#standaard_banner_stempel img {
	border: 0;
}




/*----------------------------------------------------------------------------- SLIDER */

.nivoSlider {
	width:731px;
	height:211px;
	position:relative;
	margin:0;
	float:left;}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:0px;}

.nivoSlider a {
	position:absolute;
	top:0px;
	left:0px;
	width:731px;
	height:211px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	cursor:pointer;}

.nivo-caption {
	display:none;}

.nivo-directionNav a {
	display:none;}
.nivo-prevNav {
	display:none;}
.nivo-nextNav {
	display:none;}

.nivo-controlNav a {
	display:none;}

#credits {
	padding-top: 5px;
	padding-left: 10px;
}

#credits a {
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	color: #999;
}


#banner_temp_container {
	background-image: url(../images/links_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 17px;
}


#banner_temp {
	background-image: url(../images/links_top.gif);
	background-repeat: no-repeat;
	
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
