#notificationbar {
position: fixed;
top: 0px;
left: 0px;
z-index: 7132;
width: 100%;
height: 26px;
background: url(../bilder/f2Sprite.png) repeat-x;
color: #bbb;
text-align: left;
padding: 3px 0px 0px 0px;
font-size: 10px;
font-family: tahoma,Arial,Helvetica,sans-serif;
}

#notibar {
position: fixed;
top: 0px;
left: 0px;
z-index: 7232;
width: 100%;
height: 26px;
color: #DE0029;
text-align: left;
padding: 3px 0px 0px 0px;
font-size: 12px;
font-family: tahoma,Arial,Helvetica,sans-serif;
}

#notificationloading {
vertical-align: middle;
}

* html #notificationbar {
position: absolute;
}

* html #notibar {
position: absolute;
}

a.tucanheader{
font-weight: bold;
color: #99CCCC;
text-decoration: none;
}

a.tucanheader:hover
{
font-weight: bold;
color: #99CCCC;
text-decoration: underline;
}

a.tucancopy{
color: #000000;
text-decoration: none;
}

a.tucancopy:hover
{
color: #000000;
text-decoration: underline;
}