@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#FFFFFF;
background-image:url(images/bgboordje.jpg);
background-repeat:no-repeat;
background-position:top;
color:#905d8e;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container {
width:748px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#header {
height:448px;
}

#content {
position:absolute;
width:390px;
top:220px;
left:340px;
padding:10px;
margin-bottom:15px;
padding-bottom:0;
}

p {
margin-bottom:15px;
line-height:1.4;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
color:#865185;
font-size:14px;
background-color:#f8d2df;
text-align:center;
margin-bottom:10px;
}

.member {
color:#aa00c6;
border:1px solid #aa00c6;
text-align:center;
margin-bottom:10px;
font-weight:bold;
padding:5px;
}

a,a:link,a:active {
color:#744073;
text-decoration:none;
border-bottom:1px dotted #744073;
font-weight:bold;
}

b,span {
color:#744073;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

a:hover {
color:#aa00c6;
}

input,textarea,select {
background-color:#f8d2df;
border:1px solid #865185;
color:#865185;
}
