/*MAIN STYLE*/

* {
	margin:				0px;
	padding:			0px;
}

img {
	border:				0px;
}

body {
	font-family: 		calibri, arial, "times new roman";
	font-size: 			9px;
	line-height:		20px;
	text-align: 		center;
	background:			#EAF0FC;
	white-space: 		normal
}

p {
	font-size: 			12px;


}

/* ========== BASE LAYOUT ========== */

div#container {
	position:			relative;
	margin:				0px auto;
	width:				1020px;
	height:				auto;
	background-color:	#ffffcc;
	text-align:			left;	
}

div#top_menu
{
	position:			relative;
	left:				0px;
	float:				left;
	clear:				both;
	width:				1020px;
	height:				23px;
	margin-bottom:		3px;
	background:			#ffffcc;
	font-size: 			160%;
	
	color:				black;
	text-align: 		center;
	z-index:			999;
}

div#language
{
	position:			relative;
	left:				0px;
	top:				100px;
	float:				left;
	clear:				both;
	width:				1020px;
	height:				200px;
	margin-bottom:		3px;
	background:			#ffffcc;
	font-size: 			160%;
	
	color:				black;
	text-align: 		center;
	z-index:			1000;
}

div#top_menu a:visited,
div#top_menu a:link {
	color:				black;
	text-decoration:	none;
}

div#top_menu a:active,
div#top_menu a:hover {
	color:				orange;
	text-decoration:	none;
}

div#header {
	float:				left;
	clear:				both;
	width:				1020px;
	height:				auto; /*150px;*/
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
	background:			#FFFFFF;
	color:				white;
	margin-bottom:		2px;
}

div#prod_menu {
	position:			relative;
	left:				0px;
	float:				left;
	font-size:			16px;
	width:				1020px;
	height:				auto;
	margin-bottom:		2px;
	
	background:			#ffffcc;
	
	/*text-align: 		center;*/
	z-index:			998;
}

div#prod_menu a:visited,
div#prod_menu a:link {
	color:				white;
	text-decoration:	none;
}

div#prod_menu a:active,
div#prod_menu a:hover {
	color:				orange;
	text-decoration:	none;
}

div.prod_menu_between {
	display:block;
	position:relative;
	float:left;
	width:2px;
	height:31px;
	background-image:url(http://www.seuren-health.com/images/between.gif);
	background-repeat: no-repeat;
		z-index:			999;
}

div.prod_menu_bg {
	display:block;
	position:relative;
	float:left;
	background-image:url(http://www.seuren-health.com/images/bg_menu.gif);
	width:auto;
	height:23px;
		z-index:			999;
		padding:4px 4px 4px 4px;
}



















div#content_left {
	position:			relative;
	top:				0px;
	left:				3px;
	float:				left;
	width:				185px;
	padding:			0px 0px 0px 0px;
	height:				auto;
	background:			#F3CE4F;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
	font-size: 			150%;
	font-weight: 		bold;
	color:				black;
	text-align: 		left;

}

div#content_left a:visited,
div#content_left a:link {
	color:				black;
	text-decoration:	none;
}

div#content_left a:active,
div#content_left a:hover {
	color:				blue;
	text-decoration:	none;
}

div#content_main {
	position:			relative;
	top:				0px;
	left:				10px;
	float:				left;
	width:				610px;
	padding:			19px 10px 0px 10px;
	height:				auto;
	background:			white;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
}

div.content_block_large {
	position:			relative;
	top:				0px;
	left:				0px;
	float:				left;
	width:				166px;
	padding:			5px 20px 20px 5px;
	height:				275px;
	margin-bottom:		10px;
	margin-right:		10px;
	background:			#FFFFFF;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;/*#ADDAFC;*/
}

div.new_prod_block_top	{
	position:			relative;
	top:				0px;
	left:				0px;
	float:				left;
	width:				100%;
	height:				40px;
	text-align: 		center;
	font-size:			12pt;
	
}

div.new_prod_block_foto	{
	position:			relative;
	top:				30px;
	left:				0px;
	float:				left;
	width:				100%;
	height:				100px;
	text-align: 		center;
}

div.new_prod_block_midden	{
	position:			relative;
	top:				55px;
	left:				0px;
	float:				left;
	width:				100%;
	height:				20px;
	text-align: 		center;
}

div.new_prod_block_bottom	{
	position:			relative;
	top:				55px;
	left:				0px;
	float:				left;
	width:				100%;
	height:				30px;
	text-align: 		center;
}

div.new_prod_block_button	{
	position:			relative;
	top:				75px;
	left:				0px;
	float:				left;
	width:				100%;
	height:				30px;
	text-align: 		center;
}

table.new_prod_block	{
	width:				100%;
	font-size:			16px;
	color:				#000000;

}


table.prod_display	{
	background:			#FEFBC0;
	font-size: 			140%;
}

table.prod_display_intro	{
	background:			#FEFBC0;
	font-size: 			140%;
}

table.prod_display_small	{
	background:			#FEFBC0;
	width:				100%;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
	font-size: 			120%;
	font-weight: 		bold;
	color: 				#000000;
	
}

table.t_header	{
	width:				100%;
	background:			#FEFBC0;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
	font-size: 			140%;
}

table.main	{
	font-size: 			12px;

}

table.prod_display a:visited,
table.prod_display a:link {
	color:				black;
	font-weight: 		bold;
	text-decoration:	none;
}

table.prod_display a:active,
table.prod_display a:hover {
	color:				orange;
	font-weight: 		bold;
	text-decoration:	none;
}

table.prod_display_small a:visited,
table.prod_display_small a:link {
	color:				black;
	font-weight: 		bold;
	text-decoration:	none;
}

table.prod_display_small a:active,
table.prod_display_small a:hover {
	color:				black;
	font-weight: 		bold;
	text-decoration:	none;
}

#parimeter	{
	
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
}

table.prod_detail	{
	width:				100%;
	background:			#FFFFE0;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
	padding:			2px;
	font-size: 			140%;	
}

table.winkelwagen	{
	width:				100%;
	font-size:			140%;
}

table.winkelwagen a:visited,
table.winkelwagen a:active,
table.winkelwagen a:link {
	color:				black;
	font-weight: 		normal;
	text-decoration:	none;
}

table.winkelwagen a:hover	{
	color:				blue;
	font-weight: 		bold;
	text-decoration:	none;
}

table.winkelwagen2	{
	width:				100%;
	font-size:			140%;
	
}

table.gegevens	{
	width:				100%;
	font-size:			140%;
}

table.gegevens_velden	{
	width:				100%;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#C0C0C0;
	padding:			5px;
	font-size:			140%;
}

table.persoons_gegevens	{
	width:				100%;
	font-size:			140%;
}

table.orderconfirmation	{
	width:				100%;
	font-size:			140%;
}

table.uberseuren	{
	width:				100%;
	font-size:			140%;
}

table.default_info	{
	width:				100%;
	font-size:			140%;
}

div#content_right {
	position:			relative;
	top:				0px;
	right:				3px;
	float:				right;
	width:				175px;
	height:				auto;
	background:			transparent;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#FF9900;
	z-index:			2000;

}



/* INPUT FORMS AND BUTTONS */

input.text_box	{
	height:				20px;
	border-width:		1px;
	border-style:		solid;
	border-color:		#FDC777; /*C0C0C0;*/
	background:			#ffffff;
}

input.button	{
	height:				22px;
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
	font-family:		verdana;
	font-size: 			90%;
	font-weight: 		bold;
	color:				#ffffff;
	background:			#F5AA22;
	padding:			2px;
	
}

.dropdown	{
	border-width:		1px;
	border-style:		solid;
	border-color:		#FDC777;
}



/* Headers */
	h1
	{
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	}
	
	h2
	{
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	}
	
	h3
	{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	}

/* ===== LEFT OVER OLD STYLE SHEET */