/*==================================================
nothweiler.de
Stylesheet fuer die Druckausgabe
(c) 2007 by Krystyna Faul <kfw@webagentur-pfalz.de>
==================================================*/

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#submenu, #head, #header, .box, .box2, .box3, .img, .img1, .img2, .img3, .img4, .img5, .img6, .img7, iframe {
  display: none;
}


/* Eigenschaften fuer die Druckausgabe */

body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;   
}

h1, h2, h3, h4 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #4F9B74;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}
	
ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 1.0em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}

.content table {
	margin-top: 0px; margin-left: 0px; margin-bottom: 2px; padding:0px; width:390px; border: 0px solid #A3A3A3; 
}
th {
	float: left; width: 240px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color:#FFF8CC; font-size:0.8em; font-weight: bold; color: #000; text-align:left;
}
caption {
	padding: 5px; margin-left:0px;  background-color:#FAEC9B; border: solid 0px #EFAE4F; font-size:14px; font-weight: bold;  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif; text-align: left; width: auto, border: 0; margin: .75em 0 .5em 0;
}
td {
	width: 150px; padding: 0px; background-color: #FFF8CC; border: solid 0px #EFAE4F; line-height:1.3em; font-size:0.8em; font-weight: normal; text-align:left, color: #000;
}
li a:link {
	font-size:1.0em; font-weight: normal; font-family: Verdana,Arial,sans-serif; text-align:left, color: #A3A3A3;
}
.tabletext1 {
	padding: 0px; background-color: #000; border: solid 0px #EFAE4F; line-height:1.3em; font-size:1.0em; font-weight: normal; text-align:left, color: #A3A3A3; width: 580px;
}
.tabletext2 {
	padding: 0px; background-color:transparent; border: solid 0px #EFAE4F; line-height:1.3em; font-size:1.0em; font-weight: normal; color: #A3A3A3; width: 580px;
}

/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein. */ 
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://www.nothweiler.de" attr(href) ">) ";

}

.table {
  border: 1pt dashed;
  background: #dde5f3;
  font-size: .95em;
  margin: 1cm;
  padding: 5pt;
}
caption .p {
  float: right;
  border: 1pt dashed;
  background: #dde5f3;
  font-size: .95em;
  margin: 1cm;
  padding: 5pt;
}

#footer {
  border-top: 1.5pt solid;
  font-size: .95em;
  color: #333;
  text-align: center;
}

