body {
	background-image: url(../images/body.jpg);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: White;
	margin:0;
	padding:0;
}

.img_left {
	float: left;
	margin-left: 30px;
	padding-right: 5px;
}

.img_right {
	float: right;
	margin-right: 10px;
	padding-left: 5px;
}

/*______________TYPO_____________*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: black;
	margin-left: 30px;
	margin-right: 10px;
	margin-top:0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: black;
	list-style-position: outside;
	margin-left: 40px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #FF0000;
	margin-left: 20px;
	margin-right: 10px;
	margin-top:30px;
	margin-bottom:10px;
	border-bottom: 1px dashed blue;
}

.webdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: black;
	margin-right: 10px;
}
