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


/*  */
html				 	{height:100%; margin:0; padding:0;}

#body                	{height:100%; margin:0; padding:0; background-color:#ffffff; background-image:none;}

.logo					{padding:30px 0 0 20px;}

.page					{height: 100%;} /* für den ie */
.page[id]				{height:auto; min-height:100%;} /* wird nicht vom ie interpretiert */

#blockMain             {width:100%; min-height:100%; position:relative; margin:0 0 0 0; background-image:none;}
#blockMainInner        {width:100%; background-image:none;}

#blockContent          {clear:both; width:94%; vertical-align:top;}
#blockContentInner     {padding:15px 0 0 30px;}

#blockBottom           {bottom:0px; left:0px; padding:10px 15px 50px 30px; background-color:#ffffff; background-image:none;}
#blockBottomInner      {}

.navBottom				{position:absolute; clear:both; bottom:0px; left:0px;}

#navPrint				{background-image: url(/wDeutsch/wGlobal/layout/images/backgrounds/bg_navi_print.gif); background-repeat:repeat-x; background-position:center;}
#buttonPrint			{float:right; font-size:14px; padding:7px 15px 7px 15px; border-left:1px solid #5c91c9; text-decoration:none; color:#ffffff;}
#buttonPrint:hover		{float:right; font-size:14px; padding:7px 15px 7px 15px; color:#ffffff; background-image: url(/wDeutsch/wGlobal/layout/images/backgrounds/bg_navi_kachel_r.gif); background-repeat:repeat-x;}
#buttonClose			{float:right; font-size:14px; padding:7px 15px 7px 15px; border-left:1px solid #5c91c9; text-decoration:none; color:#ffffff;}
#buttonClose:hover		{float:right; font-size:14px; padding:7px 15px 7px 15px; color:#ffffff; background-image: url(/wDeutsch/wGlobal/layout/images/backgrounds/bg_navi_kachel_r.gif); background-repeat:repeat-x;}


@media print {
#navPrint				{display:none;}
#buttonPrint			{display:none;}
#buttonPrint:hover		{display:none;}
#buttonClose			{display:none;}
#buttonClose:hover		{display:none;}
}


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





