/* Maler-Becker-Schule STYLE: PRINT */

#navigation { display: none; }
#infobox { display: none; }

#text {	width: 120mm; }
	
#infobox, #adressbox, #rechts { margin-top: 15mm; }

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans;
	font-size: 10pt;
	}

img {	margin-bottom: 10mm;	}

a {
	font-weight: bold;
	text-decoration: none;
	color: #333;	
	border-bottom: 1pt dotted #999;
	}
	
a:hover {
	color: #fff;
	background-color: #F06838;
	border-bottom: 0;
	}

h3, h4, h5, em { color: #F06838;	}

h1 {	font-size: 16pt; }

h2 {
	font-size: 16pt;
	text-transform: uppercase;
	color: #000;
	}

h3 {	font-size: 14pt;	}

h4 {	font-size: 12pt;	font-weight: bold;	}

h5 {	font-size: 12pt;	font-weight: bold;	}

em {
	font-size: 100%;
	letter-spacing: 0.1em;
	}