body, html {
        margin: 0;
        padding: 0;
        background: #FFFFFF url(../images/back_temp.gif);
}

p,td,li,a,.form,label,.inhalt,.top,.navi,.header,.fusszeile,.hnavi,.unavi {
        font-family: Verdana;
        font-size: 9pt;
        color: #000;
}

.top {
        font-size: 8pt;
        color: #005BAA;
        letter-spacing: 0px;
}

.header {
        font-size: 10pt;
        color: #005BAA;
        font-weight: bold;
}

.fusszeile {
        font-size: 7pt;
}

.hnavi,.hnavi_hi {
        font-size: 8pt;
        color: #ABBCD7;
        letter-spacing: 1px;
        font-weight: bold;
}

.hnavi_hi {
        color: #fff;
}

.unavi,.unavi_hi {
        font-size: 8pt;
        color: #000;
        letter-spacing: 0px;
        font-weight: normal;
}

.unavi_hi {
        font-weight: bold;
}

a {
        color: #005BAA;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

.word {
        font-size: 5px;
        color: #fff;
}

.blau {
        color: #005BAA;
        font-weight: bold;
}

#pr {
	margin-top: 30px;
	width: 190px;
}

#pr ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

#pr, #pr ul li, #pr ul li a {
	font-size: 8pt;
}

.tickercontainer { background: #fff; width: 500px; height: 30px; margin: 0; padding: 0 overflow: hidden; position: relative; } .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */ position: relative; left: 10px; top: 8px; width: 500px; overflow: hidden; } ul.newsticker { /* that's your list */ position: relative; left: 750px; list-style-type: none; margin: 0; padding: 0; width: 900px; } ul.newsticker li { float: left; /* important: display inline gives incorrect results when you check for elem's width */ margin: 0; padding: 0; background: #fff; font-size: 14px; font-weight: bold; color: #005BAA; } ul.newsticker a { white-space: nowrap; padding: 0; color: #005BAA; margin: 0 50px 0 0; } ul.newsticker span { margin: 0 30px 0 30px; }
