html, body
{
  width:100%;
  height:100%;
  background-color: #121a5b;
  margin: 0;
  padding: 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
}
 
.ranking {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	color: #383B7C;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
	width: 100%;
}

.ranking .header td {
 text-align: left;
}

.ranking td{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.even td {
	background-color: #E9EAF6;
}
.odd td {
	background-color: #383B7C;
	color: white;
}


img
{
	border: 0px;
}

#head
{
	height: 66px;
	width: 845px;
}

#content_margin
{
	margin-top: 24px;
	margin-bottom: 30px;
}

#line
{
	background-color: #e2e2e4;
}

#line_pop
{
	background-color: #888cad;
}


#bottom {
	position: relative;
	width: 655px; 
	margin-left: 165px; 
	height: 40px;
}

#bottom_spacer {
	height: 35px;
}

#content_middle {
	position: absolute;
	left: 100px;
	top: 70px;
	width: 845px;
}

#content_box {
	background-color: #FFFFFF;
}

#content {
	padding-left: 18px;
	padding-top: 12px;
	width: 470px;
}

#col_left {
	padding-left: 14px;
	padding-top: 35px
}

#uldot {
	padding-top: 4px;
	padding-right: 3px;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

.grey {
	color: #9191AB;
}

.bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #12195b;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}

ul {
	list-style-image: url(../bilder/dot.gif)
}

.blackbold {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.redbold {
	font-weight: bold;
	color: #a20000;
	text-decoration: none;
}

.blue {
	color: #12195b;
	text-decoration: none;
}

