/*############################################################*/
/*                                                            */
/*           DRUCK STYLESHEET SCHENCK JAHRESKALENDER          */
/*                                                            */
/*############################################################*/

/*
Autor:     Sebastian Dubbel
Website:   www.thedublab.de
E-Mail:    mail@thedublab.de

Browser:  
		   Fehlerfrei
		   Internet Explorer (Win) >= 5.5
		   Firefox >= 1.0.7
		   Mozilla >= 1.8?
		   Safari
		   Opera >= 8.5
		   Netscape => 7.1
		   
		   Fehlerhaft
		   Internet Explorer (Mac)
*/

/*############################################################*/
/*#                  LAYOUT BLOCK ELEMENTE                   #*/
/*############################################################*/

/* Außen- und Innenabstände aller Elemente zurücksetzen */
* {
	margin:0;
	padding:0;
}

body {
	margin: 0 0.5cm 0 0.5cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	color: #000;
}

/* Bildcontainer wird dynamisch über JavaScript generiert, wenn Navigation benutzt wird */
div#bildcontainer {
	display:none;
}


/*############################################################*/
/*#                FARBSCHEMATA FÜR EINZELSEITEN             #*/
/*############################################################*/

body#bd_100jahre h1 span.jahreszahl {
	color:#b61423;
}

body#bd_1907 h1 span.jahreszahl {
	color:#4fa739;
}

body#bd_1930 h1 span.jahreszahl {
	color:#005071;
}

body#bd_1940 h1 span.jahreszahl {
	color:#671f2b;
}

body#bd_1950 h1 span.jahreszahl {
	color:#0192d1;
}

body#bd_1960 h1 span.jahreszahl {
	color:#dd7329;
}

body#bd_1970_01 h1 span.jahreszahl {
	color:#5d3a36;
}

body#bd_1970_02 h1 span.jahreszahl {
	color:#f5c525;
}

body#bd_1980 h1 span.jahreszahl {
	color:#0d3066;
}

body#bd_1990 h1 span.jahreszahl {
	color:#9a0235;
}

body#bd_2jahrtausend h1 span.jahreszahl {
	color:#336601;
}

body#bd_diezukunft h1 span.jahreszahl {
	color:#007c94;
}

body#bd_carlschenck h1 span.jahreszahl {
	color:#757b3f;
}

/*############################################################*/
/*#                   ALLGEMEINE DEFINITIONEN                #*/
/*############################################################*/

.nomargin {
	margin:0 !important;
}

.unsichtbar {
	display:none;
}

body#startseite .unsichtbar {
	display:inherit;
}


/*############################################################*/
/*#                 TYPOGRAFISCHE DEFINITIONEN               #*/
/*############################################################*/

h1 {
	margin-bottom:.5cm;
	font-size:17pt;
	line-height:1.2;
}

h2 {
	margin-bottom:.3cm;
	margin-top:.8cm;
	font-size:12pt;
	font-weight:bold;
}

p {
	margin-bottom:.5cm;
}

ul,
ol,
dl {
	margin-bottom:.5cm;
	margin-top:.5cm;
}

ul {
	padding-left:1cm;
	list-style-type:disc;
}

ol {
	padding-left:1cm;
	list-style-type:decimal;
}

ul li,
ol li {
	margin-bottom:.2cm;
}

div#inhalt img {
	margin-bottom:.5cm;
}


/*############################################################*/
/*#                        LINKS                             #*/
/*############################################################*/

a, 
a:link,
a:visited {
	color:#e20a16;
}

/*############### LINKZIELE HINTER LINK AUSGEBEN #############*/

/* Linkziele der normalen Links ausgeben */
a:after {
	content: " [URL: "attr(href)"]";
}

/* E-Mail Links und Überschriften mit Link von Linkziel ausnehmen */
a[href^="mailto"]:after,
h2 a:after,
h3 a:after,
h4 a:after,
img a:after {
	display: none;
} 

a img {
	border:none;
}


/*##################### BILDER LINKLISTE #####################*/
ul#bilder_linkliste {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#bilder_linkliste li a {
	text-decoration:none;
}


/*############################################################*/
/*#                       NAVIGATION                         #*/
/*############################################################*/


/*################### NAVIGATION UNTERSEITEN #################*/
ul#navigation {
	display:none;
}
