html, body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align:left;
	line-height:20px;
	height: 100%;
	color:black;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#menu a, li a {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align:middle;
	margin: 0 1em;
	float: right;
}

#header {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	height: 97px;
	line-height: 97px;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px;
	font-size: 22pt;
	background-image: url(http://www.ht1funding.de/img/header_bg.png);
	background-repeat: repeat-x;
}

#wrapper {
	width: 820px;
	margin-top: 20px;
}

#menu {
	width: 180px;
	float: left;
	padding: 0px 10px 10px 10px;
	background-image: url(http://www.ht1funding.de/img/conten_heading_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ddebf7;
}

.content {
	width: 580px;
	float: right;
	padding: 0px 10px 10px 10px;
	background-image: url(http://www.ht1funding.de/img/conten_heading_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ddebf7;
}

.info {
	float: right; 
	width: 580px;
	margin: 1em 0; 
	background: #f0f0f0;
	border-top: 1px solid #dedede;	
	border-bottom: 1px solid #d0d0d0;
}

.dl_section {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	float: right; 
	width: 580px;
}

.dl_header {
	float: right; 
	width: 580px;
	font-size: 1.6em;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

.dl_list {
	float: right; 
	width: 580px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddebf7', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ddebf7), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ddebf7,  #fff); /* for firefox 3.6+ */ 
	
	border-bottom: 1px solid #ddebf7;
}

h1 {
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	margin-top: 5px;
}

ul li {
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 2em;
	list-style: none;
}

li.pdf {
	background: url(http://www.ht1funding.de/img/page_white_acrobat.png) 0px 3px no-repeat;
}

li.word {
	background: url(http://www.ht1funding.de/img/page_white_word.png) 0px 3px no-repeat;
}

li.excel {
	background: url(http://www.ht1funding.de/img/page_white_excel.png) 0px 3px no-repeat;
}

img {
	border: 0px;
}