body{
	margin-top:0px;
	margin-left:20px;
	width:740px;
	padding:0px;
	background-color:#CCCCFF;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*p { 
display: inline; 
margin: 0px; 
}*/
div#header{
	text-align:center;
	background-color:#9999FF;
}
div#crumbs{
	background-color:#9999FF;
	border:1px;
	border-style:solid;
	border-color:#FFFFFF #9999FF;
	padding: 2px 0px;
	text-align:right;
	font-weight:bold;
}
	div#crumbs a:link{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	div#crumbs a:visited{
		color: #FFFFFF;
		text-decoration: none;
		font-weight:bold;
	}
	div#crumbs a:hover{
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: bold;
	}
	div#crumbs a:active{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
div#main{
	background-image:url(../images/bg_groot.gif);
	background-position:top;
	background-repeat:repeat-y;
	margin:5px 0px;
	padding:0px;
	text-align:left;
}
	.navigation{
		float:left;
		width:140px;
		border:1px;
		border-style:solid;
		border-color:#FFFFFF;
		background-color:#9999FF;
		padding: 5px;
		text-align:center;
		line-height:20px;
	}
	.navigation input{
		font-size:10px;
	}
		.navigation a:link{
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
		.navigation a:visited{
			color: #FFFFFF;
			text-decoration: none;
			font-weight:bold;
		}
		.navigation a:hover{
			color: #FFFFFF;
			text-decoration: underline;
			font-weight: bold;
		}
		.navigation a:active{
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
	.content{
		margin-left:160px;
	}
	.content p{
		text-align:justify;
		line-height:18px;
	}
	.content em{
		text-align:justify;
		line-height:18px;
	}
	p.titel{
		background-color:#9999FF;
		border:1px;
		border-style:solid;
		border-color:#FFFFFF;
		padding:0px 5px;
		font-weight: bolder;
	}
	p.subtitel{
		border:1px;
		border-style:solid;
		border-top-color:#CCCCFF;
		border-left-color:#CCCCFF;
		border-right-color:#CCCCFF;
		border-bottom-color:#000000;
		padding:0px 0px;
		font-weight: bold;
	}
	p.center{
		text-align:center;
	}
	p.right{
		text-align:right;
	}
	.callforpapers{
	border:2px;
	border-color:#FFFFFF;
	border-style: groove;
	padding:5px;
	}
	.content ul{
		list-style-type: square;
		line-height:18px;
	}
	.content td{
		text-align:left;
		vertical-align:top;
	}
	.bold{
		font-weight:bold;
	}
	p.printvr{
		font-size:10px;
		text-align:right;
	}
		.content a:link{
			color: #000099;
			text-decoration: none;
			font-weight: bold;
		}
		.content a:visited{
			color: #000099;
			text-decoration: none;
			font-weight:bold;
		}
		.content a:hover{
			color: #000099;
			text-decoration: underline;
			font-weight: bold;
		}
		.content a:active{
			color: #000099;
			text-decoration: none;
			font-weight: bold;
		}
div#footer{
	clear:left;
	background-color:#9999FF;
	border:1px;
	border-style:solid;
	border-color:#FFFFFF #9999FF;
	line-height:20px;
	text-align:center;
}
		div#footer a:link{
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
		div#footer a:visited{
			color: #FFFFFF;
			text-decoration: none;
			font-weight:bold;
		}
		div#footer a:hover{
			color: #FFFFFF;
			text-decoration: underline;
			font-weight: bold;
		}
		div#footer a:active{
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
.dummy{
	display:none;
}