/*
	http://www.hans-nover.de
	nover.css | Cascading Style-Sheets
	Erstellt am: 3. März 2003 von sebastian.hoffmann@gmx.net
	Geändert am: 3. März 2003 von sebastian.hoffmann@gmx.net
*/

.headtext_seite {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	font-sytle: normal;
	color: #cc0000;
	letter-spacing: 1.0mm;
    word-spacing: 2.0mm;
	text-decoration: normal;
}

.headtext_kapitel {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	font-sytle: normal;
	color: #cc0000;
	letter-spacing: 0.5mm;
    word-spacing: 1.0mm;
	text-decoration: normal;
}

.headtext_abschnitt {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	font-sytle: normal;
	color: #cc0000;
	letter-spacing: 0.5mm;
    word-spacing: 1.0mm;
	text-decoration: normal;
}

.inhalttext_standard {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-sytle: normal;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: normal;
}

.inhalttext_wichtig {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	font-sytle: normal;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: normal;
}

.zitattext_standard {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;	
	font-style: italic;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: normal;
}

.bildtext_standard {
	font-family: sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-sytle: normal;
	color: #003366;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: normal;
}

.fusstext_standard {
	font-family: sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-sytle: normal;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: normal;
}

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

body {
	background : #bbbbbb;
}

