body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P,TD {
	font-size : 12px;
}

.titelbild {
	font-size : 20px;
}

.rightcontent {
	color : #333399;
	font-size : 20px;
	font-weight : bold;
}

.topmenu {
	font-size : 9px;
	text-decoration : none;
	color : #333399;
	font-weight : bolder;
}

.menuitem {
	font-size : 9px;
	text-decoration : none;
	color : #000000;
}

.menuitem:hover {
	font-size : 9px;
	text-decoration : none;
	color : White;
	background-color : #333399;
}

.menuitem_sel {
	font-size : 9px;
	text-decoration : none;
	color : White;
	font-weight : bolder;
}

/* Statistiktabelle */
#stats table {
        border: thin solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border-spacing: 0px;
        border-collapse: collapse;
}

#stats th, #stats td {
        border: thin solid black;
        padding: 3px;
}

#stats .error {
        background-color: red;
        color: white;
        font-weight: bold;
}

#stats .ok {
        background-color: #33ff33;
        color: white;
        font-weight: bold;
}

#stats .warning {
        background-color: orange;
        color: white;
        font-weight: bold;
}

