/*
	print stylesheet for subway-himmelkron.de
	cr, 081211
*/

body {
	font:100%/1.3 Arial, sans-serif;
	}

/* hidden parts */
#nav {
	display:none;
	}

/* Links normal */
a {
	color:#000;
	text-decoration:none;
	}

/* external link adresses */
a[href^="http://"]::after {
	content:" ["attr(href)"]";
	font-family:monospace;
	}

h1 {
	font-size:170%;
	font-weight:normal;
	line-height:1.2;
	padding-bottom:.5em;
	margin-bottom:1em;
	}

h1 span {
	font-size:80%;
	font-style:italic;
	}

h1 span.brand {
	font-style:normal;
	font-size:150%;
	}

h2 {
	font-size:150%;
	border-bottom:1px solid;
	}

table {
	margin-bottom:1em;
	}

th,
td {
	text-align:left;
	vertical-align:top;
	padding:.1em .5em .1em 0;
	border-bottom:1px dotted;
	}

th h4 {
	margin:0;
	padding:0;
	font-size:150%;
	}

.brand {
	text-transform:uppercase;
	}

ul.subs,
#footnote ul,
ul.add {
	list-style:none;
	margin:0;
	padding:0;
	}

ul dfn {
	font-style:normal;
	font-weight:bold;
	padding:.2em;
	}

ul.subs h3,
ul.subs dfn {
	display:inline;
	font-size:120%;
	font-weight:bold;
	}

ul.subs div {
	margin:1em 0;
	}

sup a {
	text-decoration:none;
	color:#000;
	}

.preis span {
	border:1px solid;
	padding:.2em .5em;
	}

#footnote {
	border-top:1px solid;
	border-bottom:1px solid;
	margin-bottom:2em;
	}

ul.add li {
	border-bottom:1px solid;
	}