/********************************************** POPUP */
.popup {
	position:absolute;
	height:100%;
	top:-5;
  left:-5px;
	padding-top:120px;
	display:none;
}
.popup iframe {
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: .0;
	filter: alpha(opacity=0);
}
.popup .fade {
	position:absolute;
	z-index:1000;
	top:-5;
	left:-5;
	background-color:#999;
	width:100%;
	height:100%;
	filter: alpha(opacity=60);
}
.popup .framegroot {
	position:absolute;
  top:15%;
  left:32%;
	z-index:1001;
	margin:0px;
	padding:0px;
	height:auto;
	border:1px solid #034D32;
	background-color:#FFF;
  border-collapse: collapse;
}
.popup .framegroot .bar {
	background-color:#034D32;
	height:25px;
	width: 100%;
}
.popup .framegroot h2 {
	display:inline;
	float:left;
	color:#CDDBD6;
	font-size:12px;
	margin:0 0 0 10px;
	line-height:20px;
}
.popup .framegroot b {
	display:inline;
	float:left;
	color:#CDDBD6;
	font-size:12px;
	margin:0 0 0 10px;
	line-height:20px;
}
.popup .framegroot .bar img {
	float:right;
	margin:3px 5px 0 0;
}
.popup .framegroot .print {
	margin:10px 10px 0 0;
	text-align:right;
}
.popup .framegroot .inner {
	margin:5px 10px 15px 10px;
}

/********************************************** POPUPinlog */
.popup .framegrootpopup {
	position:absolute;
  top:20%;
  left:25%;
	z-index:1004;
	margin:0px;
	padding:0px;
	height:auto;
	border:1px solid #034D32;
	background-color:#FFF;
}
.popup .framegrootpopup .bar {
	background-color:#034D32;
	height:25px;
	width:225px;
}
.popup .framegrootpopup h2 {
	display:inline;
	float:left;
	color:#CDDBD6;
	font-size:12px;
	margin:0 0 0 10px;
	line-height:20px;
}
.popup .framegrootpopup b {
	display:inline;
	float:left;
	color:#CDDBD6;
	font-size:12px;
	margin:0 0 0 10px;
	line-height:20px;
}
.popup .framegrootpopup .bar img {
	float:right;
	margin:3px 5px 0 0;
}

/********************************************** SUMuitleg */
.sumUitleg {
	width:300px;
	margin-bottom:10px;
}
.sumUitleg .top {
	height:10px;
	background-image:url(/common/images/bgSumUitlegTop.gif);
	font-size:1px;
}
.sumUitleg .mid {
	background-image:url(/common/images/bgSumUitlegMid.gif);
	background-position:0% 0%;
	background-repeat:repeat-y;
	margin:0;
	padding-bottom:10px;
}
.sumUitleg .bot {
	height:10px;
	background-image:url(/common/images/bgSumUitlegBot.gif);
	font-size:1px;
}
.sumUitleg dt 
{
  width:270px;
	float:left;
	margin:5px;
	padding:5px;
	clear:both;
	border-bottom:1px solid #F3C4BE;
}
.sumUitleg dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.sumUitleg dl.line {
	border-top:3px solid #F3C4BE;
}
.sumUitleg dl.tot {
	background-color:#F9E6E0;
}
.sumUitleg dl.tot dd,
.sumUitleg dl.subtot dd {
	font-size:20px;
	color:#DA3643;
}
.uitlegNummer 
{
  float: left; 
  color: #DA3643; 
  font-weight: bold; 
  font-size: 14px;
}

/********************************************** SUMuitleg */
.sumUitlegGroot {
	width:348px;
	margin-bottom:10px;
}
.sumUitlegGroot .top {
	height:10px;
	background-image:url(/common/images/bgSumUitlegTop348.gif);
	font-size:1px;
}
.sumUitlegGroot .mid {
	background-image:url(/common/images/bgSumUitlegMid348.gif);
	background-position:0% 0%;
	background-repeat:repeat-y;
	margin:0;
	padding-bottom:10px;
}
.sumUitlegGroot .bot {
	height:10px;
	background-image:url(/common/images/bgSumUitlegBot348.gif);
	font-size:1px;
}
.sumUitlegGroot dt 
{
  width:318px;
	float:left;
	margin:5px;
	padding:5px;
	clear:both;
	border-bottom:1px solid #F3C4BE;
}
.sumUitlegGroot dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.sumUitlegGroot dl.line {
	border-top:3px solid #F3C4BE;
}
.sumUitlegGroot dl.tot {
	background-color:#F9E6E0;
}
.sumUitlegGroot dl.tot dd,
.sumUitlegGroot dl.subtot dd {
	font-size:20px;
	color:#DA3643;
}