body{
	background-color: #E6E8EF;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	height: 100%;
	margin: 0px;
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
}

table.rahmen {
	border-left: 1px solid #010101;
	border-right: 1px solid #010101;
}

td.bottompanel {
	background-image: url(images/bottom_panel/bottom_panel_bg.gif);
	height: 30px;
}

td.headpanel {
	background-image: url(images/top_panel/top_panel_bg.gif);
	color: #FFFFFF;
	font-family: Georgia, sans-serif;
	font-size: 16pt;
	font-style: normal;
	height: 30px;
}
	#xpPane{
		background-image: url(images/xp_panel/xp_panel_bg.gif);	
		float:left;
		height:100%;
		width:200px;	/* Width of panel */
	}
	#xpPane .panel{
		margin-left:10px;
		margin-right:10px;
		margin-top:5px;	
	}
	#xpPane .panelContent{
		font-size:0.7em;
		background-color: #C7D0D9;
		border-bottom:1px solid #8A9DAF;	
		padding-left:2px;
		padding-right:2px;	
		overflow:hidden;
		position:relative;
	}
	#xpPane .panelContent div{
		position:relative;
	}
	#xpPane .panel .topBar{
		background-image:url('images/xp_panel/xp_panel_title_bar.gif');
		background-repeat:no-repeat;
		background-position:top right;
		height:21px;
		padding-right:5px;
	}
	#xpPane .panel .topBar span{	/* Heading text options */
		line-height:21px;
		vertical-align:middle;
		font-family:arial;	/* Arial font */
		font-size:0.7em;	/* Font size */
		color:#000000;	/* Light blue color */
		font-weight:bold;	/* Bold font */
		padding-left:5px; 	/* Space at the left */
		float:left;	/* Don't change this one */
		
	}
	#xpPane .panel .topBar img{
		float:right;
		cursor:pointer;
	}
	div.menu {
		margin-left: 10px;
	}
	.tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #374467;
	}
	.aTab{
		border-left:1px solid #374467;
		border-right:1px solid #374467;
		border-bottom:1px solid #374467;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;	

	}
	.tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.tabPane .tabActive{
		background-image:url('images/tab_panel/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.tabPane .tabInactive{
		background-image:url('images/tab_panel/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.tabPane .inactiveTabOver{
		background-image:url('images/tab_panel/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.tabPane img{
		float:left;
	}
#content {
   position: absolute;
   left: 200px;
   top: 30px;
	height: 98%;
	width: 80%;
}
a.menulink, a.menulink:link, a.menulink:visited {
	color: #010101;
}
a.menulink:hover {
	color: #374467;
}
td.screenshot {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10pt;
}