/* ls.css */

/* div class="center" */
.center {
    text-align: center;
}
/* ./centreren */

.midden-h1 {

    left: 0;
    bottom: 0;
    width: 140%;
    background-color: #e4f4cd;
    color: #0d0d0d;
    text-align: left;
}

.midden-h2 {

    left: 0;
    bottom: 0;
    width: 140%;
    background-color: #e4f4cd;
    color: #81b436;
    text-align: left;
}


/* class="alignleft" - class="alignright" - class="alignmiddle"  */
img.alignleft {
	float: left;
	padding: 0 3px 3px 0;
}

img.alignright {
	float: right;
	padding: 0 0 3px 3px;
}

img.alignmiddle {
	float: middle;
	vertical-align: middle;
	text-align: middle;
	padding: 0 0 3px 3px;
}
/* ./div class */


/* div class="a" bcd */
div.a {
    font-size: 10px;
}

div.b {
    font-size: 15px;
}

div.c {
    font-size: large;
}

div.d {
    font-size: 150%;
}
/* ./font size */


/* div class="table" */
  width: 800px;
  text-align: left;
}
table.Table 2 collem td, table.Table 2 collem th {
}
table.Table 2 collem thead {
  }
table.Table 2 collem thead th {
  font-weight: bold;
}
table.Table 2 collem tfoot td {
  font-size: 14px;
}
table.Table 2 collem tfoot .links {
  text-align: right;
}
table.Table 2 collem tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/* ./tabellen */