/* ////////////////////////////////////////////////////////////////////////////////////////////////////
// mynet2 Print Style
// LeiserPublishing GmbH, www.leiserpublishing.com
// //////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ######################
// GRIDELEMENTS-STYLE ###
// ###################### */
/* ==================================================================================================== */
/* ### DISPLAY - none ### */
#HEADERMENU, #LANGNAVI, #SERVICENAVI, #MAINNAVI, #LOGINNAVI, #HEADERSLIDER, .Tx-Formhandler {
    display: none;
}
/* ### COLUMNE - WIDTH - 100% ### */
.ce-textpic.ce-right.ce-intext .ce-gallery, .ce-textpic.ce-left.ce-intext .ce-gallery,
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    max-width: 25%;
    float: none;
    max-width: 100%;
    margin:0;
    height: auto;
}
.ce-textpic.ce-right.ce-intext .ce-column, .ce-textpic.ce-left.ce-intext .ce-column,
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-column, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-column {
    margin-left: 0;
    margin-right: 0;
}
.one-one-full-column, .one-one-column, .one-half-column, .one-third-column, .two-third-column,
.three-fourth-column, .one-fourth-column, .one-fifth-column, .two-fifth-column, .three-fifth-column,
.four-fifth-column, .one-sixth-column, .five-sixth-column {
    float: none;
    width: 100%;
    clear: right;
}
.one-half-column div, .one-third-column div, .two-third-column div, .one-fourth-column div, .three-fourth-column div {
    margin-right: 0 !important;
}
.ce-row {
    float: left;
}
/* ### DESABLED SCREEN STYLE ### */
body, #HEADER, .pagefooter-inner, #FOOTERDECLARATION {
    background: transparent;
}
.pagewidth {
	max-width: 100%;
}
.page-outer {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-inner {
	background: transparent;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
