/* CSS Document */

a:visited {
	color: #754613;
}
a:hover {
	color: #E18625;
}
a:link {
	color: #754613;
}

			body {
				background-color: #000;
				color: #E18625;
				font-family: arial;
				margin: 30px auto;
				overflow: -moz-scrollbars-vertical;
			}

			div#layout2{
			margin:0 auto;
			text-align:center;
			clear:both;
			width:800px;
			}

			div#plaatje_rechts{
			display:inline;
			float:right;
			padding-left:25px;
			padding-top:15px;
			padding-right:15px;		
			padding-bottom:15px;
			}
			div#plaatje_links{
			display:inline;
			float:left;
			padding-left:25px;
			padding-top:15px;
			padding-right:15px;
			padding-bottom:15px;
			}

			div#layout {
				width: 680px;
				margin: 0 auto;
				text-align: left;
				background:  url(afbeeldingen/layout_bg.gif) repeat-y right;
				float:left;
			}
			div#reclame{
				float:left;
				margin: 50px auto;
			}
			
			div#header {
				height: 296px;
				background: url(afbeeldingen/header_bg.gif) no-repeat;
			}
			div#header h1 {
				display: none;
			}
			div#menu {
				float: right;
				/*display:inline;*/
				/*margin: 10px ;*/
				width: 220px;
				color: #754613;
				background: url(afbeeldingen/menu_bg.gif) repeat-y right;
			}
			div#menu ul {
				list-style: none;
				margin:   0  25px 0 25px;
				padding: 0;

			}

			div#menu ul li {
				margin: 0;
				padding: 0;
				border-bottom: 1px solid #E18625;
			}
			div#menu ul li a {
				display: block;
				padding:  10px;
				text-decoration: none;
				color: #754613;
				font-weight: bold;
			}
			div#menu ul li a:hover {
				background-color: #754613;
				color: #E18625;
			}

			
			div#content {
				float:left;
				width: 459px;
				background: url(afbeeldingen/content_bg.gif) repeat-y;
			}
			div#content p, h1, h2, h3{
				padding:  0px 25px 0 25px;
			}
			div#content h3{
				font-size:10px
			}
			.klein{
				font-size:10px;
			}
			
			div#content form {
				padding: 0px 15px 0 20px;
			}			
			div#footer {
				background: #000 url(afbeeldingen/footer_bg.gif) no-repeat;
				height: 60px;
				clear: both;
			}
			div#footer p {
				margin: 0;
				padding-top: 60px;
				font-size:12px;
				text-align: center;
				color: #754613;
			}

