body { margin-left:0px; margin-top:0px; }

.titel{
    font-size:26px;
    font-variant:small-caps;
    color: #414042;
}

div#headder{
    position:absolute;
    top: 100px;
    width:962px;
    height:119px;
    left:0px;
}

div#navbar{
    position: absolute;
    width:277px;
    top:270px;
    left:0px;
}

div#navbar ul li{
    font: bold;
    list-style: none;
    text-align: right;
    font-variant:small-caps;
    font-size: 16px;

}
div#navbar ul li a{
    text-decoration: none;
}

div#main{
    position: absolute;
    //margin-top:100px;
    width:445px;
    left:300px;
    top:245px;
}

div#start{
width:440px;
}

div#dash{
    position:absolute;
    width:18px;
    height:2px;
    top:263px;
    left:282px;
}

div#side{
    width:212px;
    position:absolute;
    top:30px;
    left:451px;
}

div#content{
    width:962px;
    margin:auto;
}


body,td,th {
	font-family: Georgia;
	background-color: #fff;
	color: #808285;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 14px;
}
a:link {
	color: #414042;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #336600;
}

#sol{
    font-family: monospace;
}