* {
			margin: 0;
			padding: 0;
			font-family: arial;
			font-size: 16px;
			color: #999;
			list-style: none;
		}

		#wrapper {
			width: 1000px;
			height: 400px;
			position: absolute;
   			left: 50%;
			margin-left: -500px; /* de helft van de breedte */
		}

			#header {
				background-image: url('../images/header.jpg');
				height: 79px;
				cursor: pointer;
				background-position: center;
				background-repeat: no-repeat;
			}


			#main {
				width: 580px;
				float: left;
			}
			
			
			#navigation {
				background-image: url('../images/navbar_med.jpg');
				background-repeat: no-repeat;
				border-left: 3px solid white;
				width: 583px;
				height: 38px;
				text-align: center;

			}

				#navigation ul li {
					display: block;
					float: left;
					width: 190px;

					color: #fff;
					font-weight: bold;
					text-decoration: none;
				}


					#navigation ul li .firstLetter {
						color: #ff7e00
					}

				#navigation ul .check {
                    color: #ff7e00;
				}

					#navigation ul .check .firstLetter {
							color: #fff;
						}

			#content {
				width: 564px;
				border-left: 3px solid #666;
				border-right: 3px solid #666;
				padding: 0 5px;
				margin: 0 3px;
				text-align: center;
			}
			
				#content ul.dots li
				{
					list-style-type: disc;
					margin-left: 25px;
				}

			#closeBox {
				background-image: url('../images/footer_med.jpg');
    			height: 12px;
    			border-left: 3px solid white;
				width: 580px;

			}
			
			/************Box left****************/
			
			#intro {
				width: 205px;
				float: left;
				
							
			}
			#introNav {
				background-image: url('../images/navbar_small.jpg');
				background-repeat: no-repeat;
				border-left: 3px solid white;
				width: 205px;
				height: 38px;
				text-align: center;

			}

				#introNav ul li {
					display: block;
					float: left;
					width: 200px;

					color: #fff;
					font-weight: bold;
					text-decoration: none;
				}


					#introNav ul li .firstLetter {
						color: #ff7e00
					}

				#introNav ul .check {
                    color: #ff7e00;
				}

					#introNav ul .check .firstLetter {
							color: #fff;
						}

			#introContent {
				width: 184px;
				border-left: 3px solid #666;
				border-right: 3px solid #666;
				padding: 0 5px;
				margin: 0 3px;
				text-align: left;
			}
			
				#introContent ul.dots li
				{
					list-style-type: disc;
					margin-left: 25px;
				}

			#introCloseBox {
				background-image: url('../images/footer_small.jpg');
    			height: 12px;
    			border-left: 3px solid white;
				width: 200px;

			}
			
			/*********Einde Box Left*************/
			
			
			/************Box Right****************/
			
			#news {
				width: 205px;
				float: left;
				margin-left: 7px;
				
							
			}
			#newsNav {
				background-image: url('../images/navbar_small.jpg');
				background-repeat: no-repeat;
				border-left: 3px solid white;
				width: 205px;
				height: 38px;
				text-align: center;

			}

				#newsNav ul li {
					display: block;
					float: left;
					width: 200px;

					color: #fff;
					font-weight: bold;
					text-decoration: none;
				}


					#newsNav ul li .firstLetter {
						color: #ff7e00
					}

				#newsNav ul .check {
                    color: #ff7e00;
				}

					#newsNav ul .check .firstLetter {
							color: #fff;
						}

			#newsContent {
				width: 184px;
				border-left: 3px solid #666;
				border-right: 3px solid #666;
				padding: 0 5px;
				margin: 0 3px;
				text-align: left;
			}
			
				#newsContent ul.dots li
				{
					list-style-type: disc;
					margin-left: 25px;
				}

			#newsCloseBox {
				background-image: url('../images/footer_small.jpg');
    			height: 12px;
    			border-left: 3px solid white;
				width: 200px;

			}
			
			/*********Einde Box Right*************/

			#footer {
				color: #666;
				font-size: 10px;
				text-align: center;
			}

				#footer a {
					color: #666;
					font-size: 12px;
				}

		.bold {
			font-weight: bold;
		}

		p {
			padding: 5px 0;
		}

		input {
			font-size: 14px;
		}
		
		input.button { 
			font-size: 16px;
			/*border: 1px solid #000;*/
		}
		
		a img { border: 0; } 