body{
	margin: 20px 20px 20px 30px;
	padding: 0;
	font-size: 12px;
	color: #330066;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
@font-face {
    font-family: Papyrus;
    font-style:  normal;
    font-weight: normal;
    src: url(layout\PAPYRUS1.eot);
  }
  @font-face {
    font-family: Papyrus;
    font-style:  normal;
    font-weight: 700;
    src: url(layout\PAPYRUS0.eot);
  }
#container {
	text-align: center;
	margin: 0, auto;
}
#header {
	height: 125px;
	text-align: center;
	background-image: url(plaatjes/justmade_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#menu {
    float: left;
	margin-top: 45px;
	width: 140px;
	height: 300px;
	background-color: #f1f0fb;
	border: 1px solid #330066;
	text-align: left;
}
#menu_english {
    float: left;
	margin-top: 45px;
	width: 140px;
	height: 225px;
	background-color: #f1f0fb;
	border: 1px solid #330066;
	text-align: left;
}
#content {
	margin: 45px 25px 00px 170px;
	background-color: #f1f0fb;
	border: 1px solid #330066;
	text-align: left;
}
#menu h6 span, #menu_english h6 span {
	display: none;
	margin: 0px;
	padding: 0px;
}
#menu h6, #menu_english h6 {
	background: url(plaatjes/bg_menu.png) no-repeat;
	background-position: right bottom;
	height: 100px;
	margin: 0px -5px -5px 0px;
}
#menu ul, #menu_english ul{
	margin: 0;
	padding: 0;
}
#menu li, #menu_english li {
	margin: 0 0 0px 15px;
	padding: 0;
	list-style: none;
}
#menu a, #menu_english a {
	color: #330066;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	font-family: Papyrus, Georgia, Arial;
}
#menu a:hover, #menu_english a:hover {
	color: #DF006C;
	font-family: Papyrus, Georgia, Arial;
}
#content h6 span {
	display: none;
	margin: 0px;
	padding: 0px;
}
#content h6 {
	background: url(plaatjes/bg_content.png) no-repeat;
	background-position: bottom right;
	height: 100px;
	margin: 0 -20px 0 0;
	padding: 0px;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content div {
	padding-left: 15px;
	padding-right: 15px;
}
a {
	color: #DF006C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #DF006C;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
	margin: 0 auto;
}
.links {
    text-align: left;
}
img {
	border: 1px solid #330066;
}
.geenborder {
    border: 0;
}
.bold {
    font-weight: bold;
}
.floatlinks {
    float: left;
	margin-right: 20px;
}
.floatrechts {
    float: right;
	margin-left: 20px;
}
.clear {
    clear: both;
}
input, textarea {
   border: 1px solid #330066;
   background-color: #FFFFFF;
   color: #330066;
}
.rood {
    color: #FF0000;
}
.roze {
    color: #DF006C;
}
.disclaimer {
    font-size: 9px;
}
.center {
	text-align:center
}
.button { 
    border: 1px solid #330066;
    background-color: #FFFFFF;
    color: #330066;
}