﻿/* 	==================================
    Stylesheet für robert-furlong.com
	druckversion.css
	media: print
	================================== */

body {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #272A2E;
}

h1, h2, h3 { font-family: Arial, sans-serif}
h1 { font-size: 16pt; }
h2 {
	font-size: 14pt;
	padding-top: 6pt;
	margin-top: 12pt;
}
h3 {
	font-size: 12pt;
	padding-top: 6pt;
	margin-top: 12pt;
}

li {
	list-style-type: square;
	list-style-position: inside;
}

.skiplink, #navi, #banner {	display: none; }

#banner img { margin: 0 0 30px 0;}

#photo {
	text-align: center;
	font-size: 80%;
	width: 164px;
	float: right;
	margin: 0 0 0 30px;
}

a {
	color: #272A2E;
	text-decoration: none;
}
a[href]:after {
	content: " ["attr(href)"] ";
}