
/*
.nodruck
{
display: none;
}
*/




/* Fuer die Druckausgabe ueberfluessiges abschalten */
/*
#navigation, #suche, .werbung { display: none; }
#menue-inside { display: none; } // ging nicht
#menue, #logo { display: none; } // OK
*/

/*
#menue, #logo, #unnoetig, #fuss { display: none; }
*/ /* OK */


#menue, #logo, #fuss { display: none; } /* OK */
.unnoetig, #fuss { display: none; }


/* Das "Logo" soll auch im Druck sein Aussehen behalten */
/*
@import url("../_cmn/logo.css");
*/




body {
  margin: 0;
  padding: 0;
  /* font: 12pt Garamond, Palatino, "Times New Roman", Times, serif; */
  font: 12pt "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif; */
  font-family: Verdana, sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
  font-size: 16px;
  text-align: center;
  border: 1px solid #000000; 
}



p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}











/*
a, a:visited, a:hover, a:visited:hover {
  /*color: #04667e;*/
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}
*/



/*
a:link:after, a:link:visited:after {
  // content: " (Link auf <" attr(href) ">) ";
  //font-size: 76%;
  //color: #999;
  color: #ffffff;
  background: transparent;
}
*/



/* rausgeschmissen
a[href^="/"]:link:after {
  content: " (Link auf <http://style-sheets.de " attr(href) ">) ";
}
*/





/* rausgeschmissen
#fuss {
  border-top: 1.5pt solid;
  font-size: .95em;
  color: #333;
  text-align: center;
}
*/








/* ----------------------------------------------------------- */
/* für seite mit impressum - spalte 1                          */
/* ----------------------------------------------------------- */
#imp_sp1 {
/*
font-weight: bold;
text-align : right;
color : #00ff00;
font-size: 24px;
text-decoration: underline;
*/
}


/* ----------------------------------------------------------- */
/* für seite mit impressum - spalte 2                          */
/* ----------------------------------------------------------- */
#imp_sp2 {
text-align: left;
font-weight: bold;
}

#imp_sp2 a {
text-align: left;
font-weight: bold;
}



/* ----------------------------------------------------------- */
/* nur beim druck den link fett drucken ...                    */
/* ----------------------------------------------------------- */
#link_sp2 {
 color : #000000;
 font-weight: bold;
}





/* ----------------------------------------------------------- */
/* nur beim druck den link zum presseartikel fett drucken ...  */
/* ----------------------------------------------------------- */

#fotogal_sp2 {
 color : #000000;
 /*font-weight: bold;*/
}



/* ----------------------------------------------------------- */
/* nur beim druck den link zum presseartikel fett drucken ...  */
/* ----------------------------------------------------------- */

#fotogal_sp3 {
 color : #000000;
 font-weight: bold;
}





/* ----------------------------------------------------------- */
/* formatierung in dunkeltrot, fett, u.a. in restaurierung, .. */
/* ----------------------------------------------------------- */
.big7 {
	/* FONT-WEIGHT: bold; */
	/* FONT-SIZE: 12px; */
	COLOR: #000000;
	text-decoration: none;
	/* FONT-FAMILY: Arial, sans-serif; */       /* schriftart, eine schriftart ohne serifen */	
}





a, a:visited, a:hover, a:visited:hover {
  /* color: #04667e; */
  color: #000000;
  background: transparent;
  text-decoration: none;
  font-weight: normal;
}




/*
#mid12
  {
margin-left: 40px;

  }



#mid12 p
  {
font-size: .8em;
text-align: left;
width: ;
color: black;
  }
  */
  
  
  
  
/* ----------------------------------------------------------- */
/* für linkseite zum ausgeben der URL                          */
/* ----------------------------------------------------------- */  
.printonly { }



/* ----------------------------------------------------------- */
/* formatierung für produktübersichten ausgeben                */
/* ----------------------------------------------------------- */
#big10 {
	FONT-WEIGHT: bold; 
	COLOR: #000000;
	TEXT-ALIGN: left;
	text-decoration: underline;
}

