html, body
{
	margin: 0;
	padding: 0;
}

body
{

        width:100%;
        height:100%;
	color: #151B54;
	background: url("http://www.abload.de/img/asdfpskm.jpg") top center fixed; background-repeat: no-repeat; background-attachment: fixed;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
}

a
{
	text-decoration: none;
	color: #505050;
	font-weight: bold;
}

a:hover
{
	color: #38ACEC;
}

.ddllist
{
	border: 1px solid #546C99;
	background: #38ACEC;
}

.ddllist th
{
	background: #151B54;
	color: #C3CFE5;
	padding: 5px;
	text-align: left;
}

.ddllist td
{
	padding: 5px;
}

.ddllist_footer
{
	font-weight: bold;
}

.ddllist_grouptitle
{
	background: #2554C7;
	font-weight: bold;
	color: #000000;
}

.ddllist_grouptitle td
{
	padding: 0px;
	padding-right: 10px;
}
