@charset "utf-8";
/* CSS Document */

/* 
CSS 
written by M.Schwarz 2018
www.jamediaservice.de
*/

/* 1.BODY and PAGE
---------------------------------------------------------------------- */
body {
	font-size: 1em;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #000000;
	background-color: #839030;
}
.wrapper {
	width: 600px;
	margin: 3em auto;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 1.3em;
}
h1 {
	font-size: 1.6em;
}
strong {
	font-weight: 700;
}
