body,html { font-family: sans-serif; }
.p { margin-bottom: 8px; }
.b { font-weight: bold; display: inline; }
.u { font-decoration: underline; display: inline; }
.x { text-decoration: line-through; display: inline; }
.i { font-style: italic; display: inline; }
.inlinelink { text-decoration: none !important; font-weight: bold; }
#rellinks { width:500px; border: 2px outset #888; }
#rellinkstitle { border-bottom: 1px solid #888; font-weight: bold; padding:5px; } 






html,body {
  font-family:Verdana,Arial,sans-serif,Helvetica;
  font-size: 10pt;
}

img { display: inline; border:0; }
div,form { margin:0; padding:0 }

body {
	background-color: #00092a;
  text-align: center;
  background-image: url(../grafiken/bg.jpg);
  background-repeat:no-repeat;
  background-position: center 0px;
  margin:0;
  padding:0;
}

a { color: #0040e0; }
.inlinelink { font-weight: bold }

#contentarea {
  width: 973px;
  margin: 0 auto;
}

#content {
  margin-top: 7px;
  width: 973px;
}

#pagehead {
	float:left;
}

h1 {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 17pt;
	font-style: italic;
	color: #505050;
	margin-top: 10px;
	margin-bottom: 0px;
}

#bordertop {
  background-image: url(../grafiken/border_top.gif);
  background-repeat:no-repeat;
  background-position: 0px 23px;
  width: 973px;
  height: 45px;
  text-align: left;
}

#menubar {
	margin-left: 100px;
}

#bordercontent {
  background-image: url(../grafiken/border_middle.gif);
  background-repeat:repeat-y;
}

#borderbottom {
  background-image: url(../grafiken/border_bottom.gif);
  background-repeat:no-repeat;
  width: 973px;
  height: 24px;
}

#textcontent {
	text-align: left;
	margin-left: 32px;
	margin-right: 32px;
	padding-top: 6px;	
}
#lastchange {
	text-align: right;
	padding-right: 25px;
	font-size: 7pt;
	color: #808080;
}

#submenu {
	font-size: 9pt;
	float: left;
}
.submenucell {
	float: left;
	padding-bottom:3px;
}
.submenucellactive {
	float: left;
	font-weight: bold;
}

.hr {
	width: 100%;
	height: 2px;
	background-color: #707070;
	margin-top: 6px;
	margin-bottom: 6px;
}	  

.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.sublevel {
	display: inline;
}
.large {
  font-size: 12pt;
}
.largebold {
  font-size: 12pt;
  font-weight: bold;
}
.spacer {
  height: 8px;
}
.p {
  margin-bottom: 6px;
}
.subline {
  margin-bottom: 6px;
  font-weight: bold;
}
.center {
  text-align:center;
}
.ref {
      background-color: #D0D0D0;
      margin-left: 10px;
      padding: 2px;
      font-size:8pt;
      color:#595959;
      font-weight:normal;
      line-height:15px;
      width: 600px;
      margin-bottom: 10px;
      }

.code {
      font-family:monospace;
      background-color: #E0E0E0;
      margin-left: 10px;
      padding: 2px;
      padding-left: 5px;
      font-size:8pt;
      color:#595959;
      font-weight:normal;
      line-height:15px;
      width: 620px;
      margin-bottom: 10px;
      }
      
.small {
	font-size:7.5pt; color:#595959;
}      
.refpics {
border:1px solid #aaa;padding:2px;margin-right:10px;float:left;margin-bottom:8px
}
.usercomment {
  color:#666;
}
.errorpos {
  border: 1px solid #a00;
}
