/* 
 * SilverStripe panzerboyz Theme
 * (c)2009 by team-o onlinedienstleistungen - ttp://www.team-o.de
 * 
 * typography.css - Stylesheet Schriften und WYSIWYG-Angaben
*/
 
/* ALLGEMEINES 
-------------------------------------------- */
body {
	font: 400 0.9em tahoma, verdana, arial,sans-serif;
	color: #000000;
}
a {
	text-decoration: underline;
	color: #000000;
}
	a:hover {
		text-decoration: underline;
		color: #B21616;
	}

/* SCHRIFTEN HAUPBEREICH 
-------------------------------------------- */
.typography h1, .typography h1 a {
	font: bolder 2em/1em "Courier New", Courier, monospace;
	margin: 0;
	padding: 15px 0 15px 25px; 
	text-decoration: none;
	background-image: url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
	.typography h2, .typography h2 a {
	font: bolder 1.6em/1em "Courier New", Courier, monospace;
	color: #B21616;
	margin: 0 0 4px 0;
	text-decoration: none;
}
	.typography h3, .typography h3 a, .typography h4, .typography h4 a, .typography h5, .typography h5 a, .typography h6, .typography h6 a {
		font-weight: bold;
		margin: 0 0 5px 0;
	}
		.typography h1 a:hover, .typography h2 a:hover, .typography h3 a:hover, .typography h4 a:hover, .typography h5 a:hover, .typography h6 a:hover {
			text-decoration: underline;
		}
.typography p {
	margin: 5px 0 10px 0;
	line-height: 1.3em;
}

/* SCHRIFTEN FOOTER 
-------------------------------------------- */
#footer {
	font-size: 0.6em;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography div.image {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
.typography div.image.right {
	float: right;
	margin: 0 0 10px 15px;
}
.typography div.image.left {
	float: left;
	margin: 0 15px 10px 0;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}