body {
  background:black;
  color:#FFFFAA;
  font-family:verdana;
  font-size:12px;
  margin:0;
}

.noBackground {
  background:#EEEEEE;
}

div#all {
  
}

.floatleft {
  float:left;
}

.floatleftAbstand {
  float:left;
  margin-left: 10px;
}

.italic {
  font-style: italic;
}

.fett, .bold {
  font-weight: bold;  
}
 
.inline {
  display: inline;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
  visibility: hidden;
}

div#content {
  width: 830px;
  float: left;
}

.rotfett {
  font-weight:bold;
  color: red;
}

div.usererror {
  color:black;
  font-weight:bold;
  background:#FFAAAA;
}

div.einruecken {
  margin-left: 15px;
}

div.searchfield {
  background: lightblue;
  z-index: 5;
}

.hervorheben {
  color:red;
}

img.link {
    border:none;
}

.font10px, .fontKleiner {
  font-size: 10px;
}

a:visited, a:link {
  color: blue;
  text-decoration: none;
}

a:hover, a:active {
  color: #880088;
  text-decoration: none;
}


a.linkOnBackground:visited, a.linkOnBackground:link {
  color: #AAAAFF;
  text-decoration: none;
}

a.linkOnBackground:hover, a.linkOnBackground:active {
  color: #AAFFFF;
  text-decoration: none;
}


div#myoverframe {
  position:absolute;
  padding: 5px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  z-index:99;
  background:white;
  visibility:hidden;
  margin-left: 2px;
  margin-top: 2px;
}

div#messaging {
  visibility: hidden;
}

div#loginwindow {
  position:absolute;
  background: #F5FB45;
  color: black;
  border-top: 2px solid #888888;
  border-left: 2px solid #888888;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  padding: 5px;
  width: 600px;
  height: 300px;
  left: 200px;
  top: 100px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

div.zweiTeil1 {
  float:left;
  width: 380px;
}

div.zweiTeil1_short {
  float:left;
  width: 280px;
}

div.zweiTeil2 {
  float:left;
}

div.reviewLong {
  width: 350px;
  height: 100px;
  overflow: scroll;
}

.externlinkimg {
  border:none;
}

div#loginWin {
  visibility:hidden;
  display:none;
}

div#searchWin {
  visibility:hidden;
  display:none;
}

.gbnaorg {
  font-style: italic;
  font-weight: bold;
}

.messageListBox {
  background: #000044;
  border:1px solid #FFFF00;
  margin-left: 20px;
  margin-right: 5px;
  padding: 3px;
}

.inTable {
  color:black;
}

.bb-code {
	font-family:Fixedsys,Courier,monospace; 
	padding:10px;
	margin: 2px;
	white-space: pre;
}
