/* ----------- Weblayout -----------*/


body 		{
				text-align:center;
				margin:10px;
				padding-top:0px;
				background:#98005E;
			}


#container 	{
				width:775px;
				margin:0 auto;
				padding:0px;
				border:0px ;
				background:#ffffff;
			}
		
		#container_webshop 	{
				width:775px;
				height:100%;
				margin:0 auto;
				padding:0px;
				border:0px ;
				
			}

#header 	{
  				background: #ED008C;
  				width: 775px;
  				height: 185px;
 				
			}

#leftcol 	{
  				background: #770036;
  				float: left;
  				width: 185px;
				height: 100%;
				
  				
			}

#content	{	background: #ffffff;
  				float: left;
  				width: 590px;
				text-align: left;			
  				padding: 13px;				
				
			}
			
#content_webshop	{	background: #ffffff;
  				float: left;
  				width: 590px;
				text-align: left;			
  								
				
			}	


#items		{	background: #FFFFFF;
  				height: 200px;
				width: 185px;
				text-align: left;
				padding: 13px;
			
			}
			
			#noitems		{	background: #770036;
  				height: 200px;
				width: 185px;
				text-align: left;
				padding: 13px;
			
			}
			
#bot_menu	{	background: #770036;
  				height: 100%;
				width:185px;
				text-align: left;
				padding: 13px;
			}	




#footer 	{
  				background: #98005E;
  				clear: both;
  				width: 776px;
  				text-align: center;
			}


/* ----------- Teksten Opmaak -----------*/

.white		{color: #FFFFFF}
.black		{color: #000000}
.bordaux	{color: #770036}	
.paars		{color: #98005E}
.roze		{color: #ED008C}


/* ----------- Koppen ----------- */

H1			{	font: 18px Arial;
				font-weight: bold;
				text-decoration: none;
				text-align: left;				
				margin-top: 1px;
				margin-bottom: 1px;
			}
			
H2			{	font: 12px Arial, sans-serif;
				font-weight: bold;
				text-decoration: none;
				text-align: left;				
				margin-top: 1px;
				margin-bottom: 1px;
			}			
		

/* ----------- Normale tekst en links ----------- */

P			{	font: 12px Arial, sans-serif;
				font-weight: normal;
				text-decoration: none;
								
				margin-top: 1px;
				margin-bottom: 1px;
			}
			
a			{	font: 12px Arial, sans-serif;
				font-weight: regular;
				text-decoration: none;
				text-align: left;			
			}

a:hover		{	font: 12px Arial, sans-serif;
				font-weight: regular;
				text-decoration: underline;
				text-align: left;			
			}	

/* ----------- Menu Items ----------- */

.MenuItem a			{	font: 12px Arial, sans-serif;
						color: #770036;
						font-weight: bold;
						text-decoration: none;
						text-align: left;
					}
						
.MenuItem a:hover	{	font: 12px Arial, sans-serif;
						color: #ED008C;
						font-weight: bold;
						text-decoration: none;
						text-align: left;
					}

/* ----------- Submenu ----------- */

.Submenu a			{	font: 11px Arial, sans-serif;
						color: #FFFFFF;
						font-weight: regular;
						text-decoration: none;
						text-align: left;
					}
					
.Submenu a:hover	{	font: 11px Arial, sans-serif;
						color: #FFFFFF;
						font-weight: regular;
						text-decoration: underline;
						text-align: left;
					}

