body {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 16px;
	line-height: 16px;
	text-align: left;
}

h2 {
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

ul {
	margin-left: 30px;
}

ol {
	margin-left: 30px;
}

table {
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
}

table thead th {
	padding: 2px;
	text-align: center;
}

table tbody td {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}

img {
	border: none;
}

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

/********** Elemente für TinyMCE **********/


