body,html 
{
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  font-family: "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif; 
  color:#08080F;
  background-color: #F6F6FF;
  font-size: 10pt;
}

a:link,a:visited {
	color: #043C6C;
}

a:hover {
	color:Red;
}

a:active {
	color:Black;
}

img {
	border:0;
}

h2
{
  font-size:16pt;
  color:#303080;
  margin-top:14mm;
}

h3
{
  font-size:12pt;
  color:#303080;
  margin-top:10mm;
}

div.top {
	background-color: #C8C8DA;
	clear: both;
	height:96px;
}

div.top #titletext {
	padding-top:16px;
	margin-left: 140px; 
	text-align:left; 
	font-size:18pt;
	color: #303080;
	line-height: 1.3em;
	font-variant:small-caps; 
}

div.top #titletext em {
	margin-left: 40px; 
	font-size:24pt;
	font-weight:bold;
	font-style:normal;
}

div.top #sswlogo {
	position:absolute;
	top:15px;
	right:5px;
}

div.top #cdlogo {
	position:absolute;
	top:8px;
	left:8px;
}

div.bar {
	background-image: url(/images/bgmuster.gif);  
	color: #303080;
	clear: both;
	height:26px;
	text-indent: 20px; 
	line-height: 26px; 
	font-size: 10pt;
	letter-spacing: 1pt; 
}

div.menu {
	float:left;
	clear:left;
	color: #303080;
	background-color: #E0E0F0;
	padding-left: 2mm;
	padding-right: 3mm;
	margin-top: 3mm;
	margin-right: 3mm;
	margin-left: 1mm;
	margin-bottom: 3mm;
	height: 100%;
	width: 10em;
	font-size: 10pt;
}

div.menu a {
	font-weight: bold;
	text-decoration: none;
}

div.menu h3 {
	font-size:12pt;
	margin-top:2mm;
	background-color: #C8C8DA;
	font-weight: bold;
	text-decoration: none;
}

div.menu ul {
	border: 0;
	margin-top: 1cm;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

div.menu ul li {
	list-style: none;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

div.content {
	float:left;
	clear:right;
	text-align: justify; 
	width: 600px;	
}

div.menu #jkulogo {
	position:absolute;
	bottom: 5px;
	left:40px;
}

div.content ul {
	position:relative;
	left:20px;
}

div.content #footertext {
	position:absolute;
	bottom:0px;
	width: 800px;
	text-align:center;
	font-size:8pt;
	color: #303080;
	
}

pre {
  font-family: Courier New,monospace;
	font-size: 9pt;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
	padding: 0.50em;
	margin: 0 2.3em 0 2.3em;
}

p.cmd {
  font-family: Courier New,monospace;
	border-style: none;
	padding: 0.50em;
	margin: 0 2.3em 0 2.3em;
	text-align: left;
}

td {vertical-align:top;}

table.liste    { border-collapse: collapse; }
table.liste th { text-align:left; padding:2px; padding-left:5px; }
table.liste td { padding:2px; padding-left:5px; padding-right:5px; }
