body 
	{
	font-family: verdana;
	font-size: 11px;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
	background-color:#cccccc;;
	}
#content_background
	{
	width:780px;
	height:340px;
	background-color:#cccccc;
	background-image: url(images/content_background.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	padding:0px;
}	
	
#content
	{
	position:absolute;
	top:0px;
	left:0px;
	width:790px;
	height:100%;
	padding:0px;
	overflow:auto;
	}
#content2
	{
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:100%;
	padding:10px;
	padding-right:0px;
	table-layout:fixed;
	}

#arrow
	{
	width:10px;
	height:10px;
	background-image: url(images/arrow_sym.png);
	background-repeat:no-repeat;
	}

#arrow_white
	{
	margin-top:2px;
	width:10px;
	height:10px;
	background-image: url(images/arrow_white_sym.gif);
	background-repeat:no-repeat;
	}

#arrow_grey
	{
	margin-top:2px;
	width:10px;
	height:10px;
	background-image: url(images/arrow_grey_sym.gif);
	background-repeat:no-repeat;
	}

#cube_white
	{
	margin-top:4px;
	margin-left:1px;
	margin-right:1px;
	width:8px;
	height:8px;
	background-image: url(images/cube_white_sym.gif);
	background-repeat:no-repeat;
	}
#aktiv{
	color:#FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
#inkativ{
	color:#8d939d;
	font-family: verdana;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
.aktiv{
	color:#FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.inkativ{
	color:#8d939d;
	font-family: verdana;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}

#cube_grey
	{
	margin-top:3px;
	width:10px;
	height:10px;
	background-image: url(images/cube_grey_sym.gif);
	background-repeat:no-repeat;
	}

a{
	color:#8d939d;
	font-family: verdana;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a:visited{
	color:#FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
a:active{
	color:#FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

#menu{
 		position:absolute;
		left:-7px;
		top:122px;
}		
#menu a:link, a:visited, a:active {
	color:#8d939d;
	font-family: verdana;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
#menu a:hover{
	color:#FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.spacer{
	clear:both;
}
#contact a:link, a:visited, a:active {
	color:#8d939d;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
#contact a:hover{
	color:#FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.button_active{
	background-image:url(images/button_inactive.png);
	width:157px;
	height:30px;
	color:#FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	background-color:transparent;
	border:0px solid #FFFFFF;
	padding-bottom:3px;
}
.button_inactive{
	background-image:url(images/button_active.png);
	width:157px;
	height:30px;
	color:#FFFFFF;
	color:#8d939d;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	background-color:transparent;
	border:0px solid #FFFFFF;
	padding-bottom:3px;
}
.pdf_sym{ width:17px;
		height:17px;
		cursor:pointer;
		background-image:url(images/pictograms/pdf_sym.gif);
		}
.excel_sym{ width:16px;
		height:16px;
		cursor:pointer;
		background-image:url(images/pictograms/excel_sym.png);
		}
