body, html
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color:#fff;
  color:#6F6F6F;
  height: 100%;
}

/*Opera Fix für Footer unten positionieren*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/
}

a
{
  text-decoration: none;
  color: #6F6F6F;
}

a:hover
{
  color:#000;
}

#content .main a {
  color: #004F8E;
}

p
{
   margin-bottom: 15px;
   line-height:155%;
   font-style:normal;
   font-size:12px;
   color:#6F6F6F;
   font-weight:normal;
}

h2
{
  font-size:19px;
  color:#000;
  padding-bottom:15px;
  font-style:normal;
  line-height:115%;
}

h3
{
  font-size:15px;
  color:#000;
  padding-bottom:8px;
  padding-top:8px;
  font-style:normal;
  line-height:130%;
}

/******************************************************************************/

.clear
{
  clear: both;
}

.dedicated-clear
{
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

label {
  font-weight: bold;
}
