/* Since a bug in the default CSS after the installation of an extension we need this line in here */
DIV.csc-textpic-above p { clear: both; }

div#wrapper {
  background: white;
  position: absolute;
  width: 850px;
  left: 50%;
  margin-left: -425px;
  min-height: 101%;
}

div#wrapper #symbol {
  background: white;
  margin: 75px 0px 0px 670px;
  height: 60px;
  width: 60px;
}

div#wrapper #counter {
  background: white;
  margin: 0px 0px 10px 670px;
  height: 20px;
  width: 60px;
  text-align: center;
}


div#wrapper #content {
  margin: 0px 20px 10px 20px;
}

div#wrapper #content .twoColsLeft {
  float: left;
  margin-right: 10px;
}

div#wrapper #content .twoColsRight {
  float: left;
}

div#wrapper #content ul {
  list-style: url(/fileadmin/ftp/seven/templates/images/logoSmall.jpg);
}

div#wrapper #content ul li {
  margin-left: 40px;
  text-transform: uppercase;
}

div#wrapper #content p {
  text-transform: uppercase;
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1.1em;
}

div#wrapper #content a {
  text-decoration: none;
  font-weight:bold;
  color: black;
  text-transform: lowercase;
  cursor: pointer;
}

div#wrapper #content a:hover {
  color: #0099CC;
}

div#wrapper #content p a {
}

div#wrapper #content div.headline {
  margin-top: 20px;
}

div#wrapper h1 {
  font-size: 2em;
  text-transform: uppercase;
  display: inline;
  font-weight: bold;
}

div#wrapper h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline;
  font-weight: bold;
}

div#wrapper h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}

div#wrapper h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}


div#wrapper #content hr.clearer {
  background: none;
  color: none;
  border: none;
  clear: both;
  margin: 0px;
  display: none;
}

div#wrapper .blue {
  color: #0099CC;
}