/*  GEMEINSAME SEITEN  PRINT */
/* copyright by KreativForm.de, Bernd Schlackl, info@kreativform.de */
html { 
height: 100%; max-height: 100%;
}

body {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 100%;
}


#left, #header { display: none; }

#content {
margin: auto;
text-align: left;
width: 440pt;
}


#print, #print2 {
margin: auto;
width: 440pt;
color: #000033;
font-size: 0.8em;
text-align: center;
}
#print {
padding-bottom: 5pt;
margin-bottom: 10pt;
border-bottom: 1pt solid #000033;
}
#print2 {
padding-top: 5pt;
margin-top: 10pt;
border-top: 1pt solid #000033;
}

.clear { clear: both; line-height: 0; font-size: 0; height: 0; }



/* ------------------------------------ */
/*             #content                 */
/* ------------------------------------ */
#content h1.teaser {
margin: 10px 210px 15px 0;
text-align: center;
font-size: 1.0em;
}
#content h2 {
font-size: 1.0em;
margin: 12px 0 0 0;
}
#content h2.kontakt {
font-size: 0.9em;
}
#content h2.artikel {
font-size: 1.3em;
font-weight: normal;
margin-bottom: 12px;
padding: 0 0 5px 0;
border-bottom: 2px solid #ed8700;
}
#content h3, h4 {
font-size: 0.8em;
margin: 8px 0 0 0;
}
#content h3.artikel {
font-size: 0.8em;
margin: 0 0 3px 0;
}
#content p {
text-align: left;
font-size: 0.8em;
line-height: 1.5em;
margin: 10px 0 0 0;
}
#content p.imp {
margin: 0;
}
#content p.kontakt {
margin: 0;
}
#content p.artikel {
margin: 0 0 14px 0
}
/* wichtig */
#content b {
font-weight: normal;
}
#content ul {
margin: 0 0 0 18px; padding: 0;
font-size: 0.8em;
line-height: 1.4em;
}
#content ul.abstand {
margin-top: 10px;
}
#content ul.square {
margin-top: 10px;
list-style-type: square;
}
#content ul.sub {
font-size: 1.0em; line-height: 1.3em;
list-style-type: circle;
font-weight: normal;
}
#content ol {
margin: 10px 0 0 27px; padding: 0;
font-size: 0.8em; font-weight: bold;
line-height: 1.4em;
list-style-type: lower-alpha;
}
#content em {
font-family: Tempus Sans ITC, Century Gothic, Arial, Helvetica;
color: #ed8700; font-size: 133%;
font-style: normal; font-weight: bold;
}
#content img.portrait {
float: left;
margin: 5px 15px 5px 0;
}
#content a.text {
color: #000099;
}
#content a.text:hover {
color: #ed8700;
}
/* kontakt  nebeneinander */
#content h3.kontakt {
font-weight: normal;
float: left;
margin: 0;
padding: 0;
width: 200px;
}
#content p.kontaktinfo {
text-align: left;
font-size: 0.8em;
line-height: 1.3em;
float: right;
width: 315px;
margin: 0;
}
/* abschluss bei 2spaltig */
#content br.infoend {
clear: both;
line-height: 0.1em;
font-size: 0.1em;
}