.cbtext .bodytext {
letter-spacing:0 !important;
}

.cbtext sup {
vertical-align:top;
position:relative;
top:-.2em;
}

img {
border:0;
}

.content table td {
vertical-align:top;
}

.content p {
padding-top:15px;
}

.navi_unten {
float:left;
}

/* IE7 */
*+ html .navi_unten {
}

/* Menu */
.ghmenu {
width:55px;
position:relative;
left:-4px;
top:1px;
float:left;
}

* html .ghmenu {
padding:0;
margin:0;
}

/* remove all the bullets, borders and padding from the default list styling */
.ghmenu ul {
font-family:Arial;
font-size:9px !important;
font-weight:normal;
float:none !important;
padding:0;
margin:0;
list-style-type:none !important;
list-style-image:none !important;
width:53px;
}

/* hack for IE5.5 */
* html .ghmenu ul {
}

.ghmenu ul li a, .ghmenu ul li a:hover, .ghmenu ul li a:link {
background-color:transparent;
color:#fff;
}

.ghmenu ul ul li a, .ghmenu ul ul li a:hover, .ghmenu ul ul li a:link {
background-color:#00538e;
color:#fff;
}

.ghmenu ul li ul li a{
}

/* position relative so that you can position the sub levels */
.ghmenu li {
position:relative;
display:block;
width:100%;
float:none !important;
}

.ghmenu li ul {
border:1px solid #00538e;
}

/* get rid of the table */
.ghmenu table {
position:absolute; 
border-collapse:collapse; 
top:-1px; 
left:0; 
z-index:100; 
font-size: 1em;
border:0 !important;
}

.ghmenu table td{
border:0 !important;
}

/* style the links */
.ghmenu a, .ghmenu a:visited{
font-family:Arial;
font-size:9px !important;
font-weight:normal;
display:block;
text-decoration:none;
height:130%;
line-height:130%;
padding: 0 4px;
margin: 0;
}

/* hack for IE5.5 */
* html .ghmenu a, * html .ghmenu a:visited {
}

/* style the link hover */
* html .ghmenu a:hover {
}

/* hack for IE5.5 */
* html .ghmenu li ul a, * html .ghmenu li ul a:visited {
}

.ghmenu :hover > a {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.ghmenu ul ul {
visibility:hidden;
position:absolute;
bottom:12px;
left:-1px;
width:160px;
}

* html .ghmenu ul ul {
bottom:-1px;
}

/* make the second level visible when hover on first level list OR link */
.ghmenu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.ghmenu ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:-162px; 
}

* html .ghmenu ul :hover ul ul{
bottom:-13px;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.ghmenu ul :hover ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:-162px; 
}

* html .ghmenu ul :hover ul :hover ul ul{
bottom:-13px;
}

/* make the third level visible when you hover over second level list OR link */
.ghmenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.ghmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}