/*================ ALGEMEEN ================================*/

body {
margin:0 auto;
padding:0;
background-image:url(http://www.blar.net/amanda/images/Pattern.jpg);
background-repeat:repeat;
background-position:top center;
background-color: #D0ACFF;
overflow-x: hidden;
overflow:-moz-scrollbars-vertical;
font-family: Verdana, serif;
font-size: 1.2em;
color: #073D11;
}


#container {
text-align:center;
margin-left:auto;
margin-right:auto;
padding:0;
}



/*================ INHOUD DIVS ================================*/

/*Navigation*/
#nav {
float: left;
width: 270px;
margin: 20px 0 0 10px;
}

/*Content alle paginas*/
#content {
float: left;
position: relative;
width: 67%;
margin-top: 239px;
padding: 0 20px 20px 20px;
border: 1px solid #6E838E;
background-color: #D0ACFF;
text-align: left;

}

#footer {
clear: both;
position: relative;
padding: 10px 0 10px 0;
left: 50%;
margin-left: -1100px;
}


/*================ALLE TEKST ================================*/

.title {
margin: 50px auto 0 auto;
padding: 0;
/* background-image: url(http://www.blar.net/amanda/images/subject.jpg);*/
text-align: center;
background-repeat: no-repeat;
background-position:  0px 10px;
/*min-height: 100px;*/
font-family: Bradley Hand ITC, Georgia, Tahoma, Arial, serif;
color: #453955;
font-size: 30pt;
font-weight: bold;
}

.bar {
background-image: url(http://www.blar.net/amanda/images/subject.jpg);
background-repeat: no-repeat;
background-position:  center;
min-height: 100px;
text-align: center;
}
.bit {
background-image: url(http://www.blar.net/amanda/images/listitem.jpg);
background-repeat: no-repeat;
background-position:  justify;
padding-left: 40px;
}

p {
margin: 10px 0 0 0;
text-align: justify;
line-height: 18px;
}

p a {
text-transform: uppercase;
color: #008F1F;
text-decoration: none;
}

p a:hover {
color: #453955;
text-decoration: underline;
}

ul, ol {
text-align: left;
line-height: 21px;
}

ul {
list-style: none;
}

ul li {
background-image: url(http://www.blar.net/amanda/images/listitem.jpg);
background-repeat: no-repeat;
padding-left: 31px;
}

ol li {
margin-left: 31px;
}