/* Datei biz_qna
;    Definition von Style Sheets fuer www.qna.de 
;    erstellt von  Questions & Answers 
*/
body {
  font-size: 11px;
  line-height: 175%;
  background-color: #F0F0F0;
  margin: 10px;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, address, blockquote
 {
  font-family: "trebuchet MS", Verdana,"Bitstream Vera Sans",Tahoma,Arial,Helvetica,helv,sans-serif;
  color: #000000;
  margin: 0;
  padding: 1em 0.5em 0.5em 0.5em;
}

p, ul, ol, li, address, blockquote, b, i, a, div, td, th
 {
   font-size: 11px;
   line-height: 175%;
 }


 a:link
 {
   text-decoration: none;
   color: #4400CC;
 }

 a:visited
 {
   text-decoration: none;
   color: #111199;
 }

 a:active
 {
   color: #FF0000;
   text-decoration: none;
 }

 a:hover
 {
   text-decoration:underline;
 }


 h1
 {
  /* groesstmoeglich Ueberschrift */
  font-size: 200%;
}
 
 h2 {
  font-size: 175%;
  font-weight: normal;
}

h3 { font-size:150%; 
  font-weight: normal;
 }

h4 { 
  font-size:125%; 
}

h5 { 
  font-size:115%;
}

h6 { 
  font-size:100%; 
}
 
 table tr td {
  border: 0;
}

ul
{
margin-left: 2em;
padding: 0;
list-style: none;
}

ul li {
  padding: 0 15px 0;
  background-image: url(qna_r.gif);
  background-repeat: no-repeat;
  background-position: 0 0.6em;
}

ul.text li {
  padding: 0.5em 15px 0.5em;
  background-image: url(qna_r.gif);
  background-repeat: no-repeat;
  background-position: 0 1.1em;
}


#PAGE {
  border: 1px solid #999999;
  background: #F8F8F8;
}

#NAV td {
  text-align: center;
  background: url(nav_bg.gif) repeat-x;
  background-color: #999999;
  padding: 4px;
}

#NAV td.here {
  text-align: center;
  background: url(nav_here_bg.gif) repeat-x;
  background-color: #0001A8;
  padding: 4px;
}

#NAV td a {
  color: #FFFFFF;
  font-weight: bold;
}

#BODY {
  padding: 10px;
  text-align: left;  
}

#FOOT {
  position: relative;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #CFCFCF;
  background-image: url(foot_bg.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

#SELLANG {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  display: inline;
  z-index: 10;
}
 
#COPYRIGHT {
  position: absolute;
  right: 10px;
  padding: 0;
  display: inline;
  text-align: right;
  color: #666666;
  z-index: 1;
}

#KONTAKT {
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
}

#KONTAKTTEXT {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  border: 0;
}

#MAILFORM {
  position: absolute;
  top: 5px;
  right: 0;
  width: 45%;
  border: 0;
  padding: 0;
}

#QNA_MAIL {
  border: 1px dotted #999999;
  padding: 0.5em;
  background-color: #F0F0F0;
}

#QNA_KONTAKT_TEXT {
  border: 1px solid #000066;
  margin: 4px;
  padding: 2px;
  width: 96%;
  font: 11px sans-serif;
}

#REMIP {
  display: inline;
  color: #CCCCCC;
}

#QNA_CLIENT_LOGIN {
  width: 50%;
  border: 1px dotted #999999;
  background-color: #F0F0F0;
  padding: 4px;
  margin: 0px 0.5em;
  vertical-align: middle;
}

form input {
  border: 1px solid #000066;
  padding: 2px;
  margin: 4px;
  vertical-align: middle;
}

#ERR_MSG {
  border: 1px dotted #CC0000;
  padding: 4px;
  margin: 0px;
  vertical-align: middle;
  background-color: #FFFFFF;
}

