/* Montessori-Pädagogik Neu-Ulm */
/* Grundlagen, vor allem body, Basisformate, Tabellen */

body
{
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Calibri,Verdana,Arial,Sans-Serif;
	font-size: 16px;
	line-height: 20px;
}


/* Grundformate */
p,div,td,th,dt,dl,dd
{
	font-family:Calibri, Verdana, Arial,sans-serif;
	font-size:16px;
	line-height: 20px;
	margin: 0;
}

h1
{
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	margin: 20px 0px 2px 0px;
}

h2
{
	font-weight:bold;
	font-size:20px;
	line-height: 24px;
	margin: 0px 0px 4px 0px;
}

h3
{
	font-size:16px;
	line-height: 20px;
	font-weight:bold;
	margin: 0px;
}

h4
{
	font-size:16px;
	line-height: 20px;
	font-weight:bold;
	margin: 0px;
}

ul,ol
{
	margin-top: 5px;
	margin-left: 0.6em;
	padding-left: 0.6em;
}

dt{margin-top: 15px;}
dd{margin-left: 35px;}

img{
	border: 0px;
}

/* Kastenformate */

/* Galerie wird nur bei den Fotos benutzt,
um Abstände der Fotos einzustellen */
#galerie p{
	margin: 0 0 20px 0;
}

/* Tabellenformate */

table{
	border: solid 0px;
	width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: separate;
  border-spacing: 0px;
  empty-cells: show;
}

td{
	border-bottom: solid 1px;
	vertical-align: top;
	padding: 5px;
}

.ol td{
	border: 0px;
}
