@font-face {
    font-family: TextFont;
    src: url(HelveticaNeueLTCom-Roman.woff);
}

@font-face {
	font-family: LogoFont;
	src: url(HelveticaNeueLTCom-Th.woff);
}

@font-face {
    font-family: Slogan;
    src: url(helveticaneueltcom-bd.woff);
}

table tr td {
	padding: 0;
	}
	
table {
	border-spacing : 0;
 	border-collapse : collapse;
}

p {
	font-family : TextFont;
	font-size : 1.5em;
/* 20pt; 1.5em */
	color : #5c5c5c;
	padding-left : 7%;
        padding-right : 20%;  

}

p.viewwindow {
	font-family : TextFont;
	font-size : 2vw;
	color : #5c5c5c;
}


td.slogan {
	background-image : url(back.png);
	/*background-repeat : no-repeat;
	*/background-repeat : repeat-y;
	color : white;
	font-family : TextFont;
	/*font-size : 48pt;
	*/font-size : 4.1vw;
	font-weight : 900;
	background-size : 100% 100%;
	padding-left : 7% !important;
}

td.logo {
	background-image : url(munnik_logo.png);
	background-repeat : no-repeat;
	background-size : 100% 100%;
	background-position : top 0px left 0px;
	color : #333451;
/*	font-family : LogoFont;
	font-size : 10pt;
	text-align: center; */
}

	
td.bottomtext {
	text-align : left;
	background-color : #787878;
	color : white;
	font-family : TextFont;
	font-size : 20pt;
	border-color : #787878;
	padding-left : 7% !important;
	padding-top : 5px !important;
	padding-bottom : 5px !important;
}


img {
	width : 100%;
	height : auto;
}