body {
	color: black;
  margin-top:1%;
  margin-bottom:1%;
	padding: 1%;
  font-family: verdana, arial, sans-serif;
}
a {
text-decoration: none;
color: #6A40EA;
}

a:hover {
color: red;
}

h1, h2, h3 { 
  color: #4446e8;
	line-height: 1em;
	font-weight: normal;
}

h2 {
font-size: 1.2em
}

h1 span {
font-size: 0.75em;
}

.test {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 left:0px;
 margin-bottom: 10px;
}
.condities{
 font-size: 1.0em;
 padding: 0 0px;
 left:0px; 
}

.condities h1{
	font-size: 1.3em;
  font-weight: normal;
  line-height: 1.5em;
  padding: 0 0 1 0em;
  margin: 0;
  border-bottom: 5px dashed #E6E6FA;
}
.condities img {
margin: 0 20px 20px 0;
float: left;
}
	
#optiebeschrijving {
background-color: white;
position: relative;
float: left;
border: 1px solid #CD4C82;
border-radius: 15px;
padding: 0.5em;
width: inherit;
top: 15px;
margin-bottom: 30px;
}

#optieprijzen {
background-color: white;
position: relative;
border: 1px solid #CD4C82;
border-radius: 15px;
padding: 0.5em;
width: inherit;
top: 15px;
float: left;
margin-bottom: 30px;
}