/*

AUTHOR+COPYRIGHT:
Wilhelmine Freudenthal
Barrierefreies Webdesign / Semantischer Code

CONTACT:
wilhelmine@semantic-coding.net
http://www.semantic-coding.net

Juli 2006
last modified: 09/05/2007

*/

/* --------------------------------------*/
/* --- allgemeine HTML-Elemente --- */
body
{
 width:17cm;
 margin:auto;
 font-family: "Baskerville", "Georgia", "Times New Roman", serif;
 font-size:10pt;
}

h1
{
 font-family:"Century Gothic";
 font-weight:normal;
 display:list-item;
 list-style:url("img/logo-print.jpg") inside;
 color:#99CA3C;
 margin:0 8cm 1cm 0;
 font-size:14pt;
}

h1 strong{ display:block; }

accronym, abbr{border:none;}

a{ color:#333333; font-style:italic; }

cite{ font-family: "Baskerville", "Georgia", "Times New Roman", serif; font-style:italic; }

/* --- ausgeblendete Elemente --- */
h1 span, img, #nav, #index #content div a
{ display:none; }

/* --- allgemeine Formatierungen --- */
.ci
{
 font-family:"Century Gothic";
 color:#3F7F05;
}

.ci em
{
 letter-spacing:1mm;
 font-style:normal;
}

#aktuell #monats-boxen, #pf-detail #project-facts
{
 border: 1px solid #99CA3C;
 padding:4mm;
 margin: 4mm;
 height:auto;
}

div.feedback
{ 
 width:560px;
 border:1px solid #99CA3C;
 padding:4mm;
 font-family:"Century Gothic";
 margin:auto;
}

div.feedback p.fb-author
{ text-align:right; }

