.tab {
background-color: #A6A6A6;
}

.toprow {
background-image: url('tbg1.gif');
background-color: #E3E2E6;
height: 16px
}
.toprow2 {
background-color: #E3E2E6;
height: 84px;
}

.bannerbogen {
background-image: url('bannerbg.gif');
background-color: #E3E2E6;
height: 61px
}
.banner {
background-image: url('bannerbg.gif');
background-color: #E3E2E6;
height: 61px
}

.topmenue {
background-image: url('topmenuebg.gif');
background-color: #E3E2E6;
height: 23px;
font-size: 11px
}

.leftmenue {
background-image: url('leftrightbg.gif');
background-repeat:repeat-x;
background-color: #DAD9DE;
height: 84px
}
.sektion {
background-image: url('menusektion.gif');
color: #003366;
font-size: 11px;
font-weight: bold; padding-left:2px; padding-right:2px; padding-top:3px; padding-bottom:2px
}

.content {
background-color: #ffffff;
padding: 3px;
font-size: 11px;
}

.trennerbreit {
background-image: url('trennerbreit.gif');
padding: 3px;
font-size: 11px;
font-weight: bold;
margin: 5px 0;
}


.rightmenue {
background-image: url('leftrightbg.gif');
background-repeat:repeat-x;
background-color: #DAD9DE
}

.newshead {
background-image: url('newshead.gif');
font-size: 11px;
font-weight: bold; padding-left:3px; padding-right:3px; padding-top:2px; padding-bottom:2px
}
.trenner {
background-image: url('trennlinie.gif');
font-size: 1px
}

.newsbox {
padding: 2px 3px 5px 3px;
font-size: 11px;
}
.bottom {
background-image: url('tbg3.gif');
background-color: #E3E2E6;
height: 20px;
font-size: 11px
}
/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: normal;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 500px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #4dbcf3;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}

