/* Print Stylesheet
www.dregger.de
Start: 27.06.2008
Letzte Aenderung: 30.06.2008
*/


/* fuer die Druckausgabe ueberfluessiges abschalten */
#header, #spalte1, #spalte3, #metapfad, .nichtdrucken { display: none; }


/* fuer die Druckausgabe */
#print {
  width:100%;
  color: #000;
  font-size: 11pt;
  font-family: verdana, arial, sans-serif;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
  padding-bottom: 20px;
  padding-top: 15px;
  padding-left: 4px}
  		
/* Reset all */

*{
padding: 0;
margin: 0;
border: 0;
}

body {
  color: #000;
  background-color: #transparent;
  font-family: verdana,arial,sans-serif;
  font-size: 11pt;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: none;}

a:link    { color: #000;	text-decoration: none;}
a:visited { color: #000;	text-decoration: none;}
a:focus, a:hover, a:active { color: #000; text-decoration: none;}

/* externe Links */

/* a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
} */

/* interne Links */

/* a[href^="/"]:link:after {
  content: " (Link auf <http://busenbender-international.de " attr(href) ">) ";
} */

/* Farben
Beige/bgr: #f2efe8
Dunkelbraun/Header: #878275
Grau/Meta: #666
Linkfarbe: #625d5b
Dunkles Braun: #191e2e
Orange: #f7b700
*/

/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* INHALTE
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#main {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}


/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float: left;
  width: auto;
  width: 480px;
  padding: 20px 0 0 0;
}

#spalte2 h1 {
  color: #000;
  font-size: 10pt;
  line-height: 140%;
  padding-bottom: 2px;
  margin: 0 0 1em 0;
  border-bottom: 1px dotted #999;
}

#spalte2 h2 {
  color: #000;
  font-size: 10pt;
  line-height: 150%;
  text-transform: uppercase;
  padding: 0 0 2px 0;
  margin: 0 0 6px 0px;
  border-bottom: 1px dotted #999;
}

#spalte2 h3 {
  color: #000;
  font-size: 10pt;
  line-height: 150%;
  margin: 0 0 8px 0px;
}

#spalte2 p {
  font-size: 9pt;
  line-height: 150%;
  margin: 1em 0px;
}

#spalte2 p.zitat {
  font-style: italic;
  font-size: 9pt;
  line-height: 150%;
  /* color: #666; */
  margin: 1em 0px;
}

/* #spalte2 p img {
  padding: 3px 10px 5px 0;
  float: left;
  border: 0;
  margin: 0;
} */

#spalte2 img {
  padding: 0;
  border: 0;
  margin: 0;
}

#spalte2 a {
  line-height: 150%;
  font-weight: bold;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #000;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #000;
}

#spalte2 ul {
  font-size: 10pt;
  line-height: 150%;
  padding: 0 0 0 15px;
  margin: 0;
  list-style: circle;
}

#spalte2 li {
  padding-left: 5px;
}

/* Tabelle */

td {
  font-size: 85%;
  line-height: 150%;
  text-align: center;
}

.small {
  font-size: 10pt;
}

.orange {
color: #000
}


/* Footer
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer_aussen {
 /* border-top: 1pt dotted #999; */ /* nur Print */
  width: 100%;
  height: 1.4em;
  margin-top: 5px;
}

#footer{
  height: 1.4em;
  padding: 10px 0 4px 0px;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
  font-size: 8pt; /* nur Print */
  font-weight: normal;
}

/* 3 Elemente */

#navilinks {
float: left;
width: 230px;
 display: none; /* nicht drucken */
}

#copy {
float: left;
width: 440px;
}

#navirechts {
float: left;
width: 230px;
 display: none; /* nicht drucken */
}


#footer a {
  /* font-weight: bold; */
}

#footer a:link, #footer a:visited {
  color: #000;
  text-decoration: none;
}

#footer a:focus, #footer a:hover, #footer a:active {
  color: #000;
}

#footer .on a {
  font-weight: bold;
}



