

/* --------------------------------------------------------------------------------------------------- */
/* ---- Museum Griesheim  "mugr_print.css" ----------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/* ---- ("mugr_template.css", "mugr_content.css", "mugr_iehacks.css", "mugr_print.css") -------------- */
/* --------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------- */
/*                                                                                                     */
/*      inhalt:                                                                                        */
/*                                                                                                     */
/*            print => begin                                                                           */
/*              text anpassung => beginn bis ende                                                      */
/*              sichtbar nicht sichtbar festlegung => beginn bis ende                                  */
/*            print => ende                                                                            */
/*                                                                                                     */
/*      Internet Explorer anpassungen werden ueber "stgr_iehacks.css" geladen                          */
/*                                                                                                     */
/* --------------------------------------------------------------------------------------------------- */



@media print {

/* --------------------------------------------------------------------------------------------------- */
/* ---- print => beginn ------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------------- */
/* ---- text anpassung => beginn --------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

body * {
        font-size: 10pt;
        font-family: Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4 { 
        font-family: Arial, Helvetica, sans-serif;
        display:block;
        page-break-after: avoid; /* seitenumbrueche nach ueberschriften stoppen */
        padding: 0; 
}
h1 {
        font-size: 12pt;
        font-weight:bold;
        color: #ff6600;
        background: #fff;
        margin: 1.6em 0 1.1em 0;
}
h2 {
        font-size: 12pt;
        font-weight:bold;
        color: #ff6600;
        background-color:  #fff;
        margin: 1.6em 0 1.1em 0;
}
h3 {
        font-size: 12pt;
        font-weight:bold;
        color: #ff6600;
        background: #fff;
        margin: 1.6em 0 1.1em 0;
}
h4 {
        font-size: 10pt;
        font-weight: bold;
        color: #ff6600;
        background: #fff;
        margin: 1.6em 0 1.1em 0;
}


p {
        font-size: 10pt;
        line-height: 1.5em;
        margin: 0.5em 0 0.5em 0;
}

/* bilder abstand nach oben anpassen */
div #content_middle .csc-textpic-intext-right-nowrap img, div #content_middle .csc-textpic-intext-left-nowrap img {
        margin-top: 1em;
}
div #content_middle .csc-textpic-intext-right img, div #content_middle .csc-textpic-intext-left img {
        margin-top: 1em;
}
/* abstandsangabe fuer "Einzuege" */
.blockquote {
margin: 0 5em 0 2em;
padding: 0 0.5em 0 0.5em;
border-width: 1px 1px 1px 6px;
border-color: #dfdfdf #dfdfdf #dfdfdf #FFA86F;
border-style: solid;
}
.download {display: none;}
.wrap_co_element {clear:both; margin:0;padding: 0.5em 0 0 0;}
img {margin: 0.5em 0 0 0;}

/* --------------------------------------------------------------------------------------------------- */
/* ---- text anpassung => ende --------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------------- */
/* ---- sichtbar nicht sichtbar festlegung => beginn ------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

body {margin:0; padding: 0 0 0 0;}
#wrapper_pagemargin, #wrapper_page {min-width: inherit; margin:0; padding: 0; border: 0; }

div #content_middle .csc-header { clear: right; }
div #content_middle .csc-textpic {clear: right; margin: 0.1em 0 0.1em 0; padding: 0.1em 0.1em 0.1em 0.1em;}
div #content_middle img {display:inline;}

#wrapper_top {display:none;}
/*
#wrapperhead_top {display:block;
        height: 120px;
        width: 600px;
        background-image: url(../img/head_druck_museum.jpg) repeat-x;
        background-position: right top;
        border: 1px solid red;
}*/

#wrapperhead_content {display:none;}
#wrapperhead_inner {display:none;}

#cohead_left {display:none;}
#contenthead_left {display:none;}

#cohead_right {display:none;}
#contenthead_right {display:none;}

#cohead_middle {display:none;}
#contenthead_middle {display:none;}

#clear {display:none;}



#wrapper_content {margin: 0; padding: 0; border: 0px;}
#wrapper_inner {margin: 0; padding: 0; border: 0px;}

#co_left {display:none;}
#content_left_start {display:none;}
#content_left {display:none;}
#content_left_hilfe {display:none;}

#co_right {display:none;}
#content_right_kontakt {display:none;}
#content_right {display:none;}

#co_middle { margin:0; padding: 0; border:0; }
#content_middle_rootline { margin:0; padding: 0; border:0; }
/* wichtig fuer "#content_middle" => "display: inline;" 
damit der druck im ff richtig dargestellt wird und nicht weg "floatet" !!!  */
#content_middle {display: inline; margin:0; padding: 0; border:0px;}



#wrapper_footer {display: none;}
#content_footer_right {display: none;}
#content_footer {display: none;}




/* --------------------------------------------------------------------------------------------------- */
/* ---- sichtbar nicht sichtbar festlegung => ende --------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------------- */
/* ---- print => ende -------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

/* @media print - ende */
}








