body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { font-size: 14px;}
body {
	background: #E8F4F3;
	font-size: 12px;
}

.row {
	background: #FFF;
}
.column, .columns {
	padding: 0;
}
#header {
	margin: 40px auto 0 auto;
	height: 100%;
	vertical-align: middle;
}
#header h1 {
	margin: auto;
}

#navi {
	background: #71C1C0;
	height: 24px;
}
#navi ul.link-list {
  line-height: 1.6;
  list-style: none outside none;
  margin: 0 0 0 15px;
  overflow: hidden;
  padding: 0;
}
#navi ul.link-list > li {
  color: #FFF;
  display: block;
  font-size: 14px;
  margin-left: 0;
  text-align: center;
  width: 100px;
}
#navi a:link { color: #FFF; display: block; font-size: 14px; }
#navi a:visited { color: #FFF; display: block; font-size: 14px; }
#navi a:hover { color: #FFF; display: block; font-size: 13px; padding-top: 1px; text-transform: uppercase; }
#navi a:active { color: #FFF; display: block; font-size: 13px; padding-top: 1px; text-transform: uppercase; }

.willkommen { padding: 35px 0 70px; }

#subnavi {
  padding: 60px 0 0 30px;
}
#subnavi ul {
  list-style: none outside none;
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 0;
}
#subnavi ul li {
  color: #71C1C0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
}
#subnavi a {
  color : #000;
}

.subcontent {
  padding: 60px 30px 30px;
}
.subcontent h2 {
  color: #71C1C0;
  font-weight: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.subcontent ul {
  color: #000;
  list-style: square outside none;
  margin-left: 15px;
}
.subcontent ul ul {
  color: #000;
  list-style: square outside none;
  margin-left: 0;
}
.subcontent a {
  color: #71C1C0;
  text-decoration: underline;
}