/* CSS fuer die Textversion (_plaintext) der Webseite */

/* Gunnar Meyn, 09.08.2015 */

img {
	width: 0px;
	height: 0px;
}

* {
	font-family: Arial;
}

h1{
	font-size: 120%;
}

h2{
	font-size: 100%;
}

#navigation {
	list-style: none;
}

#GuestEntry { 
	margin-bottom: 40px;	
}

#GuestLine1 {
	margin-bottom: 5px;
}

#GuestLine2 {
}

.ScreenRHide{
	position: absolute;
	left:-9999px;
}

.plainhide {
	/* nur zum Verstecken von Text im Plaintext */
	position: absolute;
	left:-9999px;	
}

#HauptStrg {
	position: absolute;
	left:-9999px;
}

.HauptZeileA {
	margin-bottom: 20px;
}
.HauptZeileB {
	margin-bottom: 20px;
}

.HauptZeile1 {
	margin-bottom: 20px;
}

.HauptZeile2 {
	margin-bottom: 20px;
}

.GlossarHinweis_Titel {
	font-weight: bold;	
	text-decoration:underline;
	color: #FF0000;
}

.GlossarHinweis {
	font-weight: bold;	
	color: #FF0000;
}

.GlossarEntry_1 {
	margin-top: 25px;	
	margin-bottom: 15px;
}

.GlossarEntry_2 {
	margin-top: 15px;	
	margin-bottom: 15px;
}

.MyBegriff {
	font-weight: bold;
	font-size: 120%;
}

.Glossar_ABK_Entry_1 {
	margin-top: 15px;	
	margin-bottom: 15px;
}

.Glossar_ABK_Entry_2 {
	margin-top: 15px;	
	margin-bottom: 15px;
}

.My_Abk{
	font-weight: bold;
	font-size: 120%;
}

#hauptbereich {
	margin-left: 3em;
}

#randbereich {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

#Menuezeile {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#randbereich ul {
	list-style: none;
}

.MyUeberUnsOrtEntry{
	min-height: 1em;
	margin-top: 0.5em;
	background: #FFFFFF;
}

.MyUeberUnsEntry{
	min-height: 50px;
	margin-bottom: 2em;	
	background: #FFFFFF;		
}

.MyUeberUnsOrt{
	min-height: 1em;
	margin-bottom: 0.5em;
	background: #FFFFFF;
	font-weight: bold;	
}

.MyPartnerEntry{
		margin-top: 1em;	
		margin-bottom: 3em;
}

/* Fieldset-Liste im Guestbook-Insert definieren: */

#HauptLokal fieldset {
	border: 0px;
}

#HauptLokal fieldset ul {
	list-style: none;	
	margin-left: 0em;
	margin-top: 0em;
}

#HauptLokal fieldset ul  li {
	padding-bottom: 1em;
}
/* Ende: Fieldset-Liste-Def */
