html {
     overflow: -moz-scrollbars-vertical;
}

body{
	background: url(bg.png) white center repeat-y;
    font-family: sans-serif, arial, times;
}

a:link{ color: #04E; text-decoration: none;}
a:visited{ color: #04E; text-decoration: none;}
a:hover{ color: black; text-decoration: underline;}

#container{
    width: 750px;
    margin: 0 auto;
}

#top{
    text-align: center;
	color: silver;
}

#left{
    width: 180px;
    clear: both;
    float: left;
}

#siblings{
    background: white;
}

#siblings ul.level0 li{
    margin: 5px 0;
    font-size: 12pt;
}

#siblings ul.level1 li{
    margin: 1px 0;
    font-size: 11pt;
}

#siblings ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#siblings ul.level0{
    font-variant: small-caps;
    margin: 0;
}

#siblings ul.level1{
    margin-left: 10px;
    font-variant: normal;
}

#siblings ul.level2{
    margin-left: 20px;
}

#siblings ul.level3{
    margin-left: 30px;
}

#right{
    width: 550px;
    float: right;
}

#kruimel{
    width: 100%;
    background: white;
}

#content{
	text-align: justify;
}

#content h1{
	font-size: 14pt;
	font-weight: bolder;
	color: #888;
}

#content p{
    padding: 0 5% 0 5%;
}

img{
    border: 0;
}

