
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  color: #545454;
  padding-top: 8px;
  background: #82007F;
  text-align: center;
  font-family: Verdana, Arial, sans serif;
  font-size: 11px;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/
#wrap-out {
  position: relative;
  background: transparent;
  width: 840px;
  margin: 0px auto;
}

#header {
  position: relative;
  width: 840px;
  height: 125px;
  background: url("../images/header-bg.jpg") no-repeat right top;
}

/* --------------------------------------------
 Navi im Header
---------------------------------------------*/ 
#nav {
  padding-top: 100px;
  margin-left: 30px;
}

#nav ul {
  list-style: none;
  text-transform: uppercase;
  display: inline;
  margin-left: 7px;
}

#nav a {
  float:left;
  width: 82px;
  font: 12px Arial, Geneva, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #656565;
  border-right: 1px solid #C7C7C7;
}

#nav a:hover {
  color: #ffcc00;
  text-decoration: none;
  background: none;
  border: none;
  border-right: 1px solid #C7C7C7;
  padding-top: 2px;
}

/*-- soweit der Header --*/



#content-wrap {
  /*clear:left;*/
  text-align:left;
  position: relative;
  width: 840px;
  margin: 0px;
  background: #fff url("../images/content840.jpg") repeat-y center top;
}

#content-wrap h1 {
  text-align:left;
  margin-left: 37px;
  margin-top: 20px;
  font: bold 2.0em, "Arial rounded", Arial, sans-serif;
  color: #993399;
  letter-spacing: 2px;
  width: 450px;
  float: left;
  display:inline;
}

#content-wrap h2 {
  padding: 10px 0px 4px 0px;
  font: bold 14px Verdana, sans-serif;
  color: #C70023;
  letter-spacing: 0px;
  text-transform: none;
  width: 480px;
  margin-left: 37px;/*  border-top: 1px solid #cdcdcd; */ 
}

#content-wrap h3 {
  padding: 5px 0px 0px 5px;
  font: bold 12px Verdana, sans-serif;
  color: #C70023;
  letter-spacing: 0px;
  text-transform: none;
  width: 480px;
  margin-left: 26px;
}

#content-wrap h4 {
  padding: 0px 10px 0px 30px;
  font: bold 2.8em, Arial, sans-serif;
  color: #993399;
  letter-spacing: 1px;
  text-transform: none;
  width: 440px;
}

#content-wrap p {
  margin-left: 37px;
  padding-right: 54px;
  text-align: justify;
}

#contentrechts {
  text-align: justify;
  margin-left: 220px;
  width: 610px;
  height: 350px;
  background-color: transparent;
}

#littleboy {
  position:absolute;
  top:35px;
  left:37px;
  width: 212px;
  height: 383px;
}

/*-- wenn keine sidebar genutzt wird ---*/
.rw {
  margin-left: 37px;
}

#content {
  /*  clear:left; */
/*  float:left; */
    width: 570px;
  text-align: justify;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #cdcdcd;
  margin-left: 36px;
  background-color: #EBEBEB;
  margin-top: 10px;
  display:inline;
}

#sidebar {
  position:absolute;
  top:335px;
  left:37px;
  width: 212px;
  height: 600px;
}

#sidebar2 {
  position: absolut;
  top:35px;
  left:37px;
  width: 212px;
  height: 600px;
  border: 1px solid;
  border-color: #d5d5d5;
  margin-top: 10px;
  background: #fff url("../images/littleboytr.jpg");
  background-repeat:no-repeat;
}

#sidebar p {
  padding: 0px 0px 0px 0px;
}

#sidebar h2 {
  padding: 6px 0px 4px 4px;
  font: bold 1.3em "Trebuchet MS" Verdana sans-serif;
  color: #C70023;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#sidebar ul {
  list-style: none;
  width: 130px;
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  margin: 0;
  padding: 0;
}

#sidebar ul li a {
  width: 130px;
  margin: 0 0 0 0px;
  padding: 4px 0px 0 10px;
  font: 9px Verdana, Geneva, sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #656565;
  border-left: 1px solid #AA0C0C;
  padding-left: 5px;
}

#sidebar ul li a:hover {
  color: #ffcc00;
  text-decoration: none;
  background: none;
  border: none;
  border-left: 3px solid #FFcc00;
  padding-left: 3px;
}

#sidebox {
  background-color: #cdcdcd;
}

#footer {
  padding-top: 65px;
  position: relative;
  color: #808080;
  background: url("../images/footer840.jpg") no-repeat center top;
  /*  clear: both; */
	  width: 840px;
  height: 150px;
  margin: 0px 0 0 0;
  text-align: left;
  font-size: 92%;
}

#footerlayer {
  margin: -30px 10px 0px 30px;
  width: 800px;
  height: 200px;
}

.chcTable {
  width: 190px;
  border-spacing: 1px;
  border-width: 1px;
  border-color: #FFF;
  border-style: solid;
  text-align: left;
  background-color: #9D0199;
}

.chcHeaderRow {
  background-color: #FFF;
  color: #FF0000;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}

.chcLeftRow {
  background-color: #C400C0;
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px;
}

.chcLeftRowAlt {
  background-color: #C400C0;
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px;
}

.chcRightRow {
  background-color: #C400C0;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  text-align: right;
}

.chcRightRowAlt {
  background-color: #C400C0;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  text-align: right;
}

.chcA a {
  font-size: 10px;
}

