/* CSS für die Montessori-KiGa-Website. */

html { background: rgb(242,104,32); /* Flyer-Orange */
}

body { 
	background-repeat: repeat-y;
	color: black;
	font-family: sans-serif;
	font-size: 12pt;
	margin-top: 1cm;
	margin-right: 2cm;
	margin-left: 1cm;
	margin-bottom: 1cm;
	padding: 0cm;
}

h1 {
	color: rgb(160,0,0);  /* brownish-red */
	font-size: 24pt;
	line-height: 36pt;
 	font-weight: lighter;
	font-family: sans-serif;
	padding-bottom: 1em;
	letter-spacing: 1px;
}

h2 {
	color: rgb(160,0,0);
	font-size: 12pt;
	line-height: 30pt;
	font-weight: bold;
	font-family: sans-serif;
}

h3 {
	font-weight: normal;
	color: rgb(160,0,0);
	font-size: 12pt;
	font-family: sans-serif;
}

p {
	padding-bottom: 1em;
	margin-top: 0em;
	text-align: justify;
	line-height: 1.2;
}

p.bottomline {
	color: rgb(160,0,0);  /* brownish-red */
	font-size: 10pt;
	margin-left: 1em;
}

img {
	line-height: normal; /* no effect */
}

p.highlight {
	font-weight: bold;
	/* text-indent: 3em; */
}

p.quote {
	/* font-style: italic; */
	font-weight: bold;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: green;
}

a:visited {
	color: green;
}

a.footer {
	text-decoration: none;
}

div.footer {
	font-size: 10pt;
	clear: left;
}

pre.footer {
	font-size: 10pt;
	line-height: 12pt;
}

p.footer {
	font-family: monospace;
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
}

p.navi {
	width: 130px; /* 8em; */
	float: left;
	font-family: sans-serif;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: left;
	padding: 1em;
}

td.navi{
	background: rgb(242,104,32); /* Flyer-Orange */
}
td.text{
 	background: rgb(255,240,180) /* rgb(255,233,147)*/;
}

p.img {
	text-align: center;
}

a.navnsel {
	display: block;
	font-size: 12pt;
	line-height: 14	pt;
	padding-bottom: 6pt;
	text-decoration: none;
	text-indent: -1em;
/*	margin-left: 1em; */
}

/*
span.navnsel {
	display: block;
	font-size: 12pt;
	line-height: 18pt;
	color: green;
}
*/
b.navsel {
	display: block;
	font-size: 12pt;
	line-height: 14	pt;
	padding-bottom: 6pt;
	font-weight: bold;
	color: green;
	text-indent: -1em;
/*	margin-left: 1em; */
}

dl {
	clear: left;
}

dt { /* wie H2 */
	color: rgb(160,0,0);
	line-height: 30pt;
	font-weight: bold;
	font-family: sans-serif;
}

ul {
	text-align: center;
	list-style-type: none;
}
