* {
  font-family: Verdana, Arial,Helvetica,Sans;
  font-size: 13px;
  color: white;
}
input, option, select, textarea {
  color: black;
}
a { 
  text-decoration:none; 
  font-weight:normal; 
  font-size:13px; 
  color:orange;
}
a:link {
  text-decoration: none;
  color:orange;
}
a:hover { 
  text-decoration:underline; 
}
h1 {
  font-size:16px;
}
body,html {
  background-color: gray;
  margin: 0px;
  padding: 2px;
  width:99%;
  background:url('img/back.gif');
  margin-left:auto; margin-right:auto;
  text-align:center;
}
hr {
  height:1px;
  width:90%;
  text-align:center;
  color:orange;
}
.alles {
  position:relative;
  width:800px;
  margin-left:auto; margin-right:auto;
  text-align:left;
}
.headergrafik {
  background-repeat:no-repeat;
  position:relative;
  width:100%;
  height:112px;
}
.logo {
  z-index:2;
}
.menulevel1 {
  position:absolute;
  padding: 2px;
  width:100%;
  bottom:0px;
  left:0px;
  opacity: 0.5;
  filter:Alpha(opacity=50); 
  background-color: black;
  z-index:1;
}
.menulevel1text {
  padding-left:290px;
}
.menulevel1, .menulevel1 a {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.menulevel2 {
  font-size: 10px;
  position:relative;
  padding: 2px;
  top:0px;
  background-color: orange;
  width:796px;
}
.menulevel2, .menulevel2 a {
  color: black;
  font-size: 12px;
  font-weight: bold;
}
.inhalt {
  color:white;
  position:relative;
  top:10px;
  min-height:300px;
}
.abschluss {
  padding: 2px;
  position: relative;
  top:20px;
  width: 100%;
  background-color: gray;
  border-top: 1px solid orange;
}
.abschlussmenu {
  display:inline;
}
.abschlussmenu, .abschlussmenu a, .login a {
  color:white;
}
.login {
  position:absolute;
  display:inline;
  right:0px;
  text-align:right;
}
.credits {
  position:absolute;
  display:inline;
  left:280px;
  font-size: 11px;
  color: black;
}
.credits a {
  font-size: 11px;
  color: #333333;
  text-decoration:underline; 
}
.login form {
  font-size:12px;
}
.login .button {
  font-size:10px;
}
.login .input {
  font-size:10px;
  background-color:white;
  color:black;
  width:50px;
}
.boardinhalt * {
  color: #333333;
}
.searchbox {
  display:inline;
  font-size:12px;
}
.searchbox .input {
  font-size:10px;
  background-color:orange;
  color:white;
  width:80px;
}
.searchbox .button {
  font-size:10px;
}
.breadcrumb, .breadcrumb a {
  color: orange;
}
div[style]>table.imgtext-table {
  margin-left:auto; margin-right:auto;
}

.tx-dixfeuserextended-pi1 td {
  white-space: nowrap;
}
.indent {
  padding-left: 2em;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

