 body
{
background-color: #C2CECF;
}

a img {border:none;
}

#indexbuttons {
padding: 50px 0 0 0;
margin: 0;
width: 200px;
}

#indexbuttons li{
list-style: none;
padding: 0 0 50px 0;
margin: 0;
}

.works {
background-image: url(bilder/works2.png);
background-repeat: no-repeat;
height: 19px;
width: 54px;
position:fixed;
left:14px;
top:10px;
}

.works a{
background-image: url(bilder/works1.png);
background-repeat: no-repeat;
height: 19px;
width: 54px;
position:fixed;
left:14px;
top:10px;
}

.works a:hover{
background: none;
}


.about {
background-image: url(bilder/about2.png);
background-repeat: no-repeat;
height: 19px;
width: 56px;
position:fixed;
left:69px;
top:10px;
}

.about a{
background-image: url(bilder/about1.png);
background-repeat: no-repeat;
height: 19px;
width: 56px;
position:fixed;
left:69px;
top:10px;
display: block;

}

.about a:hover{
background: none;
}

.news {
background-image: url(bilder/news2.png);
background-repeat: no-repeat;
height: 19px;
width: 43px;
position:fixed;
left:126px;
top:10px;
}

.news a{
background-image: url(bilder/news1.png);
background-repeat: no-repeat;
height: 19px;
width: 43px;
position:fixed;
left:126px;
top:10px;
display: block;

}

.news a:hover{
background: none;
}

.contact {
background-image: url(bilder/contact2.png);
background-repeat: no-repeat;
height: 19px;
width: 73px;
position:fixed;
left:170px;
top:10px;
}

.contact a{
background-image: url(bilder/contact1.png);
background-repeat: no-repeat;
height: 19px;
width: 73px;
position:fixed;
left:170px;
top:10px;
display: block;

}

.contact a:hover{
background: none;
}

.links {
background-image: url(bilder/links2.png);
background-repeat: no-repeat;
height: 19px;
width: 56px;
position:fixed;
left:244px;
top:10px;
}

.links a{
background-image: url(bilder/links1.png);
background-repeat: no-repeat;
height: 19px;
width: 56px;
position:fixed;
left:244px;
top:10px;
display: block;

}
.links a:hover{
background: none;
}

div.contact {
  float: right;
  width: 25%;
  border: none;
position:fixed;
left:20px;
top:90px;
}
div.contact p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#list li
dl {
width: 250px;
}
dt {
background-color:#dfdfdf;
}
dd {
margin: 0;
background-color: #ffffcc;
}




