/**
 *  Last Update on 1.0.4
 *  Document   : Resource/Public/Css/Print.css
 *  EXT        : ak_template
 *  Created on : 15.10.2013
 *  Author     : Web-aktiv a.kempf@web-aktiv.com
 *  Description: Stylesheet for Print Layout
 */


/* Screen Only */
@media screen {
.noprint {display:block !important;}
.noshow {display:none !important;}
}

/* Print Only */
@media print {
.noprint {display:none !important;}
.noshow {display:block !important;}
a[href]:after { 
    content: ''; 
}
}

body{
	font-family: arial;
        font-size:18px;
}

h1,h2{
   font-size: 24px;
   font-weight:300;
   color:#000;
}


h3, h4, a{
   margin-top: 5px;
   font-size: 18px;
   color:#000;
   font-weight:500;
}

.btn-primary, .btn-primary:hover{
    background: #3e7569;
    border:0;
}

.printlogo{
	width:150px;
	height:auto;
}