body {
	margin: 0;
	padding: 0;
}

a img {
	border-width: 0;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#headline {
	position: absolute;
	top: 15px;
	left: 180px;
}

#line {
	height: 3px;
	width: 98%;
	z-index: 5;
	background: white;
	border-top: 3px solid #AAAAFF;
	border-bottom: 5px solid #AAAAFF;
}

.title1 { font-size: 13pt; font-weight:bold; margin-bottom: 5px }
.title2 { font-size: 10pt; font-weight:bold }
.title3 { font-size: 8pt; margin-top: 5px }

#main {
	position: absolute;
	top: 100px;
	left: 1%;
	width: 98%;
}

#content {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#menu {
	float: left;
	width: 200px;
	border-right: 1px dashed #303030;
	height: 100%;
	margin-top: 20px;
	padding-bottom: 50px;
}

#menu li { line-height: 1.5em; }
#menu li a { display: block; color: #0D0B70; text-decoration: none }
#menu li a:hover { background: #eeeeff; }

#menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#menu ul ul {
	list-style-type: none;
	padding-left: 1.5em;
	margin-left: 0;
}

body,td,p {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-family:Verdana,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0 20px 0 22px;
}
