@charset "UTF-8";
/* CSS Document*/

html, body
	{
		font-family: arial;
	}

#midden
	{
		position: relative;
		overflow: auto;
		height: 440px;
		top: -20px; 
		/*background-color: blue;*/
	}

#melding
	{
		position: relative;
		top: 10px;
		width: 100%;
		align: center;
		height:auto;
	}

#footer 
	{
	   position: relative;
	   top:10px;
	   width:100%;
	   height:130px;
	   /*background-color: yellow;*/
	   align: center;
	   valign: top;
	   width: 100%;
	}
	/*#footerprijslijsten
		{
			position: relative;
		   	top:800px;
		  	width:100%;
		  	height:130px;
		  	align: center;
		   	valign: top;
		   	width: 100%;
		}*/

#container
	{
		position: relative;
		align: center;
		width: 800px;
		left: 50%;
		margin-left: -400px;
		background-color: blue;
		font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	}	
	#top
		{
			position: relative;
			width: 100%;
			align: center;
			height: 40px;
			top: -10px;
			text-align: center;
			/*background-color: green;*/
		}
		a: hover
			{
				color: #
			}
	#rechts
		{
			position: relative;
			margin-left: 170px;
			/*background-color: yellow;*/
		}
		th
			{
				font-size: 25px;
			}
		#stickers
			{
				font-size: 10px;
				position: absolute;
				/*background-color: purple;*/
			}
		#infosticker
			{
				position: absolute;
				margin-left: 170px;
				text-align: left;
				font-size: 13px;
				/*background-color: yellow;*/
			}
