html
{
    padding: 0px;
}

body
{
   padding: 0px;
   margin: 0px;
   font-family: verdana;
   color: #7c361c;
   font-size: 13px;
}

#container
{
    width: 800px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/container_background.jpg");
    background-repeat: repeat-y;
}

#top
{
    position: relative;
    width: 800px;
    min-height: 485px;
    background-image: url("../images/top.jpg");
    background-repeat: no-repeat;
    background-position: top;
}

#bottom
{
    position: relative;
    width: 800px;
    height: 115px;
    background-image: url("../images/bottom.jpg");
    background-repeat: no-repeat;
}

#menu
{
    position: absolute;
    width: 150px;
    height: 200px;
    top: 50px;
    left: 360px;
    border: 1px solid black;
}

#contact
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 400px;
    top: 55px;
}

#reiki1
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 410px;
    top: 71px;
}

#reiki2
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 415px;
    top: 87px;
}

#geschiedenis
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 410px;
    top: 103px;
}

#reiki_therapeut
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 403px;
    top: 120px;
}

#innerlijk_kind
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 393px;
    top: 135px;
}

#byron_katie
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 383px;
    top: 150px;
}

#meditatie
{
    position: absolute;
    width: 140px;
    height: 17px;
    left: 370px;
    top: 165px;
}

#news
{
    position: absolute;
    width: 340px;
    height: 130px;
    overflow: auto;
    top: 325px;
    left: 80px;
}

#content
{
    position: relative;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#news a
{
    color: #7B341E;
    text-decoration: none;
    font-size: 11px;
}

#news a:link
{
    color: #7B341E;
}

#news a:visited
{
    color: #7B341E;
}

#news a:hover
{
    color: #7B341E;
    text-decoration: underline;
}

#news a:active
{
    color: #7B341E;
}

.testclass
{
	font-size: 20px;
	color: #771507;
}
.testclass2
{
	font-size: 14px;
	color: #771507;
}