/* Style Sheet für Druckerausgabe */

    .main {
    background-color: #c8dcc8;
    max-width: 100%;
    height: 101%;
	margin:10px 0px 10px 0px;
    display:block;
    }
    .work {
    background-color: #ffffff;
    height: 101%;
    width: 100%;
	}
    .kopf {
	display:none;
    width: 0%;
    height: 0%;
	}
    .navi {
	display:none;
    width: 0%;
    height: 0%;
    }
    .links {
	display:none;
    width: 0%;
    height: 0%;
    }
    .rechts {
	display:none;
    width: 0%;
    height: 0%;
    }
    .werb {
	display:none;
    width: 0%;
    height: 0%;
    }
    div.footer {
    display:none;
    }
    .nach_oben {
    display:none;
    }
    .haeder {
    display:none;
    }
    .werbung{
      display: none;
    }

     /* ++++++ Info Text für Desktop  ++++++*/
	.info_text {
	display:none;
	}
   a.linkt {
    text-decoration:none; 
    font-weight:normal;
    font-style:normal;
    color:#000000;
    }
	
	
