﻿@media print {
    html {
        height:99%;
    }
       
    .hide-on-print,
    #ctl00_ContentPlaceHolder1_SiteMapPath1 {
        display: none;
    }

    .show-on-print {
        display:block;
    }
     
    .maincontent
    {
	    min-width: 100px;	
    }

    .content_div {
        padding: 0;
       	min-height:100px;
	    padding-bottom:5px; 
    }
    /*td {
        border:1px solid red;
    }*/
    #ctl00_ContentPlaceHolder1_WKV_GridView {
        width: 100% !important;
        table-layout:fixed;
    }
    #ctl00_ContentPlaceHolder1_WKV_GridView .gv2_headerstyle th:nth-child(1),
    #ctl00_ContentPlaceHolder1_WKV_GridView .gv2_alternatingrowstyle td:nth-child(0),
    #ctl00_ContentPlaceHolder1_WKV_GridView .gv2_rowstyle td:nth-child(0) {
        width:50% !important;
    }

    .gv2_alternatingrowstyle td
    {
	    background-color:#F6F6F6; 
    }

    .gv2_headerstyle a {
        font-size: 120% !important;
    }

    .gv2_rowstyle td,
    .gv2_alternatingrowstyle td {
        font-size: 120% !important;
    }

    .textTitel {
        font-size: 150% !important;
        font-weight:bold;
    }
    .gv2_headerstyle th {
        border-bottom: 1px solid #d70529 !important;
    }
    body,
    .hintergrund {
        background-color:white;
    }
    .gv2_pagerstyle {
        display:none;
    }
    .textGross {
        display:none;
    }
    #ctl00_ContentPlaceHolder1_Btn_Zurueck {
        display:none;
    }
    .input_hg_alignright {
        display:none;
    }
    #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl0_Bestell_Btn, #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl1_Bestell_Btn,
    #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl2_Bestell_Btn, #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl3_Bestell_Btn,
    #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl4_Bestell_Btn, #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl5_Bestell_Btn,
    #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl6_Bestell_Btn, #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl7_Bestell_Btn,
    #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl8_Bestell_Btn, #ctl00_ContentPlaceHolder1_SearchRes_ListView_ctrl9_Bestell_Btn {
        display:none;
    }
    .Buttonstyle {
        display:none;
    }
    .input_w,
    .select_w {
        border:0;
    }
}