h2 {
	width: 100%;
}


* {
	font-family: sans-serif;
	color: white;
}
body {
	margin: 0px;
	border: none;
	padding: 0px;
	height: 100%;
	background-color: black;
}

#lbar {
	border: none;
	padding: 0px;
	border-right: 1px solid black;
	width: 200px;
	margin: 0px;
	margin-right: 10px;
/*	float: left;*/
/*	border-bottom: 3px solid black;*/
	vertical-align: top;
}

h2 {
	padding-bottom: 0px;
}

#ltab {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div.menu {
	/*
	width: 200px;
	*/
	height: 100%;
	display: block;
	padding: 15px;
	/*
	background-color: rgb(244,255,255);
	background-color: black;
	*/
	background-repeat: no-repeat;
	background-image: url('lf2.png');
	color: white;
}

.menu a {
	margin-bottom: 20px;
	width: 100%;
	display: block;
	font-size: 14pt;
	color: white;
	text-decoration: none;
	padding: 3px;
	text-align: left;
	border: none;
	white-space: nowrap;
}

.menu a:visited {
	text-decoration: none;
}

.menu a:hover {
	border: none;
	text-decoration: none;
	color: rgb(220,170,150);
}


td {
	height: 100%;
	width: 100%;
}
	
#header {
	margin: 0px;
	padding: 8px;
	padding-left: 20px;
	border: 0px;
	color: rgb(200,180,150);
	font-family: Euromode, sans-serif;
	border-bottom: 3px solid black;
	background-color: rgb(100,80,80);
	border-bottom: 2px solid rgb(120,100,100);
	font-size: 22pt;
	font-weight: bold;
	height: 30px;
}

#header2 {
	height: 25px;
	background-color: rgb(135,130,125);
	border-bottom: 2px solid rgb(120,100,100);
}

div.img {
	width: 100%;
	text-align: center;
}

.format {
	border-collapse: separate;
	cell-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#main {
	vertical-align: top;
	padding: 10px;
	width: 100%;
	padding-right: 30px;
}	

.side {
	width: 120px;
	background: rgb(255,247,231);
	padding: 10px;
	border: none;
	vertical-align: top;
}

.side_main {
	padding: 10px 10px 10px 0px;
}

.bor {
	vertical-align: bottom;
}

td {
	border: none;
}

TABLE.format TH {
	font-weight: normal;
	text-align: right;
	background: transparent;
	border: 0px;	
}

.active {
}

tt {
	font-family: courier, fixed;
}

p {
	text-align: justify;
}

span.cite {
	font-style: italic;
}

a.mejl {
	width: 100%;
	display: block;
	font-size: larger;
	text-decoration: none;
	margin: 2px;
	font-weight: bold;
}

div.mejlist {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 10px;
	background-color: rgb(30,20,20);
}
