/* Style Sheet fuer Friedrichs Website.  */

body { 
        background: rgb(240,250,252); /* pastellgelb: rgb(255,253,230) */
        color: rgb(21,15,92);
	background-repeat: repeat-y;
	font-family: sans-serif;
	font-size: 12pt;
	margin-top: 1cm;
	margin-right: 3cm;
	margin-left: 3cm;
	padding-left: 1cm;
	margin-bottom: 1cm;
}

h1 {
	font-size: 24pt;
	line-height: 36pt;
 	font-weight: lighter;
	font-family: sans-serif;
	padding-bottom: 1em;
	letter-spacing: 1px;
}

h2 {
	font-size: 18pt;
	line-height: 30pt;
	font-weight: lighter;
	font-family: sans-serif;
}

h3 {
	font-size: 12pt;
	font-family: sans-serif;
}

a:link {
	text-decoration: none;
        color: rgb(158,4,5);
}

a:visited {
	text-decoration: none;
        color: rgb(225,23,16);
}

a.footer {
	text-decoration: none;
}

p {
	text-align: justify;
	line-height: 1.2;
	padding-bottom: 1em;
	margin-top: 0em;
	margin-bottom: 0cm;
}

p.linemenu {
	padding-left: 1em;
	font-family: sans-serif;
	font-size: 10pt;
}

p.nav {
	font-family: sans-serif;
	font-size: 10pt;
	float: right;
	vertical-align: middle;
}
p.signatur {
	padding-top: 2em;
	clear: both;
}

p.achteck {
	margin-left: -3cm; /* undo body margin */
	text-align: center;
}

address {
	padding-top: 0em;
	padding-bottom: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
}

pre.footer {
	font-size: 10pt;
	line-height: 12pt;
}

pre.asciipic {
	font-family: Courier, monospace;
	font-size:   10pt;
	line-height:  8pt;
}

pre {
	font-family: Courier, monospace;
	font-size: 14pt;
	line-height: 14pt;
}

tt {
	font-family: Courier, monospace;
}

img {
	line-height: normal; /* no effect */
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.2;
	font-family: sans-serif;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.2;
}

li {
}

dd {
	padding-bottom: 1em;
}

table {
	margin-left: 1cm;
	margin-right: 1cm;
}

blockquote {
	font-style: italic;
	margin-left: 1cm;
	margin-right: 1cm;
}