/*
////////////////////////////////////////////////////////////////
//
// 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;}

#blockMain                {width:100%;background-image:none;}
#blockMainInner           {}

#blockContent             {float:none;width:548px;padding:0;background-image:none;}
#blockContentInner        {border:none;padding:0;}


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

#blockLeft, #MainNavigation, #blockTop, #BlockNavigation, #ServiceLeiste, #blockBottom {display:none;}

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

.druckheader			  {display:block}

#blockRight            	  {float:none;width:193px;vertical-align:top;margin:30px 0 0 0 }

.wglLinkTree                        {margin-left:-25px;}
.wglLinkTree li						{background-color:transparent;background-image:url();}
.wglLinkTree li b a        			{font-weight:bold;}
.wglLinkTree li b a,
.wglLinkTree li b a:hover   		{font-weight:bold;  background-color:transparent; margin-bottom:3px; line-height:16px; list-style-position:outside;}
.wglLinkTree li li					{background-color:transparent;}
.wglLinkTree li li a,
.wglLinkTree li li a:hover			{font-weight:normal;  background-color:transparent; list-style-type:none; list-style-position:outside; line-height:20px; margin-top:0; margin-bottom:0; margin-left:20px;}


#ServiceLeiste	{display:none}

@media print {

	#buttonPrint {display:none;}
}

