/*
////////////////////////////////////////////////////////////////
//
// Styles zur Druckausgabe
//
// Weblication GRID CMS Strukturdesign Version 1.0
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit Weblication Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/* Stylesheet für Standard-Gui-Element */
@import url(design.css);

#body                     {margin:4px;background-color:#ffffff;margin:0px;padding:4px}

#blockTop, #blockTopStart, #blockBottom 	{display:none}

#blockMain                {width:550px}
#blockMainInner           {margin:0}

#blockLeftStart, #blockLeft	{float:none;}

#blockContentStart, #blockContent             {float:none;width:550px;margin: 25px 0;padding:0}
#blockContentInner        {}

#ServiceLeiste	{display:none}

#blockBottom              {background:none}
#blockBottomInner         {}

#blockLeftContent	{padding:0;width:550px;}

#buttonPrint              {float:left;margin:0 0 0 450px;font-weight:bold;font-size:14px}

@media print {
#buttonPrint              {display:none;}
}

.druckheader	{display:block; width:550px;}

.wglToolbarMainPortletTop {display:none}
.wglButtonContainer       {display:none}

#blockTopInner, #blockLeftContentRight, #blockLeftContent		{overflow:visible}

