
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	height:100%;
}

a {
	color: black;
}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}

a img { border:0; }

.bigbox {
	margin:auto;
	width:700px;
	height:1000px;
	border: 1px solid white;
	text-align:center; 
}

.titlebox {
	width:100%;
	height:20px;
	border: 1px solid white;	
}

.pagetext {
	margin:5px;
}

.menubox {
	width:100%;
	height:5%;
	background-color:#656584;
	border: 1px solid #656584;
}


.textbox {
	position:relative;
	background-color:white;
	width:100%;
	height:75%;	
	border: 1px solid white;
	overflow: auto;
}

.gast {
	font-family: Arial,Helvetica;
	font-size:18px;
	text-decoration:underline;
	text-align:left;
	color:black;
	margin:5px;
}

.abstract {
	font-family: Arial,Helvetica;
	font-size:12px;
	text-align: justify;
	color:black;
	margin:5px;
}

.gastbox {
	margin:10px;
	width:80%;
	text-align:left;
	border: 1px solid black;
	z-index:0;
}

.vpopupdiv {
	position:relative;
	background-color:#ccccff;
	z-index:1;
}

.teamhplink {
	color: blue;
}

.content {
	margin:10px;
	font-size:18px;
	text-align: justify;
}

.title {
	font-size:20px;
	color:#4664b4;
	font-weight: bold; 
	text-align: left;
	margin:20px;
}
