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

#blockMain                {width:100%}
#blockMainInner           {}

#blockContent             {width:450px;}
#blockContentInner        {}

#blockRight {float:left;}

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

#buttonPrint              {float:right;margin-right:20px;font-weight:bold;font-size:14px}

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

@media print {
#buttonPrint {display:none;}
#blockContent             {width:430px;}
.infobox {margin:0 0 0 0;width:215px;background-image:url(/og/wGlobal/layout/images/backgrounds/infobox-inhalt.gif); padding:0;}
.infobox-oben {height:16px;width:238px; background-image:url(/og/wGlobal/layout/images/backgrounds/infobox-oben.gif);}
.infobox-inhalt {background-color:#e2e3e3; padding:0;}
.infobox-unten {height:16px;width:238px; background-image:url(/og/wGlobal/layout/images/backgrounds/infobox-unten.gif);margin:0;}
.infobox  h3 {font-size:18px; line-height:22px;color:#ffffff; background-color:#2b9b9a; padding:0;margin:0 ;}
}
