body {
  font-family: arial, sans-serif; 
  font-size: small;
}

a {
  outline: none;
  text-decoration: none;
}

/*
#header, #contentpane, #actionBox, #footer {
  outline: 1px dotted silver;
}
*/

#message, #error {
  margin: 5px 0;
}

#error {
  border: 1px solid red;
  color: red;
  font-weight: bold;
}

#message {
  border: 1px solid #ffd39d;
  background-color: #fff5d8;
}
#message ul {
  list-style: none inside;
  padding: 0;
  margin: 10px;
}

#page {
  position: absolute;
/*  margin: 1%; */
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#fancy_frame {
  border: 1px solid #909090;
}

#header {
  background: transparent url(../images/header.jpg) no-repeat;
  height: 109px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}

div#headercontent {
  width: auto;
  height: 74px;
}

div#userinfo {
  width: auto;
  height: 35px;
  color: #B5B5B5;
  margin-left: 205px;
  margin-right: 5px;
}
div#userinfo span.userinfo {
  padding-right: 5px;
  font-size:smaller;
}
div#header div#userinfo div.erobella {
  float: left;
  margin-left: 5px;
  margin-top:7px;
}
div#header div#userinfo div.actions {
  text-align: right;
}
div#userinfo a:visited, div#userinfo a {
  color: #FCFCFC;
  font-weight: bold;
}

div#userinfo span.useraction {
  display:block;
  float:right;
  margin-left:20px;
  margin-top:7px;
}

#contentpane {
  position: absolute;
  top: 109px;
  bottom: 20px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
#contentpane h2 {
  background-color: #909090;
  color: white;
  margin-top: 0px;
  padding: 5px;
}

#actionBox {
  width: 206px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
  z-index: 10;
  overflow-y: auto;
  padding-top: 5px;
  background: #F5F5F5 url(../images/border.jpg) repeat-y scroll 0 0;
}

div.groupBox {
  margin: 0px 1px 5px 10px;
}

#contents {
  position: absolute;
  top: 0px;
  left: 205px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 5px 5px 5px 15px;
  background: transparent url(../images/borderc.jpg) repeat-y scroll 0 0;
}

#content {
  position: absolute;
  top: 5px;
  left: 15px;
  right: 0px;
  bottom: 0px;
}

#footer {
  background: url('../images/footer.jpg') repeat-x;
  position: absolute;
  overflow: hidden;
  text-align: center;
  height: 20px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}

#footer #sitelinks {
  font-size:7pt;
  padding-top:5px;
}

#footer #sitelinks a {
  color:#FCFCFC;
  margin:0 10px;
}

#footer #sitelinks a:visited {
  color:#FCFCFC;
}

.center {
  text-align: center;
}

div.groupBox .header {
  background: transparent url(../images/actheader.jpg) scroll repeat-x 0 0;
  color:white;
  font-weight:bold;
  height: 18px;
  padding:2px 5px;
}

div.groupBox .body {
  background-color: #E9E9E9;
/*
  border-width: 1px;
  border-style: none solid solid;
  border-color: #F5F5F5 #999 #999 #F5F5F5;
*/
}

.option a {
  text-decoration: none;
  color: #434343;
  display: block;
}

.option a h1 {
  font-size: small;
  font-weight: normal;
  margin: 0;
}

div.groupBox .option {
  border:1px solid #E9E9E9;
  border-bottom:1px dashed #DBDBDB;
  min-height: 17px;
}

div.groupBox .option:hover {
  background-color: #b50000;
  border: 1px solid;
  border-color: #F5E5E5 #650000 #650000 #F5E5E5;
}
div.groupBox .option:active {
  border-color: #850000 #F5C0C0 #F5C0C0 #850000;
}

div.groupBox .option a {
  padding-left: 5px;
}

div.groupBox .option:hover a {
  color: #FFF;
}

div.spacer {
  height: 10px;
}

div.impressum div.section {
  margin:15px 0;
}

div.impressum div.section div.header {
  font-weight:bold;
}

div.clearFloats {
  clear:both;
}

div.agb ol {
  padding-right:10px;
}
div.agb ol li {
  margin-bottom:10px;
}

div#header div#userinfo div.erobella {
  float:left;
  margin-left:5px;
}

div#header span.homelink {
  display:block;
  height:100%;
  margin-left:20px;
  width:150px;
}
div#header span.homelink a {
  width:100%;
  height:100%;
  display:block;
}
