* {
margin:0;
padding:0;
}

body {
font:80% arial,helvetica,sans-serif;
background: #eff7ff url(background.png) repeat-y center;
text-align: center;
}

#outerdiv {
margin:0 auto;
padding:0 15px;
width:710px;
text-align: left;
}

#outerdiv h1 {
background:url(kop.png) no-repeat top center;
color:#eff7ff;
font-size:1px;
height:140px;
}

#content {
background: top no-repeat;
height:400px;
margin-left:140px;
padding: 0 12px;
text-align:justify;
}

html > body #content {
min-height: 400px;
height:100%;
}

#content img,#content ol,#content ul,#content dd,#content h2,#content p {
padding-bottom:15px;
}

#content li {
list-style-image:url(arrow.png);
margin-left:20px;
}

#content dt {
font-weight:bold;
}

#content h3,#content h2 {
color:#c66;
}

#menu {
list-style: none;
position: absolute;
text-align: center;
top: 140px;
width: 140px;
}

img {
border:0;
}

.vcard {
background:url(line.png) no-repeat top center;
height:50px;
padding:29px 76px 0 0;
text-align:center;
}

.vcard img {
float:left;
}

.hidden {
display:none;
}