/* CSS for print */
body {
	margin-top: 80px;
	margin-bottom: 30px;
}
#adminbox1 {
	display: none;
}
#metainfo {
	display: none;
}

#kopf    {
	display: none;
}
#linkespalte	{
	display: none;
}
#navcontainer	{
	display: none;
}
#breadcrumb	{
	display: none;

}
#rechtespalte	{
	display: none;
}
.print	{
	display: none;
}
#footer	{
	display: none;
}
.trenner	{
	display: none;
}

#kopfprint    {
	    display: block;
        position: absolute;
        z-index: 100;
        height: auto;
        width: 600px;
        left: 50px;
        top: 30px;
        text-align: right;
        padding: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000066;
}

#mittlerespalte {
        position: absolute;
        z-index: 102;
        height: auto;
        width: 600px;
        left: 50px;
        top: 60px;
        margin-left:0px;
        padding-top: 60px;
	     display: block;
}

#footerprint {
	    display: block;
        height: auto;
        width: 600px;
        padding-top: 12px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        font-size: 11px;
        color: #5C5CBE;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #000066;
        margin: 0px;
        page-break-inside:avoid;
}

#mittlerespalte hr, #mittlerespalte HR {
        border: 1px;
        border-style: solid;
        border-color: #9797D7;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-bottom: 10px;
}
