/* You can add css class names below */

.Headline {
	font: 35px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 0 0;
	}
	
.Subheadline {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #4f9dab;
	
	/*border-bottom: 2px solid #4f9dab;*/
	margin-bottom: 25px;
	display: block;
	}	
	
.Bildunterschrift {
	font-size: 11px;
	font-style: italic;
	color: #808080;
	display: block;
	margin: 0px 0 5px 0;
	clear: left;
	}
	
.Zeilenabstand {
	line-height: 22px;
	}		

LI {
	margin-bottom: 8px;
	margin-left: 0px;
	margin-left: 20px;
	}

OL {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	}
	
.post A { color: #4f9dab; text-decoration: none; border-bottom: 1px dotted #4f9dab; }

P { margin-bottom: 15px; margin-top: 5px; padding: 0; }







/* styles for the TinyMCE editor */
body#tinymce {
	text-align: left;
	background: #fff;
	color: #000;
	font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	padding: 0.6em;
	margin: 0;
}
