#werbung
{
padding:5px;
margin:40px 0px 0px 0px;
background-color: #D1E0F0;
border-width: 2px;
border-color: white;
border-style: dotted none dotted none;
width: 150px;
text-align:left;
}
* html #werbung {margin: 60px 0px 0px 0px;}

#werbung a:link, #werbung a:visited {
        font-weight: normal;
        color: #4A63A3;
        padding:5px;
        text-decoration: none;
}
#werbung a:hover, #werbung a:active, #werbung a:focus {
        font-weight: normal;
        text-decoration: underline;
        color: blue;
}
#werbung ul
{
list-style-type: none;
padding:2px 5px 2px 5px;
}

