/***************************************************
CSS Stylesheets zu Mampf dem Klimawandel

Erasmus Müller
erasmus@atomstromfrei.de
****************************************************/ 

/**** Alles ****/

body {
 margin: 0;
 padding: 0;
 /* font-size: 100.01%; */
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;
 /* background-color: #002100; */ /* dunkler Hintergrund */
 background-color: #ffffff;
 min-width: 450px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
 /* color: #ffffcc; */ /* Schriftfarbe bei dunklem Hintergrund */
 color: #000000;
}

body.breit {
	min-width:900px;
}

/**** Alles Angezeigte ****/

/* falls <div id="Seite">...</div> eingesetzt wird */
#Seite {				
 max-width: 500px;   /* beschraenkt auf nicht ganze Breite */
 margin: 0 auto;      /* standardkonforme horizontale Zentrierung (in der Mitte) */
 text-align: left;    /* Seiteninhalt links ausrichten */
 padding: 12;
}

/* falls <div id="Seite-breit">...</div> eingesetzt wird */
#Seite-breit {				
 max-width: 1000px;   /* beschraenkt auf nicht ganze Breite */
 margin: 0 auto;      /* standardkonforme horizontale Zentrierung (in der Mitte) */
 text-align: left;    /* Seiteninhalt links ausrichten */
 padding: 12;
}

/**** Schriftgrößen ****/

#tiny-font {
	font-size: 9px;
}

#small-font {
	font-size: 10px;
}

#red-bold-font {
	font-weight: bold;
	color: red;
}

#big-font {
	font-size: 16px;
}

/**** Überschriften ****/

h1		{	font-family:			Arial Narrow, Helvetica;
			font-weight:			bold;
			font-size:				24pt;
			color:				rgb(153,153,153);
			margin-top:			10px;
			margin-bottom:			10px;				}

h2	{	font-family:			Arial, Helvetica, sans-serif;
			font-size:			15pt;
			font-weight:		bold;
			margin-top:			15px;
			margin-bottom:		15px;				}
			
h3	{	font-family:			Arial, Helvetica, sans-serif;
			font-size:			11pt;
			font-weight:		bold;
			margin-top:			18px;
			margin-bottom:		12px;				}
			
h4	{	font-family:			Arial Narrow, Helvetica;
			font-size:			12pt;
			font-weight:			bold;
			color:				rgb(20,20,20);
			margin-top:			20px;
			margin-bottom:			5px;				}
			
h5	{	font-family:			Times New Roman, Times;
			font-size:			12pt;
			font-style:			italic;
			margin-top:			0px;
			margin-bottom:			0px;				}	

/**** Tabellen ****/

table {
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;
}

/**** Verweise allgemein ****/

a:link {
    color: #1336bd;
   text-decoration:none;
  }
a:visited {
    color: #3366ee;
   text-decoration:none;
  }
a:hover {
    color: #4477ff;
   text-decoration:none;
  }
a:active { 
	color: #5588ff;
   text-decoration:none;
  }


/**** Verweise auf Fußnoten ****/

a.footnote {
	font-size: 9px;
}