﻿/* style8 modificado especifico */
.rechts300 {
	width: 310px;
	vertical-align: top;
	border-style: solid;
	border-color:#e8eeeb;
	background-color: #e0e0e0;
	text-align: center;
	border-width: 2px 2px 2px 11px;
	border-radius: 8px;
}
.textstrich {
	text-decoration: underline;
	font-size: 13pt;
}
/* texte groesse 15 */
.text15 {
	font-size: 15pt;
}
/* texte im Rahmen: style205 */
.text-rahmen {
	margin: 3px;
	border: 3px #777777 solid;
	border-radius: 8px;
	padding: 6px;
	font-family: Calibri;
	font-size: 110%;
	text-align:justify;
}
/* Texte links im rahmen */
.inhalt {
	margin: 3px;
	border: 3px #777777 solid;
	border-radius: 8px;
	padding: 3px;
	font-family: Calibri;
	font-size: 105%;
	text-align: left;

}
/* texte im Rahmen: obere ecke */
.topre-geohist {
	text-align: center;
	border: 0px solid #E8EEEB;
	background-color: #666666;
	background-image: url('geoliteratur/Pic-back-cell-01.jpg');
	opacity: 0.9;
	border-radius: 6px;
	box-shadow: 2px 2px 3px #444444;
	width: 25%;
}
/* texte im Rahmen: text oben rechts */
.txtwhite3 {
	color: #252f41;
	font-size: 18pt;
	font-family: Calibri;
	font-weight:bold;
}
/* texte im Rahmen: text unten rechts */
.txtwhite3unt {
	font-family: Calibri;
	font-size: 13pt;
	font-weight:bold;
	color: black;
	opacity: 0.6;
	background-color: #999999;
}
/* Texte links im duennen rahmen: Normaler text */
.text-r3 {
	font-family: Calibri;
	font-size: 13pt;
	text-align: left;
	margin: 3px;
	border: 1px #777777 solid;
	border-radius: 8px;
	padding: 6px;
	background-color: #e6e6e6;
	background: linear-gradient(-45deg, #e6e6e6, #d9d9d9, #e6e6e6);
}
.kleintext {
	font-family: Calibri;
	font-size: 12pt;
	text-align: left;
	margin: 3px;
	border: 1px #999999 solid;
	border-radius: 8px;
	padding: 6px;
	background-color: #e6e6e6;
	background: linear-gradient(-45deg, #e6e6e6, #d9d9d9, #e6e6e6);
	opacity: 0.7;
}
/* Texte links im duennen rahmen: animiert, Infos der Abbs */
.infotext {
	margin: 4px 4px;
	font-size: 13pt;
	color: #666666;
	border: 1px solid #666666;
	background-color: #e6e6e6;
	background: linear-gradient(-45deg, #e6e6e6, #d9d9d9, #e6e6e6);
	font-family: Calibri;
	text-align: left;
	padding-left: 6px;
	border-radius: 8px;
}
.infotext:hover {
	color: #0d0d0d;
	border: 1px solid #262626;
}


