body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  color: #3f3f3f;
  font-size: 0.95em;
  font-family: Helvetica, Arial, "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}  

#inhalt {
	position: absolute;
	left: 50px;
	top: 100px;
	width: 550px;
	z-index: 10;
	padding-bottom: 150px;
	line-height: 1.4em;
}

ul li, ol li {
	margin-bottom: 15px;
}

h1 {
	background: -moz-linear-gradient(top, #d7d7d7, #a9a9a9);
	background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#a9a9a9));
	background: linear-gradient(-90deg, #d7d7d7, #a9a9a9);
	border-bottom: solid 1px #848484;
	border-top: solid 1px #f5f5f5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	color: #808080;
	font: bold 32px;
	margin: 0;
	padding: 25px 50px 25px 25px;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

h2,h3,h4,h5,h6 {
	font: normal 24px;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

h2 {
	font: normal 32px;
}

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

#sidebar {
	position:absolute;
	top:100px;
	left:715px;
	width:220px;
	padding-bottom:100px;
	padding-top:20px;
}

#footer {
    position:fixed;
    bottom:0px;
    width:100%;
    font-size:16px;
    font-weight:lighter;
    z-index:100;
    background: -moz-linear-gradient(top,  #4e4e4e,  #1c1c1c);
    background: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#1c1c1c));
    background: linear-gradient(-90deg, #4e4e4e, #1c1c1c);
    border-bottom: solid 1px black;
    border-top: solid 1px #2e2e2e;
    -webkit-box-shadow: 0 -1px 1px rgba(255,255,255,.15);
    -moz-box-shadow: 0 -1px 1px rgba(255,255,255,.15);
    box-shadow: 0 -1px 1px rgba(255,255,255,.15);
    color:#ccc;
    padding: 15px 25px 15px 25px;
    text-shadow: 0 1px 0 rgba(0,0,0,.7);
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#2483b3;
}

h1 a {
	color:#808080;
}

#footer a {
	color:#ccc;
}

a:hover {
	color:#808080;
}

#footer a:hover {
	color:white;
}

#sidebar ul, #sidebar li {
  margin:0;
  padding:0;
  list-style-type:none;
}

#sidebar ul {
  line-height:1.5em;
  font-size:0.9em;
}

#sidebar ul li {
  margin-bottom:30px;
  padding-bottom:15px;
}

#sidebar img {
  margin-bottom:15px;
}

table {
  border-collapse:collapse;
  border:none;
}

td {
  vertical-align:text-top;
  padding-bottom:16px;
}

td p {
  margin-top:0;
  margin-bottom:8px;
}

td.tablinks {
  padding-right:30px;
  width:100px;
}

th {
  color:#808080;
  font-size:1.1em;
  font-weight:normal;
  height:70px;
  text-align:left;
  text-decoration:none;
  vertical-align:bottom;
  padding-bottom:20px;
}

address {
  font-style:normal;
}

