body {
  margin: auto;
  padding: 0;
  border: 0;
  font-family: verdana, arial;
  font-size: 13px;
  width: 100%;
}

#all{
  width: 1000px;
  margin: auto;
  border: 1px solid black;
  background: #FFF url(../images/bg.gif) repeat-y;
}

#allLeft {
  width: 175px;
  float: Left;
  background-color: #86C6E6;
}

#allRight {
  width: 824px;
  float: right;
}

#framecontentTop {
  height: 21px;
  text-align: center;
  padding-top: 60px;
  background-repeat:no-repeat;
  background-image:url(../images/header.gif);
}

#framecontentTopName {
  top: 140px;
  text-align: center;
  padding-top: 140px;
  font-size: 18px;
  border-bottom: 1px solid black;
}

#framecontentTopLeft {
  height: 160px;
  background-image: url(../images/vfl.gif);
  background-repeat:no-repeat;
  background-color: #86C6E6;
}

#framecontentLeft {
  background-color: #86C6E6;
}

#maincontent {
  border-top: 1px solid black;
  background-color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
}

#allend {  
  clear: both;
}

#framecontentbottom {
  height: 10px;
  width: 1000px;
  font-size: 8px;
  text-align: center;
  border: 1px solid black;
  border-top: 0;
  margin: auto;
}

p {
  margin-left: 5px;
}

h1,h2,h3 {
	margin: 5px 0;
	text-align: center;
}

ol,ul,dl {
	margin-top: 5px;
	margin-bottom: 4px;
}

a:link {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
  color: #bd1717;
}
a:Hover {
  text-decoration:none;
  color: GREEN;
}
a:active {
  text-decoration:none;
  color: YELLOW;
}  

table {
  margin-left: auto;
  margin-right: auto;
}

th {
  text-align: left;
}

.rotbox { 
border: 0;
margin-bottom: 3px;
margin-left: 5px;
margin-right: 5px;
}

.farberot{
  /*color: #fe271f;*/
  color: #bd1717;
}

.farbeblau{
  color: #1e23f9;
}

.b {
  font-weight: bold;
}

.u {
  text-decoration: underline;
}

.i {
  font-style: italic;
}

.s {
  font-size: 11px;
}