body {
	background-color: #364450;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #AFEEEE;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	color: #FFFFFF;
}
h2 {
  font-size: 20px;
	color: #FFFFFF;
}
.main {
	width: 1000px;
	background-color: #172938;
	margin: auto;
}
.fixed {
position:fixed;
top: 0;
}

.banner {
	background-color: #172938;
	float: left;
	clear: left;
	text-align: center;
}

.title {
  background-color:#0D171F;
  float: left;
  clear: left;
  color:#56686D;
  font-variant:small-caps;
  height:40px;
  letter-spacing:10px;
  text-align: center;
  vertical-align: middle;
  width:100%;
}
.highlight {
	background-color: #D0D0D0;
}
.page {
	margin-top: 216px;
}
.menu-wrapper {
	position: fixed;
	width: 200px;
	//background-color: #7A95BE;
	background-image: url(//20260828.silvertiger.de/wp-content/uploads/Tab-leiste-borte-sequenz.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	float: left;
	clear: left;
	font-style: italic;
	font-weight: bold;
}
.menu-wrapper ul {
  list-style-type: none;
  padding-left: 20px;
  padding-right: 5px;
}
.menu-wrapper li {
  width: 142px;
  font-size: 10pt;
  line-height: 150%;
}
.menu_default a{
	list-style: none;
	color: #0D171F;
}
.menu_default a:hover {
	background-color: #172938;
	color: #7A95BE;
}
.menu_current a {
	list-style: none;
	color: #3c5a70;
	font-weight:bold;
}
.content {
	margin-left: 200px;
	min-height: 500px;
	background-color: #172938;
	padding: 20px;
	text-align: justify;
	clear: right;
	overflow: auto;
}

.footer {
	background-color:#0D171F;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}