/* ===========================================================================================
	Stylesheet Nachtwerk
	Datei: code.css
	Datum: 25.11.2013
	Autor: Sabine Knoben
=============================================================================================*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 { 
	font-size:24pt;
}

h2 {
	font-size: 18pt;
	padding-top:6pt;
	border-top: 3pt solid #cccccc;
	margin-top:12pt;
}

.skiplink,
#navigation {
	display: none;
}

a {
	color: black;
	text-decoration: none;
}

a[href]:after {
	content:" [Adresse: "attr(href)"]";
}
	