body {
	font-family: lato, arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
}

p {
	margin: 1em 0;
}


p.align-left {
	text-align: left;
}
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}


a:not(.btn),
a:not(.btn):link,
a:not(.btn):visited,
a:not(.btn):hover,
a:not(.btn):active {
	color: #e31e2d;
	text-decoration: none;
}
a:not(.btn):hover {
	text-decoration: underline;
}

b.rot,
strong.rot,
span.rot {
	color: #e31e2d;
}

span.liveSupport {
	color: #e31e2d;
	text-decoration: none;
	cursor:pointer;
}
span.liveSupport:hover {
	text-decoration: underline;
}


p.button-link {
}
p.button-link a,
p.button-link a:visited,
p.button-link a:active,
p.button-link a:hover,
p.button-link a:link {
	padding: 5px 8px;
	background: #e31e2d;
	font-family: latobold;
	color: #fff;
	text-decoration: none;
}
p.button-link a:hover {
	background: #d30e0d;
}


p.klein {
	font-size: 85%;
}



h1 {
	font-family: latobold;
	font-weight: normal;
	font-size: 140%;
	line-height: 140%;
	margin-top: 25px;
}

h2 {
	font-family: latobold;
	font-weight: normal;
	font-size: 110%;
	line-height: 110%;
	text-transform: uppercase;
	margin-top: 25px;
}

a.epaper {
}

table.contenttable {
	width:100%;
	border-collapse:collapse;
}

table.contenttable td,
table.contenttable th {
	border:1px solid #bbb;
	padding:4px;
}

table.contenttable tr:nth-of-type(odd) td {
	background-color:rgba(0,0,0,0.05);
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/lato-regular-webfont.eot');
	src: url('../Fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../Fonts/lato-regular-webfont.woff') format('woff'),
	url('../Fonts/lato-regular-webfont.ttf') format('truetype'),
	url('../Fonts/lato-regular-webfont.svg#latoregular') format('svg');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/lato-bold-webfont.eot');
	src: url('../Fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../Fonts/lato-bold-webfont.woff') format('woff'),
	url('../Fonts/lato-bold-webfont.ttf') format('truetype'),
	url('../Fonts/lato-bold-webfont.svg#latobold') format('svg');
}
/* for compatibility */
@font-face {
	font-family: 'latobold';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/lato-bold-webfont.eot');
	src: url('../Fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../Fonts/lato-bold-webfont.woff') format('woff'),
	url('../Fonts/lato-bold-webfont.ttf') format('truetype'),
	url('../Fonts/lato-bold-webfont.svg#latobold') format('svg');
}
