druck = (location.search == "?style=print");
if(druck) {
	document.writeln('<body bgcolor="#FFFFFF" style="font: 10pt Arial; margin: 10px;">');
	document.writeln('	<big><b>easy Carservice</b></big><br>');
	document.writeln('	<br>');
} else {
	document.writeln('<body bgcolor="#D1D9EA" style="margin: 0px;">');
	document.writeln('	<table width="100%" cellspacing="0" cellpadding="0">');
	document.writeln('		<tr height="75px">');
	document.writeln('			<td style="border-bottom: 2px solid white;">&nbsp;</td>');
	document.writeln('			<td width="760px" style="background-image:url(banner1.gif)"></td>');
	document.writeln('			<td style="border-bottom: 2px solid white;">&nbsp;</td>');
	document.writeln('		</tr>');
	document.writeln('		<tr height="75px">');
	document.writeln('			<td bgcolor="#9EAED3"></td>');
	document.writeln('			<td width="760px" style="background-image:url(banner2.jpg)"></td>');
	document.writeln('			<td bgcolor="#9EAED3"></td>');
	document.writeln('		</tr>');
	document.writeln('		<tr>');
	document.writeln('			<td bgcolor="#D1D9EA" style="border-top: 2px solid white;">&nbsp;</td>');
	document.writeln('			<td width="760px" bgcolor="white">');
	document.writeln('				<table border="0" height="27px" width="100%" cellspacing="0" cellpadding="0" bgcolor="#D1D9EA">');
	document.writeln('					<tr>');
	document.writeln('						<td align="right" style="border: 2px solid white;">');
	document.writeln('							<a href="kontakt.html"><img src="kontakt.gif" border="0"></a><a href="' + window.location.pathname + '?style=print"><img src="drucker.gif" border="0"></a><a href="impressum.html"><img src="impressum.gif" border="0"></a>');
	document.writeln('						</td>');
	document.writeln('					</tr>');
	document.writeln('				</table>');
	document.writeln('				<table cellspacing="0" cellpadding="0" style="width: 100%;">');
	document.writeln('					<tr>');
	document.writeln('						<td style="width: 200px; height: 100%;"><iframe src="' + menusrc + '" name="menu" frameborder="0" style="width: 100%; height: 100%;"></iframe></td>');
	document.writeln('						<td style="font-family: Verdana; font-size: 8pt; color: black; padding-top: 1cm; padding-bottom: 1cm; padding-right: 2cm; padding-left: 2cm;">');
}
