/*--------------website: Exempli Gratia--------------*/
/*-------------author: Danielle Vossebeld------------*/
/*---------------------(c) 2005----------------------*/

html
    {
    height: 100.01%
    }

body
    {
	font-family: Helvetica, Verdana, Arial, sans-serif;
    background: #D78FB2 url(../images/bg.jpg) repeat-y 50% 0%;
	font-size: 13px;
    margin: 0px;
    padding: 0px;
    }

.quote
    {
     font-style: italic;
     font-size: 12px;
     color: #A66BA9;
   }

#ombouw
    {
    position: absolute;
    width: 100%;
    background: url(../images/bg-header2.jpg) no-repeat 50% 0%;
    float: center;
    padding: 0px;
    margin: 0px;
    }

#menu
    {
    position: relative;
    width: 700px;
    height: 50px;
    margin-top: 175px;
    text-align: center;
    }

#basis
    {
    width: 700px;
    text-align: left;
    }



.button
    {
    width: 150px;
    height: 30px;
    float: left;
    margin: 0px 33px 0px 0px;
    }

.button2
    {
    width: 150px;
    height: 30px;
    float: left;
    margin: 0px 0px 0px 0px;
  transition-duration: 0.4s;
  cursor: pointer;
    }



p
	{
	line-height: 1.5em;
	color: #4A144D;
	margin: 0px;
	padding-bottom: 3px;
	}

a:link
	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #803751;
	text-decoration: none;
	}

a:hover
	{
	color: #B95076;
	text-decoration: none;
	}

a:visited
	{
	color: #803751;
	text-decoration: none;
	}

a:visited:hover
	{
	color: #B95076;
	text-decoration: none;
	}

h1
	{
	font-size: 24px;
	font-weight: bold;
	color: #8D4E90;
	margin: 0px;
	padding: 0px;
	}

h2
	{
	font-size: 18px;
	font-weight: normal;
	color: #A66BA9;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}

h3
	{
	font-size: 14px;
	font-weight: bold;
	color: #8D4E90;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
img
    {
      border: 0px;
    }

.left
    {
      float: left;
      margin: 0px 10px 0px 0px;
    }
    
.right
    {
      float: right;
      margin: 0px 0px 0px 10px;
    }

