
* {
	font-family: Verdana, Sans, Helvetica;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #ccc; 
	font-size: 11pt;
	line-height: 17pt;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
}

img {
	border: none;
}

textarea {
	font-family: monospace;
	font-size: 12pt;
}



#container { 
 	padding: 170px 2cm 1cm 160px;
}



#logo {
	position: absolute; 
	top: 5px; 
	left: 140px;
	width: 100px;
	height: 100px;
}



#menu {
	position: absolute; 
	top: 195px; 
	left: 20px;
	max-width: 200px;
}

#menu a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	padding: 1px;
}

#menu a.active {
	color: #000;
	background-color: #fff;
}

ul#menulevel1 {
	margin: 0;
	padding: 0;
}

#menulevel1 ul {
  	margin-left: 1em;
  	padding: 0;
}

#menulevel1 li {
	list-style-type: none;
}



.body div.indent {
 	margin-left: 1em;
}

.body ul {
	padding: 0;
	list-style-position: outside;
}

.body a:hover {
	text-decoration: underline;
}

.body table {
	border-collapse: collapse;
}

.body table td
{
	padding: 7px 10px 7px 0;
	margin: 0;
	border-bottom: 1px solid #444;
	vertical-align: top;
}

.body .news .column1
{
	white-space: nowrap;
	font-weight: bold;
}



.warn {
	background-color:#b00;
	color:#ff0;
	padding: 0.2em;
}


/*
**	Additions by T-TB:
*/

ul#menulevel1 li { border-top: 1px solid #444; }
ul#menulevel1 li:first-child { border-top: none!important; }
ul#menulevel1 li a { display: block; }


