@charset "ISO-8859-1";
/*
Überschriften
	h2	-	Titel/Haupttitel
	h3	-	Thema
	h4	-	Kapitel
	h5	-	Untertitel
	h6	-	Fußnote

semantische Tags
	address		-	Adress-Darstellung
	abbr		-	Abkürzungen
	big			-	großer Text
	blockquote	-	mehrz. Zitate
	cite		-	Quellenangabe
	code		-	Quelltext/Programmiercode
	del			-	durchgestrichener Text
	em			-	kursiver/italic Text
	ins			-	unterstrichener Text
	p			-	Absatz/Paragraph
	q			-	kurzes Zitat
	samp		-	Beispiele
	small		-	kleiner Text
	strong		-	fetter Text
	sub			-	tiefgestellt
	sup			-	hochgestellt
	tt			-	Teletype / alternativer Schriftstil

Listen
	ul			-	unsortierte Liste (Aufzählungsliste)
	ol			-	sortierte Liste (Numerierungsliste, Reihenfolge)
	li			-	Listenelemte



verfügbare Konfigurationen
	font-family		-	Schriftarten
	font-size		-	Größe in pt oder px
	font-weight		-	Dicke - bold, normal (bolder, lighter, 100-900)
	font-style		-	Stil - italic, oblique, normal
	font-variant	-	Variante - small-caps (Kapitälchen) oder normal
	color			-	Farbe in Hex-Werten oder abgekürzt
	letter-spacing	-	Zeichenabstand - normal, px-Werte (positiv oder negativ)
	line-height		-	Zeilenhöhe in pt oder px
	text-decoration	-	Dekoration - none, line-throught, overline, underline, blink (Mehrfachauswahl möglich)
	text-indent		-	Einrückung - (px-Werte)
	text-transform	-	Textdarstellung - lowercase, uppercase, capitalize, none
	word-spacing	-	Wortabstand - normal, px-Werte (positiv oder negativ)
	pause			-	Pause vor und nach Element - ms-Werte (nur für Screenreader)
*/




/* --- Überschriften --- */
/*
	h2
	h3
	h4
	h5
*/
#vorschau h2, #seiteninhalt h2 {
	display:			block;
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	font-style:			normal;
	font-variant:		normal;
	color:				#b60c1c;
	letter-spacing:		1px;
	line-height:		0px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		1px;
	pause:				800ms;
	margin:				10px 0 7px 0;
}
#vorschau h3, #seiteninhalt h3 {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		normal;
	line-height:		0;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
	margin:				0 0 5px 0;
	pause:				300ms;
}
#vorschau h4, #seiteninhalt h4 {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	font-style:			oblique;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		1px;
	line-height:		16px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		2px;
	pause:				500ms;
	margin:				0 0 5px 0;
}
#vorschau h5, #seiteninhalt h5 {
	font-family:		Times, 'Times New Roman', serif;
	font-size:			10px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#888;
	letter-spacing:		2px;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		3px;
	pause:				300ms;
	margin:				3px 0 12px 0;
}
#vorschau h6, #seiteninhalt h6 {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			9px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#888;
	letter-spacing:		normal;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
}
/* --- */





/* --- semantische Tags --- */
/*
	address
	abbr
	big
	blockquote
	cite
	code
	del
	em
	ins
	p
	q
	samp
	small
	strong
	sub
	sup
	tt
*/
#vorschau address, #seiteninhalt address {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		1px;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		2px;
	pause:				400ms;
	margin:				5px 0 10px 20px;
}
#vorschau abbr, #seiteninhalt abbr {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#777;
	letter-spacing:		normal;
	line-height:		13px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
}
#vorschau big, #seiteninhalt big {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			16px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		small-caps;
	color:				#000;
	letter-spacing:		normal;
	line-height:		13px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
	pause:				200ms;
}
#vorschau big a, #seiteninhalt big a {font-size:16px;}
#vorschau blockquote, #seiteninhalt blockquote {
	font-family:		Times, 'Times New Roman', serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#777;
	letter-spacing:		1px;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		2px;
	pause:				400ms;
	margin:				5px 0 15px 0;
}
#vorschau cite, #seiteninhalt cite {
	font-family:		Times, 'Times New Roman', serif;
	font-size:			11px;
	font-weight:		bold;
	font-style:			normal;
	font-variant:		normal;
	color:				#ccc;
	letter-spacing:		1px;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		2px;
}
#vorschau code, #seiteninhalt code {
	display:			block;
	font-family:		'Courier CE', Courier, 'Courier New', monospace;
	font-size:			11px;
	font-weight:		lighter;
	font-style:			normal;
	font-variant:		normal;
	color:				#777;
	letter-spacing:		normal;
	line-height:		12px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		4px;
	pause:				500ms;
	margin:				5px 0 15px 20px;
}
#vorschau del, #seiteninhalt del {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			oblique;
	font-variant:		normal;
	color:				#ccc;
	letter-spacing:		normal;
	line-height:		14px;
	text-decoration:	line-through;
	text-transform:		none;
	word-spacing:		normal;
	padding:			0 1px 0 3px;
}
#vorschau em, #seiteninhalt em {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			oblique;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		normal;
	line-height:		14px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
	padding:			0 1px 0 3px;
}
#vorschau ins, #seiteninhalt ins {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		normal;
	line-height:		14px;
	text-decoration:	underline;
	text-transform:		none;
	word-spacing:		normal;
	pause:				200ms;
	padding:			0 1px 0 3px;
}
#vorschau p, #seiteninhalt p {
	clear:				both;
	display:			block;
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		normal;
	line-height:		14px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
	pause:				400ms;
	margin:				5px 0 10px 0;
}
#vorschau p a:link, #seiteninhalt p a:link, #seiteninhalt p a:visited {font-size:10px;}
#vorschau p p, #seiteninhalt p p {
	clear:				both;
	display:			block;
	margin:				5px 0 5px 0;
}
#vorschau q, #seiteninhalt q {
	display:			inline;
	font-family:		Times, 'Times New Roman', serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#777;
	letter-spacing:		1px;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		2px;
	pause:				400ms;
	padding:			0 2px 0 5px;
}
#vorschau q:before, #seiteninhalt q:before {content:"»";} 
#vorschau q:after, #seiteninhalt q:after {content:"«";} 
#vorschau samp, #seiteninhalt samp {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#ccc;
	letter-spacing:		normal;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		2px;
}
#vorschau small, #seiteninhalt small {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			9px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		normal;
	line-height:		normal;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
}
#vorschau small a:link, #seiteninhalt small a:link, #seiteninhalt small a:visited {font-size:9px;}
#vorschau strong, #seiteninhalt strong {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		1px;
	line-height:		14px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
	padding:			0 1px 0 3px;
}
#vorschau sub, #seiteninhalt sub {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			9px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		normal;
	line-height:		9px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
}
#vorschau sup, #seiteninhalt sup {
	font-family:		Verdana, Arial, Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:			9px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		normal;
	line-height:		9px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		normal;
}
#vorschau tt, #seiteninhalt tt {
	font-family:		'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	color:				#000;
	letter-spacing:		3px;
	line-height:		14px;
	text-decoration:	none;
	text-transform:		none;
	word-spacing:		1px;
	pause:				400ms;
	margin:				0 5px;
}
/* --- */




/* --- LISTEN --- */
/*
	ul
	ol
	li
*/
#vorschau ul, #seiteninhalt ul {
	margin-left:20px;
}
#vorschau ul li, #seiteninhalt ul li {

}
#vorschau ol, #seiteninhalt ol {
	margin-left:20px;
}
#vorschau ol li, #seiteninhalt ol li {

}

/* --- */

