/* Print-CSS für www.black-strom.de.vu */

/*
Enhhält:
- CSS Angaben für das Drucken
-
*/




/* Abstände aller Elemente werden auf Null gesetzt + weitere Formatierungen */
html, body, div, p, h1, h2, h1, ul, ol,
span, a, table, td, form, img, li {
 margin: 0;
 padding: 0;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



/* +++ Allgemeine CSS +++ */
html, body {
 font-size: 101%;
}

.center {
 text-align: center;
}

img {
 border: 0;
}


h1, h2 {                        /* Überschrift allgemein */
 font-weight: bold;
 color: black;
 margin-top: 1.5em;
 margin-bottom: 0.5em;
}

h1 {		       		/* Überschrift für Inhalt */
 font-size: 1.5em;
}

h2 {				/* Unter-Überschrift bei Inhalt */
 font-size: 1.1em;
}

h3 {				/* Unter-Unter-Überschrift bei Inhalt */
 font-size: 1em;
 font-weight: bold;
 color: black;
 margin-top: 1.5em;
 margin-bottom: 0;
}

/* +++ END Allgemeine CSS +++ */



/* +++ Allgemeine Link Formatierungen +++ */

a.de, a.en, a.de_en {    	/* statt dem bild wird ein leerraum angezeigt*/
 padding-left: 1em
}

a.de[href]:after,       		/* URL beim drucken anzeigen */
a.en[href]:after,
a.de_en[href]:after {
 content:" «"attr(href)"»";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
}

/* +++ END  Allgemeine Link Formatierungen +++ */


/* +++ hautmenu +++ */
#hautmenu {
 display: none;
}
/* +++ END  hautmenu +++ */


/* +++ untermenu +++ */
#untermenu {
 display: none;
}
/* +++ END  untermenu +++ */


/* +++ Menü beim Inhalt +++ */
#inhalt_menu {
 display: none;
}
/* +++ END  Menü beim Inhalt +++ */


/* +++ Inhalt +++ */

#inhalt {                        /* Inhalts Block */
 float : left;
}

#inhalt p {                      /* Text */
 font-size: 1em;
 margin-bottom: 1em;
}

#inhalt ul {                     /* Normale Liste */
 padding-left: 1em;
 padding-bottom: 1em;
}

.absatz {                        /* Erzwungener Absatz */
 clear:both
}

/* Rahmen um Bild und Beschreibungstext */
div.bild_1, div.bild_2,         /* für alle Bilder */
div.bild_3, div.bild_4  {
 font-size: 94%;
 text-align: center;
 margin-bottom: 1em;
}
div.bild_1 {			/* Block */
}
div.bild_2 {			/* Text fliest rechts vorbei*/
 margin-right: 0.8em;
 float: left;
}
div.bild_3 {			/* Text fliest links vorbei*/
 margin-right: 0.8em;
 float: right;
}
div.bild_4 {			/* Zentriert ausrichten*/
 margin-left:auto;
 margin-right:auto;
}
div.bild_1 div, div.bild_2 div,  /* text unter dem Bild */
div.bild_3 div, div.bild_3 div {
 margin-top: 0.5em;
}

/* Thumb */
div.bild_thumb {			/* Rahmen um das Thumb herum */
 float: left;
}
.thumb {	     			/* Thumb Bild selber */
}
.lupe {	       			/* Lupe unter Thumb Bild */
 display: none;
}
.print {                         /* war nur ein test */ 
 display: none;
}


/* Für Block: Achtung die Schaltung ... */
#achtung img{                      /* Bild */
 float: left;
 padding-right: 1em;
}


pre {                           /* Quelltexte */
 font-family: Courier;
 font-size: 0.8em;
 padding: 0.5em;
}


/* +++ END  Inhalt +++ */


/* +++ Fußzeile +++ */

#fusszeile {
 font-size : 0.9em;
 width : 100%;
 text-align: center;
 margin-top : 2em;
}

/* +++ END  Fußzeile +++ */




















/* ###############################################################
##################################################################
#################################################################*/

/* Schrifftart */
html, body, div, p, h1, h2, h1, ul, ol,
span, a, table, td, form, img, li {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Allgemeine CSS */
.center {
 text-align: center;
}

img {
 border: 0;
}

a.de, a.en, a.de_en {    /* statt dem bild wird ein leerraum angezeigt*/
 padding-left: 1em
}



