/*
 * CSS 1 Stylesheet for dreipro
 * --------------------------
 * main stylesheet - to be enhanced by browser specific CSS
 *
 * $Id: layout.css,v 1.10 2003/03/11 14:29:22 maba Exp $
 * (C) 2002-2006 dreipro GmbH
 */

body {
  /* background-image: url(images/dreiprohintergrund1.gif); */
  font-family: Arial, helvetica, sans-serif;
 /* background-color: #F2F2F2;   */
  background-color: #EFEFEF;
  font-size: 10pt;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;

}

.framecolor {
  background-color: #EFEFEF;
}

.footer {
 position:absolute;
 left:50px;
 bottom:30px;
 z-index: 1;
 background-color:#F2F2F2;

 font-family: Arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #1B3974;

}


.header {
 /* background-color: #183973;  */
  font-size: 10pt;

  color: #F7F7F7;
  vertical-align:middle;
}

.headersmall {
 /* background-color: #183973;  */
  font-size: 8pt;
  font-weight: bold;
  color: #F7F7F7;
  vertical-align:middle;
}



a:hover.white {
  text-decoration: underline;
  color: #FFFFFF;
}
a:visited.white {
  color: #FFFFFF
}
a:link.white {
  color: #FFFFFF;
}

a:hover.blue {
  text-decoration: none;
  color: #1B3974;
}
a:visited.blue {
  text-decoration: none;
  color: #1B3974;
}
a:link.blue {
  text-decoration: none;
  color: #1B3974;
  vertical-align: top;
}

a:hover.blue_line {
 
  color: #1B3974;
}
a:visited.blue_line {
  
  color: #1B3974;
}
a:link.blue_line {

  color: #1B3974;
  vertical-align: top;
}



a:hover.orange {
  color: #F78C21;
  text-decoration: none;
}
a:visited.orange {
  color: #F78C21;
  text-decoration: none;
}
a:link.orange {
  color: #F78C21;
  text-decoration: none;
}

.orange  {
  color: #F78C21;
  vertical-align: top;
}

a:hover.qimsblue {
  color: #528CCE;
  text-decoration: none;
}
a:visited.qimsblue {
  color: #528CCE;
  text-decoration: none;
}
a:link.qimsblue {
  color: #528CCE;
  text-decoration: none;
}

.qimsblue {
   color: #528CCE;
   vertical-align: top;
}

a:hover.wimsgreen {
  color: #5A9C42;
  text-decoration: none;
}
a:visited.wimsgreen {
  color: #5A9C42;
  text-decoration: none;
}
a:link.wimsgreen {
  color: #5A9C42;
  text-decoration: none;
}

.wimsgreen {
   color: #5A9C42;
   vertical-align: top;
}

a:hover.services {
  color: #999999;
  text-decoration: none;
}
a:visited.services {
  color: #999999;
  text-decoration: none;
}
a:link.services {
  color: #999999;
  text-decoration: none;
}

.services {
   color: #999999;
}

a:hover.white {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited.white {
  color: #FFFFFF;
  text-decoration: none;
}
a:link.white {
  color: #FFFFFF;
  text-decoration: none;
}


.blue {
  color: #1B3974;
}

a:hover.grey {
  text-decoration: underline;
  color: #E0E0E0;
}
a:visited.grey {
  color: #E0E0E0;
}
a:link.grey {
  color: #E0E0E0;
}

.boxcontent{
  color:  #1B3974;
  font-family: Arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #FFFFFF;
}

.boxcontentwhite{
  color:  #FFFFFF;
  font-family: Arial Narrow, Arial, helvetica, sans-serif;
  font-size: 12pt;
  background-color: #1B3974;
}

.boxcontentblue{
  color:  #1B3974;
  font-family: Arial Narrow, Arial, helvetica, sans-serif;
  font-size: 12pt;
  background-color: #FFFFFF;
}

.smalltext{
  font-size: 11px;
  color:  #1B3974;
}

.maincontent{
  width: 440px;
  font-family: Arial Narrow, Arial, helvetica, sans-serif;
  font-size: 12pt;
}

.windowmenu{
   font-family: Arial Narrow, Arial, helvetica, sans-serif;
  font-size: 12pt;
}

.dreiprologo{
  background-color: #FFFFFF;
  background-image: url(images/dreiprohintergrund1.gif);
  background-repeat: no-repeat;
  margin-top: 0;
  margin-left: 0;
}

.bigtextblue{
 color:#1B3974;
 font-size:18pt;
 font-family:Arial Narrow, Arial, helvetica, sans-serif;
}

.bigtextwhite{
 color:#FFFFFF;
 font-size:18pt;
 font-family:Arial Narrow, Arial, helvetica, sans-serif;
}
