#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: right;
padding: 6px 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;
}

body { 
margin: 0px 0px 0px 0px; 
background: #F4F4F4 url('../bilder/bg.png') repeat; 
color: #FFF; 
font-family: Tahoma,Arial,Helvetica,sans-serif; 
font-size: 10px;
}

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;
}

a { 
color: rgb(85, 85, 85); text-decoration: none; 
}

a:hover
{ 
color: rgb(85, 85, 85); 
text-decoration: underline; 
}

