.text1	{
	padding:15px 60px 80px 60px;
	background:linear-gradient(45deg, #ffffff, #DDDDDD, #ffffff, #DDDDDD, #ffffff, #DDDDDD, #ffffff, #DDDDDD);
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:24px;
	line-height:28px;
	text-align:justify;
	hyphens: auto;
	-webkit-box-shadow:rgba(0,0,0,.1) 7px 7px;
	-moz-box-shadow:rgba(0,0,0,.1) 7px 7px;
	box-shadow:rgba(0,0,0,.1) 7px 7px;
	border:2px groove white; 
	-moz-border-radius:5px;
	border-radius:5px;
	animation: bg_text alternate 2s infinite;
	}
.text1 a:link 	 { color:#0000FF; text-decoration:none; }
.text1 a:visited { color:#0000FF; text-decoration:none; }
.text1 a:hover 	 { color:#0000FF; text-decoration:underline; }

@keyframes bg_text {
    0% {background-position: 0% 100%}
    100% {background-position: 100% 50%}
}

.title {
	margin:2vw 0;
	text-align:center;
	font-size:48px;
	line-height:58px;
	color:#FF0000;
	font-weight:bold;
		}

.title2 {
		position:relative;
		width:600px;
		height:auto;
		text-align:center;
		font-size:20px;
		color:#333333;
		font-weight:bold;
		}


.rh1 {
	font-size:16px;
	text-align:center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color:#FFFF00;
	border-left:1px solid #A7A7A7;
	border-top:1px solid #A7A7A7;
	border-right:1px solid #A7A7A7;
	padding:5px 0;
	margin-bottom:0;
}
.rh2v {
	font-size:20px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color:#FFFF00;
	padding:5px 0;
	margin-top:0;
	margin-bottom:50px;
	border-left:1px solid #A7A7A7;
	border-bottom:1px solid #A7A7A7;
	border-right:1px solid #A7A7A7;
	box-shadow:5px 5px 10px #cccccc;
}
.rh2 {
	font-size:24px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color:#FFFF00;
	padding:5px 0;
	margin-bottom:50px;
	border-left:1px solid #A7A7A7;
	border-bottom:1px solid #A7A7A7;
	border-right:1px solid #A7A7A7;
	box-shadow:5px 5px 10px #cccccc;
}
.rh23 {
	font-size:24px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color:#FFFF00;
	padding:5px 0 0 0;
	margin-bottom:0;
	border-left:1px solid #A7A7A7;
	border-right:1px solid #A7A7A7;
	box-shadow:5px 5px 10px #cccccc;
}
.rh3 {
	font-size:16px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color:#FFFF00;
	padding:0 0 5px 0;
	margin-top:0;
	margin-bottom:50px;
	border-left:1px solid #A7A7A7;
	border-bottom:1px solid #A7A7A7;
	border-right:1px solid #A7A7A7;
	box-shadow:5px 5px 10px #cccccc;
}
ul {
	margin-left: 100px;
}
#pagelink	{
		position:relative;
		height:32px;
		margin:0 0 120px 0;
		padding-bottom:35px;
		text-align:center;
		background-image:url(https://www.deutscheakademiederwissenschaften.de/pictures/Buttons/bt_gray_light220.gif);
		background-repeat:repeat;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		-webkit-box-shadow:rgba(0,0,0,.1) 7px 7px;
		-moz-box-shadow:rgba(0,0,0,.1) 7px 7px;
		box-shadow:rgba(0,0,0,.1) 7px 7px;
		border:2px groove white; 
		-moz-border-radius:5px;
		border-radius:5px;
		}
#pagelink a:link 	{ color:#0000FF; text-decoration:none; }
#pagelink a:visited { color:#0000FF; text-decoration:none; }
#pagelink a:hover 	{ color:#FF0000; text-decoration:none; }

#pagelink .left {
		display:block;
		float:left;
		margin-left:15px;
		}
#pagelink .right {
		display:block;
		float:right;
		margin-right:15px;
		}

#foot	{
		margin:90px 0 100px 0;
		clear:both;
		text-align:center;
		}
.copyright	{
		font-size:10px;
		font-family:'Times New Roman', Times, serif;
		color:#FFFFFF;
		}
.copyright a:link 	 { color:#FFFFFF; text-decoration:none; }
.copyright a:visited { color:#FFFFFF; text-decoration:none; }
.copyright a:hover 	 { color:#FF0000; text-decoration:none; }
