/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

HTML {
 overflow: -moz-scrollbars-vertical; 
 overflow-x: auto; 
}

HTML, BODY {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

BODY {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #353C73 url(../images/bg_page.png);
}

IMG {
	border: 0;
}


FORM {
	margin: 0;
	padding: 0;
}

H1 {
	font-weight: bold;
	font-size: 16px;
	color: #ED008C;
}

H2, H3, H4, H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

A {
	color: #ED008C;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

A:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ED008C;
}

DT {
	font-weight: bold;
}

DD {
	margin-bottom: 20px;
}

TD {
	font-size: 12px;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}

.clear_w_height {
	height: 35px;
	clear: both;
	float: none;
}

.main_msg {
	border: none;
	border: 1px solid red;
	background: #ffdddd;
	padding: 10px;
}

.msg_success {
	border: none;
	border: 1px solid #008000;
	background: #b7ffb7;
	padding: 10px;
}

.main_msg LEGEND {
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}

.formset {
	border: none;
	border: 1px solid #A0A18A;
	padding: 10px;
	margin-bottom: 10px;
}

.formset LEGEND {
	color: #A0A18A;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #A0A18A;
}

.contactpage {
	background: white;
}

.products_home {
	background: white;
	padding: 2px;
	border: 1px solid #CECECE;
}

/****************/
/***** ID'S *****/
/****************/

#body_bg {
	position: relative;
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
	background-image: url(../images/bg_stars.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	margin: 0;
	padding: 0;
	padding-bottom: 84px;
}

#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 10px;
	background: url(../images/bg_content_bg.png) top right no-repeat;
}

#header {
	position: relative;
	width: 900px;
	height: 266px;
	background: url(../images/bg_header.png) no-repeat;
}

#header_logo {
	position: absolute;
	top: 8px;
	left: 20px;
}

#header_nav {
	position: absolute;
	width: 186px;
	height: 136px;
	left: 0;
	top: 130px;
	text-align: right;
}

#header_nav UL {
	display: block;
	list-style: none;
	line-height: 2.25;
	margin: 0;
	padding: 0;
}

	#header_nav A {
		font-weight: bold;
		color: white;
		text-decoration: none;
		border: none;
		padding-right: 12px;
	}
	#header_nav A:hover {
		color: #000;
		border: none;
	}


#cart {
	position: absolute;
	width: 212px;
	height: 23px;
	top: 7px;
	left: 220px;
	text-align: center;
}

#payoff {
	position: absolute;
	top: 15px;
	left: 560px;
}

#sq_kadootjes_big {
	position: absolute;
	text-align: center;
	width: 221px;
	height: 199px;
	top: 67px;
	left: 196px;
	background: white url(../images/bg_kadootjes-big.png) no-repeat;
}

.link_kado {
	position: absolute;
	top: 5px;
	left: 5px;
	border: none
}

#sq_kadootjes_big A {border:none}

#sq_kraampakketten_big {
	position: absolute;
	text-align: center;
	width: 221px;
	height: 199px;
	top: 67px;
	left: 427px;
	background: white url(../images/bg_kraampakketten-big.png) no-repeat;
}


#sq_kraampakketten_big A {border:none}

#sq_bedrijven_big {
	position: absolute;
	text-align: center;
	width: 220px;
	height: 199px;
	top: 67px;
	left: 658px;
	background: white url(../images/bg_bedrijven-big.png) no-repeat;
}

#sq_bedrijven_big P {
	line-height: 1.4;
	margin-top: 145px;
	font-weight: bold;
}

#sq_bedrijven_big A {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ED008C;
}

#sq_bedrijven_big A:hover {
	color: #ED008C;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#sq_kadootjes_big IMG.product,
#sq_kraampakketten_big IMG.product {
	margin-top: 30px;
	vertical-align: middle;
}

.starlinks {
	margin-top: 10px;
	height: 20px;
}

.starlinks A {
	color: black;
	border-bottom: 1px dotted #ED008C;
	text-decoration: none;
}

.starlinks A:hover {
	color: #ED008C;
	border-bottom: 1px dotted black;
}

#left_pane {
	width: 150px;
	margin-top: 10px;
	margin-left: 16px;
	float: left;
}


#left_pane P A {
	border:none;
}

#content_holder {
	width: 451px;
	margin-top: 10px;
	margin-left: 30px;
	float: left;
}

#content {
	margin: 10px;
}

#content UL {
	list-style-image: url(../images/bullet.png);
}

#content_bottom {
	height: 14px;
	width: 451px;
}

#right_pane {
	width: 220px;
	margin-top: 10px;
	margin-left: 11px;
	float: left;
}
#right_pane A {border: none}

#rightpane_bottom {
	height: 6px;
	width: 220px;
}

#footerspace {
	height: 84px;
	clear: both;
}

body > #body_bg {height: auto; min-height: 100%}

#footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -450px;
	margin-top: -92px;
	width: 900px;
	height: 92px;
	background: url(../images/bg_footer.png) bottom no-repeat;
}

#footer_links {
	position: relative;
	top: 34px;
	left: 196px;
	width: 682px;
	height: 20px;
	color: white;
	text-align: center;
}

#footer_links A {
	font-weight: bold;
	color: white;
	margin-left: 6px;
	margin-right: 6px;
}
#footer_links A:hover {
	color: #ED008C;
	border-bottom: 1px dotted white;
	margin-left: 6px;
	margin-right: 6px;
}

#footer_credits {
	position: relative;
	top: 45px;
	left: 404px;
	width: 280px;
	height: 20px;
	font-size: 10px;
	color: silver;
	text-align: center;	
}

/**********************/
/***** MIJNWINKEL *****/
/**********************/

#mw_body_bg {
	width: 100%;
	background-image: url(../images/mw/mw_bg.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0;
	margin: 0;
	padding: 0;
}

#mw_container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 10px;
	background: url(../images/mw/mw_bg_content_bg.png) top right no-repeat;
}

#mw_header {
	position: relative;
	width: 900px;
	height: 130px;
	background: url(../images/mw/mw_bg_header.png) no-repeat;
}

#mw_nav {
	width: 186px;
	height: 136px;
	left: 0;
	top: 130px;
	text-align: right;
	background: url(../images/mw/mw_bg_nav.png) no-repeat;
}

#mw_nav UL {
	display: block;
	list-style: none;
	line-height: 2.25;
	margin: 0;
	padding: 0;
}

	#mw_nav A {
		font-weight: bold;
		color: white;
		text-decoration: none;
		border: none;
		padding-right: 12px;
	}
	#mw_nav A:hover {
		color: #000;
		border: none;
	}


#mw_sq_kadootjes {
	position: absolute;
	text-align: center;
	width: 221px;
	height: 63px;
	top: 67px;
	left: 196px;
}

#mw_sq_kraampakketten {
	position: absolute;
	text-align: center;
	width: 221px;
	height: 63px;
	top: 67px;
	left: 427px;
}

#mw_sq_bedrijven {
	position: absolute;
	text-align: center;
	width: 220px;
	height: 63px;
	top: 67px;
	left: 658px;
}

#mw_sq_bedrijven A {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ED008C;
}

#mw_sq_bedrijven A:hover {
	color: #ED008C;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}


.mw_starlinks {
	margin-top: 36px;
	height: 20px;
}

.mw_starlinks A {
	color: black;
	border-bottom: 1px dotted #ED008C;
	text-decoration: none;
}

.mw_starlinks A:hover {
	color: #ED008C;
	border-bottom: 1px dotted black;
}


#mw_sq_bedrijven P {
	margin-top: 36px;
	font-weight: bold;
}

#mw_left_pane {
	width: 186px;
	float: left;
}

#mw_search {
	width: 170px;
	height: 50px;
	margin-left: 7px;
	margin-top: 38px;
	background: url(../images/mw/mw_bg_search.png) no-repeat;
}


#mw_content_holder {
	width: 682px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#mw_footer {
	margin: 0 auto;
	width: 900px;
	height: 102px;
	background: url(../images/mw/mw_bg_footer.png) bottom no-repeat;
}
