/* Grundlayout */

  html {
	 background: transparent!important;
  }
  body {
	 margin: 10px 10px;
	 max-width: 960px;
	 font-family: sans-serif;
	 color: #000000;
  }
/*	
  main, svg {
    border-radius: 0 8px 8px;
    border: 1px solid;
    padding: 10px;
    margin: 10px;
  }
*/	
  article h2 {
	 text-align:center;
  }
  main {
    display: block;     /* f�r IE */	
    background: #c4ced3;
    border-color: #8a9da8;
    min-height: 400px;
  }

  a {
		/* white-space: nowrap; */
  }
  a.pdf{
		background-image: url(../Bilder/pdf.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding: 0 0 0 23px;      /* t-r-b-l */
	}
	a.Mail{
		background-image: url(../Bilder/Email.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding: 0 0 0 15px;      /* t-r-b-l */
	}	
	a.Link{
		background-image: url(../Bilder/Welt.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding: 0 0 0 15px;      /* t-r-b-l */
	}	
  a.Termine {
    text-decoration: none ;
    padding: 10px 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
  }
  .Termine:hover, .Termine:focus {
  }
/*  
  div {
    white-space: wrap;
    line-height: 1.5em;
  }
*/    
  p {
  	padding-left:20px;
  	padding-right:20px;
    line-height: 1.5em;
    white-space: wrap;  	
  } 
  p.Top {
    text-align: right;
    padding-right: 20px;
    font-size: smaller;
  }
  p.Start{
    text-align: center;
    font-size: 110%;
    color: white;
    margin: 2px ;        /* t-r-b-l */
  }
	p.Copy {
		text-align: right;
		font-style: italic;
		font-size: 80%;
	}  
  p.Hinweis1{
    text-align: center ;
	  padding: 3px ;
    background-color: #e0e0e0 ;
    border: 1px solid #308927 ;
    margin: 10px;
  }
  p.Hinweis2{
    text-align: center ;
	  padding: 3px ;  
    color: #3f3f3f ;
    background-color: rgb(204,255,0) ;
    border: 1px solid #308927 ;
    margin: 10px;    
  }
    
  h1 {
  	padding-left:20px;
  }
	h2 {
		margin-top:0;
	}  
  h5 {
    font-weight:bold;
    font-size: 1.0em;
		padding: 3px ;	
    margin: 0 20px;
  }
	a.Drucken{
		background-image: url(../Bilder/printer16.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 0 0 0 23px;      /* t-r-b-l */
	}	
	a.edit{
		background-image: url(../Bilder/edit.png);
		background-repeat: no-repeat;
		background-position: left;
		font-size: bold;
		padding: 0 0 0 23px;      /* t-r-b-l */
	}	

  .copy{
		font-size: .8em;
		font-style: italic;
	}

nav#SO ul {
  display: inline;
}
nav#SO li {
	margin: 5px 0 ;
}
	/*----- Adressen bei Der Verein -----*/
	section.AdresseOben 
	{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		/* Safari 6.1+ */

		justify-content: space-around;
		-webkit-align-items: flex-start;
		/* Safari 6.1+ */

		align-items: flex-start;
	}
	section p.Adresse {
		-webkit-flex: 1;
		flex: 1;
		max-width: 50%; 
		margin-top: 0;
		margin-bottom: 0;
	}

	.AdresseLinks, .AdresseLRechts {
		-webkit-flex: 2;
		flex: 2;
	}
	.AdresseLinks {
		font-style: italic;
	}
	/*--------------------*/
		
	/*----------------------------------------------------------------------*/
  /*---------- Smart Phones und Tablets mit mittlerer Aufl�sung ----------*/
	/*----------------------------------------------------------------------*/
  @media all and (min-width: 35em) {
	}
	
	/*-----------------------------------*/
  /*---------- Large screens ----------*/
	/*-----------------------------------*/
  @media all and (min-width: 50em) {
	}