body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat;

}

img.title {
	height: 80px;
	width: 700px;
	top: 10px;
	right: 10px;
	position: absolute;
/*	position: fixed;*/
        z-index:10;

}

div.navbar {
/*	background-image: url(images/bg.png);*/
	background-repeat: repeat;
	height: 200px;
	width: 140px;
	left: 0px;
	top: 200px;
	position: absolute;
/*	position: fixed;*/
	vertical-align: middle;
	padding: 0px;
}

div.navbar img {
	margin: 10px;
	border: 1px outset #DBDBFF;
}

div.content {
/*	background-image: url(images/bg.png);*/
	background-repeat: repeat;
	overflow: visible;
	position: absolute;
	height: 450px;
	width: auto;
	left: 160px;
	top: 100px;
	right: 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	border: 2px none #DBDBFF;
}

div.content a:link {
	color: #990000;
	text-decoration: none;
}

div.content a:active {
	color: #990000;
	text-decoration: underline;
}

div.content a:hover {
	color: #990000;
	text-decoration: underline;
}

div.content a:visited {
	color: #336600;
	text-decoration: none;
}

div.content h1 {
	color: #336600;
}

div.content h2 {
	color: #990000;
}

div.pfleger td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0px;

}

div.pfleger table {
	margin-top: 10px;
}

div.navbar img.active {
	border: 1px inset #DBDBFF;
}

div.stats {M
/*        background-image: url(images/bg.png);M*/
        background-repeat: repeat;M
        overflow: visible;M
        position: absolute;M
        height: auto;M
        width: auto;M 
        left: 5px;M   
        bottom: 5px;M 
        padding: 0px;M
        font-family: Arial, Helvetica, sans-serif;M
        font-size: 10px;M
        color: #000000;M 
        text-align: justify;M
        border: none;M
}M
  
div.stats a:link {M
        color: #990000;M
        text-decoration: none;M
}M
  
div.stats a:active {M
        color: #990000;M
        text-decoration: underline;M
}M
  
div.stats a:hover {M
        color: #990000;M
        text-decoration: underline;M
}M
  
div.stats a:visited {M
        color: #336600;M
        text-decoration: none;M
}M
