body{
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color:#FFFFFF;
}
a {  
	text-decoration: none;
	color:#6B880F;
	cursor:pointer;
	font-weight:bold;
}
a:hover {  text-decoration: underline}
h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	font-weight: bold;
}
#edit textarea.h1{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 16px;
	border: 0px none;
	background-color: #DDDDDD;
}


h2{
	font-size: 10px;
	margin: -7px 0px 7px 0px;
	font-weight: bold;
	line-height: 10px; /* added by ps, 15.05.2007 */
}

#edit textarea.h2{
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	height: 24px;
	background-color: #DDDDDD;
	border: 0px none;
}

h3{
	font-size: 10px;
	margin: -5px 0px 7px 0px;
	font-weight: normal;
	line-height: 10px;/* added by ps, 15.05.2007 */

}

#edit textarea.h3{
	font-size: 10px;
	font-weight: normal;
	width: 100%;
	height: 24px;
	border: 0px none;
	background-color: #DDDDDD;

}

h4{ /*Zwischenüberschriften im Fliesstext*/
	font-size: 10px;
	margin: 0px 0px 7px 0px;
	font-weight: bold;
}
p{
	margin: 0px 0px 7px 0px ;
}
ul{
	list-style-type:square;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 18px;
}
ol{
	list-style-type:decimal;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 18px;
	font-weight:bold;
}
li{
	margin:  0px 0px 7px 0px;
	padding: 0px;
}
