/*********************************************** 
 * Sonder-CSS-Datei explizit fuer die Druckvorschau
 * aller roten Webseiten
 * 
 * (c) Sascha Seeger-Kunth, 2009
 ***********************************************/

 /* Allgemeine Formatierungen */ 

* {
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:link, a:visited  {
    text-decoration: none;
}

a img {
    border: 0 none;
}

h1, h2 {
	color: #8F001F;
    background-color: transparent;
    font-weight: bold;
}

h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 14pt;
}

h2, h3, h4, h5, h6 {
    font-size: 11pt;
}

li {
    list-style: none;
}

/* Formatierungen speziell fuer den RTE von Typo3 */

sub, sup {
	font-size: 10px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.csc-frame-frame2 {
	border: 1px solid #333;
	background-color: #F5FFAA;
	padding-left: 3px;
}

.csc-frame-frame1 {
	border: 1px solid #333;
	background-color: #EDEBF1;
	padding-left: 3px;
}

blockquote p {
	margin-left: 15px;
	font-style: italic;
}

#innerContent ul li, #innerContent ol li {
	list-style-position: inside;
	margin-left: 15px;
}

#innerContent ul li {
    list-style-type: disc;
}

#innerContent ol li {
	list-style-type: decimal;
}

/* Deaktivierte IDs und Klassen */

.anchor,
#printbar_blue,
#services,
#topnavi,
#banner,
#column_left,
#top_container,
#control,
#column_right,
#footer {
	display: none;	
}

/* In die Druckvorlage eingebundene IDs und Klassen */

#breadcrumb {
	margin-bottom: 36px;
	margin-left: 9px;
	font-size: 8pt;
}

#breadcrumb a {
	font-size: 8pt;
}

#printbar_red {
	margin-left: 12px;
	margin-bottom: 16px;
}

#printbar_red img {
	width: 100%;
	height: 15px;
}

#headline {
	margin-left: 10px;
	margin-bottom: 12px;
}

#innerContent {
	margin-left: 10px;
}

#innerContent h1, h2, p {
    margin-bottom: 12px;
	color: #333;
	background-color: transparent;
}
