/* UTF8: äöüß
 * ----------------------------------------------------------------------------------
 * Author:	Michael Diekmann
 * Copyright:	2011 - 2016 by www.aikon-media.de
 * Date:	2016-10-13
 * ----------------------------------------------------------------------------------
 */


/*
#///////////////////////////////////////////////////////////////////////#
#									#
#///////////////////////////////////////////////////////////////////////#
*/

* {
	margin:			0px;
	padding:		0px;
}

/*
 Google Chrome: Removes the yellow outline
 Firefox:	Removes the dotted focus
*/

*,
*:focus,
*:active,
*:hover {
	outline:		none !important;
}

html, body {
	height:			100%;
	margin:			0;
	padding:		0;
}

body {
	width:			100%;
	height:			100%;
	font-family:		'Myriad','Arial','Frutiger 45',sans-serif;
	font-weight:		400;
	font-size:		9pt;
	line-height:		12pt;
	color:			#787D84;
	background-color:	#FFFFFF;
	text-align:		center;
}

input,select {
	font-family:		'Myriad','Arial','Frutiger 45',sans-serif;
	font-size:		9pt;
	line-height:		11pt;
}

strong {
	font-weight:		700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:		'Open Sans';
	font-weight:		700;
}

img {
	border:			none;
	max-width:		178px;
}

img.rainloop {
	margin:			18px 0px 0px 0px;
}

table {
	width:			30%;
	border-spacing:		0px;
	empty-cells:		show;
	margin:			100px auto;
}

th, td {
	vertical-align:		top;
	text-align:		center;
}

ul,
ol {
	margin:			0px 0px 18px 0px;
}

p {
	margin:			0px 0px 20px 0px;
}
