.typography * {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.typography h1, .typography h2, .typography h3 {
	font-size: 46px;
	font-family: Georgia, Times, serif;	
	margin: 8px 0 4px 0;
	padding: 0;
}

.typography h2 {
 	font-size: 20px;
}

.typography a, #MainNav a:hover, #MainNav a.current {
	color: #000;
	background: transparent url('../images/arrow-small.png') no-repeat left center;
	padding: 0 2px 0 12px;
}

.typography a:hover {
	color: #fff;
	background: #000 url('../images/arrow-small-white.png') no-repeat left center;
}

.typography h2 a {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	background: transparent url('../images/arrow-large.png') no-repeat left center;
	padding: 0 2px 0 20px;
}

.typography h2 a:hover {
	background: #000 url('../images/arrow-large-white.png') no-repeat left center;
}

.typography h3 {
	font-size: 20px;
	font-weight: normal;
}

.typography h3 sup {
	font-family: Georgia, Times, serif;	
	font-size: 12px;
}

.typography h3 + h2 {
	margin-top: 0;	
}

.typography hr {
    background: transparent url('../images/dots.png') repeat-x top left !important;;
    border:0 !important;
    color: transparent !important;
    height:1px;
    margin:0;
    width:100%;
}

.typography .formfooter {
	font-size: 10px;
	margin-left: 200px;
	width: 300px;
}

.typography .Event {
	padding: 12px 0;	
}

	.typography .Event * {
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 16px;
	}
	
	.typography .Event strong {
		font-size: 21px;
		text-transform: uppercase;
		line-height: 28px;
	}
	
	.typography .Event sup {
		font-size: 13px;
	}
	
	.typography .Event h3 {
		margin: 1px 0 3px 0;	
	}
	
	.typography .Event a {
		font-size: 21px;
		font-weight: normal;
		font-style: italic;
		background: transparent url('../images/arrow-large.png') no-repeat left center;
		padding: 0 2px 0 20px;
		text-decoration: underline;
	}
	
	.typography .Event a:hover {
		font-size: 21px;
		font-weight: normal;
		font-style: italic;
		background-image: url('../images/arrow-large-white.png') !important;
	}
	
	.typography .Event span {
		width: 85%;
		display: inline-block;
	}
	
.typography .over span, .typography .over strong {
	text-decoration: line-through;
}

.typography .today {
	background: transparent url('../images/heute.png') no-repeat right 12px;	
}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}