html {
			margin: 50px;
			background-color: #ffffff;
}
body {		
			text-align: left;
}
h1 {
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 16px;
			font-weight: bold;
			color: #999999;
}
h2 {
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 20px;
			font-weight: normal;
			color: #000000;
}
h5 {
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 20px;
			font-weight: bold;
			color: #003c69;
}
a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #990000;
			text-decoration:none
			}
a:link, a:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #990000;
			text-decoration: none;
			}
a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			}
.drucklink {
			float: left;
			position: relative;
			display: block;
			width: 150px;
			padding: 0px 0px 20px 40px;
			margin: 0px 0px 0px 0px;
			background: url(fix/icon_print.gif);
			background-repeat: no-repeat;
}
.closelink {
			float: right;
			position: relative;
			display: block;
			width: 150px;
			padding: 5px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
}
