/* CSS Document */
/* Copyright by Werbeverlag K. A. - http://www.werbeverlag.de */

/*Webseite-Grundeinstellung*/

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

p {
	margin-bottom: 15px;
}
	
body {
	background-color: #b82819;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.3;
	}