/**
 * EZdesign
 * wysiwyg stylesheet
 * 
 * (c) EZdesign.de
 */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}	

body {
	background: white;
	height: 100%;
}
* html body {
	height: 100%;
}

body,
td {
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
}

a img {
	border: 0;
}

a {
	color: black;
	text-decoration: none;
}

ul {
	margin: 2px 0 5px 17px;
}

p {
	margin: 0 0 10px 0;
}

td {
	vertical-align: top;
}

/* headlines */

h1 {
	color: white;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}