body {
  background: #000000;
  font: 0.9em sans-serif;
  color: #CFB8C0;
}

#main {
  width: 100%;
}

#links {
  width:180px;
  border: 1px solid white;
  vertical-align: top;
}

#rechts {
  width:200px;
  border: 1px solid white;
  vertical-align: top;
}

#mitte {
  width:70%;
  border: 1px solid white;

  vertical-align: middle;
  padding: 10px;
}

#banner {

  background-image: url(banner2.gif);
  background-repeat:no-repeat;
  height: 200px;
  width: 100%;
  border: 1px solid white;
  text-align: middle;
}

#thumb{
	margin:0 5px 0 5px;
}

.box{
	border: 1px solid white;
	width: 100%;
	height:200px;
	margin-bottom: 20px;
	background: #2A2A2A;
}
.kat{
	border: 1px solid white;
	width: 100%;

	margin-bottom: 20px;
	background: #2A2A2A;}
.ueberschrift{
	font-size:27px;
	font-weight:bold;
}
.linksg{
	float:left;
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
}
strong {
	font-size:14px;}
h1 {
	font-size:16px;
    text-align: center;}

a {
	text-decoration: none;
	color: #C10005;
	background: none;
}
a:visited {
	color: #C10005;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #C10005;
}

