* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	span.highlighted {
		background-color: #FFFF00;
		font-weight: bold;
		color: #808080;
	}
	
	label.failed 
	{
		color: #FF0000;
	}
	
	p.date {
		font-size: 10px;
		color: #8AB2DB;
	}
	
	a {
		color: #f5038a;
		text-decoration: underline;
	}	
	
	a.Link_roze {
		color: #f5038a;
		text-decoration: underline;
	}
	
	a.Pijl_roze_rechts {
		background: url('../images/arrows/pink_arrow.gif') no-repeat 0px 50%;
		text-decoration: none;
		padding-left: 12px;
	}	
	
	a.Pijl_roze_links {
		background: url('../images/arrows/pink_arrow_l.gif') no-repeat 100% 50%;
		text-decoration: none;
		padding-right: 12px;
	}

	/********************************************/
	
	body {
		background-color: #FFF;
		background-image: url('../images/layout/page_bg.gif');
		background-repeat: repeat-x;
		background-position: top left;				
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #808080;
		line-height: 18px;
	}
	
	/********************************************/
	
	.text {
		width: 313px;
		height: 18px;
		border: 1px solid #bfbfbf;
		color: #808080;
		font-family: Arial, Verdana;
		font-size: 12px;
		padding-top: 4px;
		padding-left: 4px;
	}
	
	.textarea {
		width: 313px;
		border: 1px solid #bfbfbf;
		font-family: Arial, Verdana;
		color: #808080;
		font-size: 11px;
		padding-top: 4px;
		padding-left: 4px;
	}
	
	.select {
		border: 1px solid #9f9f9f;
		color: #808080;
		font-size: 8pt;
		padding: 2px;
		min-width: 150px;
	}
	
	input.searchField {
		width: 115px;
		height: 14px;
		float: left;
		font-size: 8pt;
		color: #808080;
		border: 1px solid #f5038a;
		margin: 7px 7px 0px 0px;
		padding: 3px 3px 4px 3px;
	}
		
	/********************************************/
	
	div#whiteDiv {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
		background: url('../images/layout/shadow.png') repeat-y;
	}
	
	/*******************menu*********************/
	
	div#menuDiv {
		width: 960px;
		height: 85px;
/*		background-image: url('../images/menu/bg.png');
		background-position: top left;
		background-repeat: repeat-x;*/
		background-color: #fff;
	}
	
	div#menuDiv div.menuContainer {
		width: 710px;
		height: 30px;
		float:right;
		position: relative;
		top: 30px;
	}
	
	a.menuLink {
		height: 30px;
		display: block;
		float: left;
	}
	
	div.menuNormal {
		padding: 0px 20px;
		height: 30px;
		float: left;
		cursor:pointer;
	}
	
	div.img {
		background: url('../images/menu/line.gif') no-repeat top left;
		height: 30px;
		float: left;
	}
	
	div.menuHover {
		background-image: url('../images/menu/hov_act_arrow.gif');
		background-position: 7px 30%;
		background-repeat: no-repeat;
	}
	
	div.menuActive {
		background-image: url('../images/menu/hov_act_arrow.gif');
		background-position: 7px 30%;
		background-repeat: no-repeat;
	}

	/***************sub-menu*********************/
	
	.popupMenu {
		position: absolute;
		z-index: 100;
		width: 161px;
		display: inline;
		float: left;
	}
	
	.popupMenu ul {
		list-style-type: none;
		width: 161px;
		border: 1px solid #FFFFFF;
		border-bottom: 0;
	}
	
	.popupMenu ul li {
		width: 161px;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.popupMenu ul li div a {
		text-decoration: none !important;
		margin-left: 16px;
		display: block;
	}
	
	.popupMenu ul li div {
		width: 161px;
		text-align: left;
		line-height: 29px;
		display: block;
	}
	
	div.normal {
		background-color: #c0c0c0;
	}
	
	div.normal a {
		color: #FFFFFF;
	}

	div.hover {
		background-color: #e5e5e5;
/*		background-image: url('../images/arrows/submenu.gif');
		background-position: 90% 50%;
		background-repeat: no-repeat;*/
	}
	
	div.hover a {
		color: #808080;
	}
	
	/****************side-menu*******************/
	
	div#sidemenuDiv {
		width: 225px;
		float: left;
	}
	
	ul#sidemenuList {
		width: 185px;
		list-style-type: none;
	}
	
	ul#sidemenuList li {
		width: 185px;
		height: 30px;
		border-top: 1px solid #d9d9d9;
		line-height: 30px;
	}
	
	ul#sidemenuList li a {
		color: #808080;
		text-decoration: none;
		padding-left: 15px;
		background-image: url('../images/arrows/sidemenu_pink_grey.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}

	ul#sidemenuList li a:hover {
		color: #f5038a;
		text-decoration: none;
		padding-left: 15px;
		background-image: url('../images/arrows/sidemenu_pink_arrow.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}
	
	ul#sidemenuList li a.active {
		color: #f5038a;
		padding-left: 15px;
		background-image: url('../images/arrows/sidemenu_pink_arrow.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}
	
	ul#sidemenuList li a.subActive {
		color: #808080;
		padding-left: 15px;
		background-image: url('../images/arrows/sidemenu_pink_grey.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}
	
	/***************logo*************************/
	
	div#logo {
		width: 250px;
		height: 85px;
		float:left;
	}
	
	/***************header**********************/
	
	div#header {
		width: 960px;
		height: 198px;
		/*background-color: #f5038a;*/
	}
	div#header div {
		float:left;
	}
	
	/***************content*********************/
	
	div#content {
		width: 495px;
		float:left;
		padding: 0px 15px;
		/*text-align: justify;*/
	}
	
	div#content li {
		margin-left: 15px;
	}
	
	/***************footer**********************/
	
	div#footer {
		width: 930px;
		height: 34px;
		padding: 0px 15px;
		clear:both;
		background-color: #fff;
	}
	
	div#footer div.bg {
		width: 910px;
		height: 34px;
		background: url('../images/layout/footer_bg.gif') repeat-x top left;
		line-height: 34px;
		padding-left: 20px;
		color: #fff;
	}
	
	div#footer div.bg a.footerLink {
		color: #fff;
		text-decoration: none;
	}
	
	div#footer div.bg a:hover.footerLink {
		text-decoration: underline;
	}
	
	div.shadowBot {
		background: url('../images/layout/shadowBot.png') no-repeat;
		width: 1000px;
		height: 17px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/***************sideItems*******************/

	div#sideItems {
		float: left;
		width: 210px;
	}
	
	div#container {
		min-height: 500px;
		background-color: #fff;
		float:left;
	}
	
	/***************home************************/
	
	div.float {
		float: left;
		padding: 0px 7.5px;
	}
	
	table.homeTable td {
		vertical-align: top;
	}
	
	/**************products table*****************/
	
	table.products {
		width: 500px;
	}
	
	table.products td {
		padding: 10px 0px 5px 5px;
		vertical-align: top;
	}
	
	table.products p.title {
		font-weight: bold;
		color: #f5038a;
		font-size: 9pt;
	}
	
	table#productInfo {
		width: 500px;
	}
	
	table#productInfo li {
		margin-left: 15px;
	}
	
	table#productInfo td {
		vertical-align: top;
		
	}
	
	/***************order***********************/
	
	table.orderlist {
		width: 600px;
	}
	
	table.orderlist td {
		padding: 3px;
	}
	
	table.orderlist tr.odd {
		background-color: #ddd;
	}
	
	table.orderlist tr.even {
		background-color: #eee;
	}
	
	/***************bestellen****************/
	
	table.bestellen {
		width: 500px;
	}
	
	table.bestellen td {
		padding: 3px;
		vertical-align: top;
		/*border:1px solid #000;*/
	}
	
	table.bestellen input.text {
		border: 1px solid #9f9f9f;
		font-size: 8pt;
	}
	
	table.bestellen textarea.text {
		border: 1px solid #9f9f9f;
		height: 47px;
		font-size: 8pt;
	}
	
	table.bestellen select {
		border: 1px solid #9f9f9f;
		color: #808080;
		font-size: 8pt;
		padding: 2px;
	}
	
	/***************tabDiv****************/
	
	div.divTabActive, div.divTabActiveProd {
		float: left;
		border: 2px solid #f5038a;
		border-bottom: 0;
		padding: 3px 2px;
		cursor: pointer;
		background: #f5038a;
		color: #fff;
		font-weight: bold;
		width: 98px;
		text-align: center;
	}
	
	div.divTabNormal, div.divTabNormalProd {
		float: left;
		border: 2px solid #808080;
		border-bottom: 0;
		border-right: 0;
		padding: 3px 2px;
		cursor: pointer;
		background: #808080;
		color: #fff;
		font-weight: bold;
		width: 97px;
		text-align:center;
	}
	
	div.divTabNormalProd, div.divTabActiveProd {
		width: auto;
		padding: 3px 22px;
	}
	
	div.tabDiv, div.tabDivProd {
		clear:left;
		float:left;
		min-height: 200px;
		width: 500px;
		border:2px solid #808080;
		border-top: 0;
		padding: 3px 7px;
	}
	
	div.tabDivProd {
		width: 497px;
	}
	
	/***************popupLoginDiv****************/
	
	div.cartInfoDiv {
		padding: 5px;
		position:absolute; 
		z-index: 300; 
		width: 500px; 
		min-height: 100px; 
		border:1px solid #808080; 
		background-color: #fff;
	}
	
	div.cartInfoDiv td {
		/*border:1px solid #000;*/
		vertical-align: top;
		padding: 3px;
	}
	
	div#overlay {
		width: 1px;
		height: 1px;
		background-color: #000;
		opacity: 0.6;
		filter: alpha(opacity=60);
		z-index: 199;
		top: 0px;
		left: 0px;
		position:absolute;
	}
	
	div#shadow {
		width: 1px;
		height: 1px;
		background-color: #000;
		opacity: 0.6;
		filter: alpha(opacity=60);
		z-index: 198;
		top: 0px;
		left: 0px;
		position:absolute;
	}
	
	div#popupDiv, div#homePopup {
		position:absolute;
		border:1px solid #000;
		background: #fff;
		padding: 5px;
		z-index: 400;
		min-height: 100px;
		width: 364px;
	}
	
	div#homePopup {
		background: url('../images/layout/popup_bg.gif') no-repeat top left;
		width: 591px;
		height: 391px;
		padding: 0px;
		border:0;
		color: #fff;
	}
	
	div#homePopup table.popupTable {
		width: 574px;
	}
	
	div#homePopup table.popupTable td {
		text-align: center;
		vertical-align: top;
	}
	
	div#homePopup table.popupTable div.popupButton {
		cursor: pointer;
		background: url('../images/layout/popup_button.gif') no-repeat top left;
		width: 184px;
		height: 29px;
		padding-bottom: 3px;
		color: #f5038a;
		font-weight: bold;
		text-align: left;
	}
	
	div#homePopup table.popupTable div.popupButton p {
		padding-left: 25px;
		padding-top: 7px;
	}
	
	/***************orders****************/
	
	table#orders {
		width: 700px;
	}
	
	table#orders td {
		vertical-align: top;
		border-bottom: 1px solid #808080;
		padding: 2px;
	}

	table#orders td a
	{
		color: #808080;
		text-decoration: none;
	}
	
	table#orders tr.cursor {
		cursor: pointer;
	}
	
	div.extraInfo {
		color: #000; 
		position:absolute; 
		
		margin-left: 600px; 
		background-color: #ffffcc; 
		border:1px solid #000; 
	}
	
	table#extraInfo {
		width: 110px;
	}
	
	table#extraInfo td {
		border:0;
	}
	
	/***************formReg****************/
	
	table.formReg {
		width: 500px;
	}
	
	table.formReg td {
		/*border:1px solid #000;*/
		vertical-align: top;
		padding: 3px;
	}
	
	/***************shoppingCart************/
	
	table.shoppingCart {
		width: 150px;
	}
	
	table.shoppingCart td {
		padding: 3px;
		vertical-align: top;
		/*border:1px solid #000;*/
	}
	
	/***************userTable***************/
	
	table#userTable {
		width: 650px;
	}
	
	table#userTable td {
		vertical-align: top;
		padding: 2px;
	}
	
	/***************forumThread***************/
	
	table.forumThread th {
		background-color: #808080;
		height: 20px;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
	}
	
	table.forumThread td {
		border-bottom: 1px solid #F5038A;
		font-size: 11px;
	}
	
	/***************user files***************/
	
	a.download {
		background: url('../images/icons/icon_leaf.gif') 0px 50% no-repeat;
		padding-left: 15px;
		text-decoration:none;
	}
	
	p.folder {
		background: url('../images/icons/icon_folder.gif') 0px 50% no-repeat;
		padding-left: 20px;
	}
	
	div.folder {
		margin-left: 19px;
	}
	
	p.t {
		background: url('../images/icons/t.gif') 0px 50% no-repeat;
		padding-left: 20px;
	}
	
	p.t_end {
		background: url('../images/icons/t_end.gif') 0px 50% no-repeat;
		padding-left: 20px;
	}
	
	div.plus {
		background: url('../images/icons/plus.gif') top left no-repeat;
		padding-left: 16px;
	}
	
	div.minus {
		background: url('../images/icons/minus.gif') top left no-repeat;
		padding-left: 16px;
	}
	
	input.ideal_button
	{
		background: White url('../images/icons/ideal_button.png') top left no-repeat;
		border: 1px solid #F5038B;
		font-weight: bold;
		color: #F5038B;
		cursor: pointer;
		padding-left: 20px;
	}
	
	#hours
	{
		height: 100px;
	}
	
	#hoursInputPrint
	{
		display: none;
		visibility: hidden;
	}
	
	div.mainContainer
	{
		width: 960px; 
		margin-left: auto; 
		margin-right: auto;
	}
	
	.loader
	{
		background: url('../images/layout/loader.gif') no-repeat center center;
		min-height: 100px;
		height: auto !important;
		height: 100px;
	}

.orderSearchList
{
	 width:700px; 
	overflow-x:none;
}

.width65
{
	width: 65px;
}

.width80
{
	width: 80px;
}

.width100
{
	width: 100px;
}

.width200
{
	width: 200px;
}

.width300
{
	width: 300px;
}
