html, body 
{	
	font-family: Verdana;
	height: 100%;
	padding: 0;	
	margin: 0;
}

body 
{		
	background-color: #EBEAEF;
	font-size: 8pt;
	line-height: 150%;
	color: #333333;
	margin: 10px 0px 0px 0px;
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
 	color: #333333;
}

a:hover
{
	text-decoration: underline;
	color: #333333;
}

img
{
	border: 0;
}

#wrap 
{
	margin: 0 auto;
	width: 920px;	
  	background-color: #fff;
}

#toplogo
{
	width: 920px;
	height: 130px;
	background-image: url('/gfx/logotypes/toplogo.jpg');
}

#content
{
	width: 920px;
	background-color: red;
	border-bottom: 1px solid #000;
}

#left
{
	width: 195px;
	float: left;
	background-color: #fff;
}

#left ul
{
	display: block;
	width: 184px;
	list-style-type: none;
	margin-left: 5px;
	padding: 0;
}

#left ul li
{
	border-bottom: 1px solid #fff;	
	background-color: #464459;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}

#left ul li a
{
	padding: 5px;
	color: #fff;
}

#left ul li ul
{
	width: 174px;
}

#left ul li ul li
{
	font-weight: normal;
	border: 0;
}

#center
{
	width: 510px;
	float: left;
	background-color: #fff;
	padding: 10px;
	line-height: 150%;
}

#right
{
	width: 195px;
	float: left;
	background-color: #F4F9FF;
}

.fckBody
{
	background-color: #fff;
}

table.listtable tr.title
{
	background-color: #CEE7FF;
	color: #333;
	font-weight: bold;
}

table.listtable tr td
{
	border-bottom: 1px solid #ddd;
}

#startpage img.left
{
	float: left;
	margin-right: 10px;	
}

#startpage .box
{
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 10px;
	overflow: auto;	
}

#startpage .headline
{
	font-weight: bold;
}

#startpage .Bigheadline
{
	font-weight: bold;
	font-size: 12pt;
	line-height: 125%;
}

#startpage .date
{
	display: block;
	color: #222;
	font-size: 8pt;
}

#startpage .right
{
	width:390px;
	margin-left: 120px;
	margin-bottom: 5px;
}

