/* erstellt 22.02.2018 */
/********************************** feste Vorgaben, Gruneinstellungen *******************************************/
* {
	margin: 0;				
	padding: 0;
	border:0;	
	font-family: Arial, sans-serif;
}
body 
{	border:0; color: rgb(0, 0, 0); 	
	background-color: white;
	margin:0 auto; padding:0 auto 0 auto; 			
	width: 100%; max-width: 80em;				}
h1
{	fonts-size:1.3em;				
	text-align:center;			}
	
a 
{	color: black;	
	font-size: 1.2em; 	
	font-weight: bold;
	text-align: center;
	background-color: rgb(180, 180, 200);	}	
}
a:hover
	{  color:yellow; background-color: gray;  a:active;		/*vorher:  #C7FF0F */		}	
	
.menuebutton
	{
		border:2px; padding:7px;  background-color: silver; border-style:solid;
	}
	


.titelzeile
{	background-color: rgb(204, 204, 255);
	width: 94%;
	padding:0 3% 1em 3%; margin: 0 0 1% 0;		}
	
#bild						/************ fürBildergalerie ****************/
{	text-align: center; 		}

#bild img
{	width: 90%; 
max-width:1000px;				}		
			

/*************************************** veränderliche Voreinstellungen bei 1 Spalte ****************************************/
.inhalt
{	width: 100%;
	float:left;					}		/* für Links, bei einspaltig volle Breite */



.menueblock
{	width:100%;
	min-width:10em;
	background-color: rgb(204, 204, 255);
	color: black;
	text-align: center;
	float:left;
	margin-left: 1%;
	margin-right: 1%;;				}

.menueblock img 
{	width: 100%;
	padding: 2 auto;			}
	
.menueblock li 
{	list-style: none;
	font-size: 1.3em;
	padding-left: 1em;
	font-weight: bold;
	text-align: center;
	width: 95%;
	background-color: rgb(180, 180, 200);	}
	
.nurbreit {display: none; }

	
.textblock
{	float:left;
	width:96%;								/* 96% statt 100% verhindert Scrollbalken unten 11.01.19 */
	padding-left:3px;						/* von 2px auf 4 erhöht 07.12.18 */
	padding-right:2px;						/* von 2px auf 3 erhöht 07.12.18 */
	margin:3px;								/* neu ab 07.12.18 */
	color: black;
	font-size: 1em;		}
	
.textblock img
{	width: auto; height: 10em;
	margin-right:0.5em;
	border: 2px solid;
	float:left;					}
  
@media only screen and (min-width:40em) 	/* mittlere Bildschirmbreite, = 2 Spalten   */
{ 	

.nurbreit {display: inline; }



	.textblock
	{ 	width: 48%; 			}

 	.menueblock
	{ 	width: 60%; 			}
	
	
	.inhalt
	{	width: 70%;				}
}


