#container {
	width: 550px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
}
#container #content {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
}
body {
	background-color: #a6a29a;
   font-style : normal; 
   font-weight : normal; 
   font-size : 10pt; 
   font-family : arial; 
   color : #2d2d2d;
   text-decoration : none;
}
a:link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#type-content {
	font-size: 18px;
	color: #000000;
	text-align: left;
	text-indent: 50px;
}


#container #content #Table_01 p {
	padding-left: 20px;
	padding-right: 20px;
}
#container #content #Table_01 h1 {
}

/* tooltip-dingen*/

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}


#ajax_tooltipObj .ajax_tooltip_arrow{	
	background-image:url('../images/arrow2.gif');
	width:14px;
	position:absolute;
	left:6px;
	top:-5px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:35px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #555b5d;	
	left:18px;	
	top:-5px;
	position:absolute;
	width:170px;	
	height:20px;	
	background-color:#cccccc;	
	padding:5px;	
	font-size:12px;	
	overflow:auto;	
	z-index:1000001;
}

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: #999999;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px arial;
background-color: #637271;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid black;
background-color: #d1d1d1;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
