/* TinyMCE specific rules */
body.mceContentBody {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}



/* Ab hier die eigenen Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Headline1 {
	color: #373737;
	font-family:arial;
	font-size: 13px;
	font-weight:bold;
	
	}


.Headline2 {
	color: #373737;
	font-family:arial;
	font-size: 13px;
	font-weight:normal;
}

.Klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


h1 {
	color: #373737;
	font-family:arial;
	font-size: 13px;
	font-weight:bold;
	
	}
	
h2 {
	color: #373737;
	font-family:arial;
	font-size: 13px;
	font-weight:normal;

	}
