body {
	font-family: "Trebuchet MS, Verdana, Arial";
	font-size: 9pt;
	background-image: url(/static/grafs/bg.jpg);
	margin: 0px;
	background-attachment: fixed;
	background-position: 0px 0px;
	}

#mm {
	background: url(/static/grafs/lin10.jpg);
	background-repeat: repeat-y;
	/* Im naechsten stand mal Center, FireFox verpeilt dann aber die Linien... */
	background-position: left top;
	text-align: left;
	margin: 0px auto auto;
	width: 444px;
	}

#cont {
	background-image: url(/static/grafs/lin10.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 60%;
	width: 444px;
	color: #FFFFFF;
	text-align: left;
	}

.conx {
	position: relative;
	width: 430px;
	left: 7px;
	text-align: justify;
	}

h1 {
	font-size: 14pt;
	color: #C60307;
	}

img {
	border-style: none;
	}

a.navi:link, a.navi:visited, a.navi:active, a.navi:hover {
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #283E53;
	text-decoration: none;
	}

a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
	}

a.navi:hover, a:hover {
	color: #A31313;
	}

.navibg {
	background:url(/static/grafs/lin5.jpg);
	width:444px;
	height:22px;
	}

.navipos {
	font-weight: bold;
	color: #283E53;
	width: 430px;
	position: relative;
	height: 18px;
	top: 3px;
	text-align: right;
	left: 9px;
	}

.footerbg {
	background:url(/static/grafs/lin11.jpg);
	width:444px;
	height:14px;
	text-align:center
	}

.footer {
	font-size: 7pt;
	color: #283E53;
	}

/* shamelessly stolen from http://jquery.bassistance.de/tooltip/demo/ */
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/static/grafs/shadow.png');
	}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
	}

#tooltip.pretty div {
	width: 220px;
	text-align: left;
	}

#tooltip.pretty a {
	color: darkblue;
	}