/* Default system wide settings */
p, ul, ol, blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Standard Text sizes */  

body, p, ol, td, th  
{  
	font-size: 12px;  
}  

/* Application settings */
	
	a
	{
		color: #007283;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}

	body
	{
		font-family: arial, helvetica, sans-serif;
		color: black;
		background: white url( http://www.marketingonline.nl/images/all-bg.gif );
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	
	div#SubNavigatieContainer,
	table#Container
	{
		background-color: #FFFFFF;
		table-layout: fixed;
		margin: 0px auto;
		width: 960px;
	}

	h5,
	h1.titel
	{
		margin: 0px 0px 10px;
		padding: 0px;
		font-size: 14px;
	}
	
	h2.subtitel
	{
		margin: 2px 0;
		font-style: italic;
		font-size: 1em;
	}
	
	
	hr
	{
		clear: both;
		color: #000000;
		background-color: #000000;
		height: 1px;
		border: none;
	}
	
	img
	{
		border: none;
	}	
	
	li
	{
		vertical-align: middle;
	}
	
	p
	{
		padding: 0px;
	}
	
	th
	{
		padding: 0px;
		text-align: left;
		vertical-align: top;
	}

	td
	{
		text-align: left;
		vertical-align: top;
	}

   ul 
   {
	   list-style-image: url(_images/ListBullet.gif);
   }
			
	/* Form Input Styles */
	
	button
	{
		background: #CCCCCC;
		border: 1px;
	}
	
	form
	{
		margin: 0px;
		padding: 0px;
	}
	
	input
	{
	
	}
	
	select
	{
	}

   .text {
		color					: #333333;
		background			: transparent;
		margin				: 3 0 1 0;
		padding				: 0;
	}
	
	textarea {
		font-family: arial;
	}
	
	/* Main Layout Styles */
	
	td#footer
	{
		color: #808080;
		font-size: 10px;
		padding: 0px 10px 2px;
	}
	
	td#header
	{
		text-align: center;
		background: #007283;
	}
	
	td.menubar
	{
		background: #BBD7CA;
		color: #007283;
		padding: 3px 6px;
		vertical-align: middle;
		text-align: left;
		font-weight: bold;
		white-space: nowrap;
	}
	
	td.menubar a
	{
	   color: black;
	}
	
	td#left
	{
		font-size: 13px;
		width: 150px;
		padding: 20px 10px 0px 10px;
	}
	
	td#right
	{
		padding: 20px 10px 50px;
		width: 80%;
	}
	
	/* Cover Image Styles */
	
	.cover img
	{
		float: left;
		padding: 0px;
		margin: 3px 10px 10px 0px;
		border: 1px solid black;
		width: 100px;
	}

	.coverSmall img  
	{  
		float: left;  
		margin: 0px;  
		margin: 3px 10px 10px 0px;  
		border: 1px solid black;  
		width: 50px;
		height: 70px;  
	}	
	
	/* Highlight */
	
	.highlight
	{
		background: White;
		padding: 10px;
	}
	
	.highlight h5
	{
		text-align: center;
	   border-bottom: 1px solid #999999;
	}
	
	
	table#MainTable
	{
		width: 780px;
		border: 2px solid #007283;
	}

	.KeywordHighlight
	{
		background: #E5ECF3;
	}
	
	/* Sidebar Styles */
	
	div.sidebar,
	div.sidebar td
	{
		background: #E0EBD0;
		border: 1px solid #999999;
		clear: both;
		margin: 0px 0px 15px;
		padding: 0px;
		font-family: Verdana;
		font-size: 10px;
		text-overflow: ellipsis;
	}
	
	div.sidebar h5
	{
		background: #BBD7CA;
		color: black;
		font-size: 12px;
		font-weight: bold;
		font-family: arial, helvetica, sans-serif;
		margin: 0px;
		padding: 1px 0px 3px;
		text-align: left;
	}
	
	div.sidebar a
	{
		color: #333333;
	}
	
	div.sidebar ul
	{
		margin: 3px 3px 3px 20px;
		padding: 0px;
	}
		
	/* OrderCard styles */
	.Alert  
	{  
		color: Red;  
		font-weight: bold;  
	}  
		
	.center
   {
      text-align: center;
   }
   
   .moreLink {
      font-weight: bold;
   }
   
	.orderCellRight {
	   text-align: right;
	}

   .orderConfirm {
      border: 1px solid red;
      text-align: center;
      padding: 5px;
   }

	img.OrderImage  
	{  
		width: 110px;  
	}  

   .orderDescription {
      padding-left: 5px;
   }
   
   .OrderLink {
	   color: white;
	   font-weight: bold;
	   background: #1BA9C3;
		border-top: 1px solid white;
		border-left: 1px solid white;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
	   padding-right: 5px;
	
	}	

   .OrderLink:hover {
	   text-decoration: none;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}	

   .orderTable {
      border: 1px solid #C0C0C0;
   }
   
	.orderItemLink
	{
	   font-weight: bold;
		color: #1BA9C3;
		text-decoration: none;
	}
	
	td.MailFormLabel
	{
		padding-top: 5px;
	}
	
	.SmallDescription
	{
		font-size: 11px;
		color: #666666;
		margin-bottom: 3px;
		display:block;
	}
	
/* Popup styles */

#PopupContent
{
	padding: 1em 0.5em;
}

#PopupFooter
{
	background: #F6EA00;
	font-size: 10px;
	height: 12px;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
	width: 100%;
}

#PopupHeader
{
	color: white;
	background: #C0D134;
	font-weight: bold;
	padding: 0.5em;
}

#RapportSnelkoppelingBalk  
{  
	margin: 0px;
} 

#RapportSnelkoppelingBalk a
{  
	font-size: 11px;
} 


/* Adformatie style overrides */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin-top: 0px;
	margin-left: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 130%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 130%;
}

.kopkader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #67490C;
	line-height: 130%;
}

.tekstklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.kadertekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #67490C;
	line-height: 120%;
}

.kadertekst2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
}

.boekcredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 120%;
	text-transform: uppercase;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: RED;
	line-height: 130%;
}

.kadertekst3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 120%;
}

.zoek {
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
 width: 140px;
 height: 20px;
 }

a:link { text-decoration: underline; font-weight: 200; color: #000000; }
a:visited { text-decoration: underline; font-weight: 200; color: #000000; }
a:active { text-decoration: underline; font-weight: 200; color: #00545F; }
a:hover { text-decoration: underline; font-weight: 200; color: #00545F; }

.MainCategorie a:link { text-decoration: none; font-weight: bold; color: #666666; }
.MainCategorie a:visited { text-decoration: none; font-weight: bold; color: #666666; }
.MainCategorie a:active { text-decoration: none; font-weight: bold; color: #00545F; }
.MainCategorie a:hover { text-decoration: underline; font-weight: bold; color: #00545F; }

 .SubCategorie a:link { text-decoration: none; font-weight: 200; color: #000000; }
.SubCategorie a:visited { text-decoration: none; font-weight: 200; color: #000000; }
.SubCategorie a:active { text-decoration: none; font-weight: 200; color: #00545F; }
.SubCategorie a:hover { text-decoration: underline; font-weight: 200; color: #00545F; }


.RapportViewLink a
{
	font-weight: bold;
}

div {
	margin-top: 0px;
	margin-bottom: 0px;
}

}
form {
	margin-top : 0;
	margin-bottom : 0;
}


/* Override / fix Onstuimig CSS */

#main
{
	text-align: left;
}

#header
{
	height: 290px !important;
}

