body, td  {  
    margin: 0px; 
    padding: 0px; 
    color: #000000; 
    font-size: 11px; 
    font-family: "Courier New", Courier, serif;
}


a, a:active, a:link, a:visited, a:focus { 
    color: #000000; 
    text-decoration: none; 
}

a:hover  { 
    color: #444444; 
    text-decoration: none; 
}

#all {
    position: relative;
    width: 1000px;
    text-align: left;
    margin-top: 0px;
}

#navigation {
    position: relative;
    /*float: left;*/
    width: 180px;
    margin: 0px;
    left: 20px;
    top:20px;
    padding:0px;
    color: #000000;
}
#lang {
    position: relative;
    /*float: left;*/
    width: 180px;
    margin: 0px;
    left: 20px;
    top:20px;
    padding:0px;
    color: #000000;
}
#content {
    position: relative;
    width: 770px;
    margin: 0px;
}

#text {
    position: relative;
    width: 440px;
    height: 200px;
}
#bilder {
    position: relative;
    width: 300px;
    height: 200px;
    margin-top: 0px;
}

#home {
    position: relative;
    width: 750px;
    margin-top: 130px;
    clip: rect(0px, 750px, 40px, 0px);
    overflow: hidden;
}
#homeEntries {
    position: relative;
    left:0px;
    width: 500px;
    height: 14px;
    text-align: right;
    white-space: nowrap;
}
.homeEntry {
    position: relative;
    float: right;
    text-align: right;
    color:#ffffff;
}

.lineWhite {
    position: relative;
    height: 12px;
    background-image: url(../images/lWhite.gif);
}
.lineBlack {
    position: relative;
    height: 12px;
    background-image: url(../images/lBlack.gif);
}

