/* 
 * SilverStripe E-A-O-Theme
 * (c)2009 by team-o onlinedienstleistungen - ttp://www.team-o.de
 * 
 * typography.css - Stylesheet Schriften und WYSIWYG-Angaben
*/
 
/* ALLGEMEINES 
-------------------------------------------- */
body {
	font: 400 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
a, a:active, a:focus, a:link {
	color: #000000;
}

a:hover {
	color: #E77F00;
}

/* SCHRIFTEN HAUPBEREICH 
-------------------------------------------- */
.typography h1, .typography h1 a {
	font-size: 38px;
	font-weight: normal;
	color: #E77F00;
	margin: 15px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
.typography h2, .typography h2 a {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 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: bolder;
	color: #000000;
	margin: 0 0 5px 0;
	text-decoration: none;
}

.typography p {
	margin: 5px 0 10px 0;
	line-height: 18px;
}
.typography .small, .typography .breadcrumbs {
	font-size: 10px;
}
.typography .blockquote {
	display: block;
	background: #F3F3F3 url(../images/quote.gif) no-repeat top left;
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #E77F00;
	border-bottom: 1px solid #E77F00;
}

.typography ol {
	margin: 20px;
}
	.typography ol li {
		margin-left: 25px;
		padding: 4px 0;
	}

.typography ul {
	list-style-type: square;
	}

/* SCHRIFTEN IM RECHTEN BEREICH
-------------------------------------------- */
#sidebar_right {
	font-size: 10px;

}
#sidebar_right h2, #sidebar_right h2 a {
	color: #FFFFFF;
	font-size: 14px;
}
#sidebar_right p {
	margin: 0 0 0 5px;
	line-height: normal;
}

/* SCHRIFTEN FOOTER
-------------------------------------------- */
#footer {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
#footer a, #footer a:active, #footer a:focus, #footer a:hover, #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right, .typography img.left {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
.typography img.right {
	float: right;
	margin: 0 0 10px 15px;
}
.typography img.left {
	float: left;
	margin: 0 15px 10px 0;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
/* KOMMENTARE
-------------------------------------------- */
.actions {
	margin-bottom: 15px;
}
#PageComments_holder h4 {
	margin: 5px 0 5px 0;
}
p.comment {
	font: normal 11px Courier, "Courier New", monospace;
}
p.info {
	text-align: right;
	font-size: 10px;
}
p.info span {
	background-color: #E77F00;
	padding: 3px;
}
#CommentsRSSFeed {
	font-size: 9px;
	font-weight: bold;
}
