﻿/* Stylesheet for ap-bauunternehmen.de
File: print.css
Date: 2011-09-08
Author: Sergei Penner

Structure:	1. Calibration
			2. Overall styles
*/

/*	========================================
	1. Calibration
	========================================
*/

* { margin: 0; padding: 0; }

/* Abstand nach unten */
h2, h3, p, ul, ol, hr  { margin-bottom: 1em; }

h4 { margin-bottom: 0.5em; }

/* Abstand von links */
li  { margin-left: 1em; }

/*	========================================
	2. Overall styles
	========================================
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	}
	
h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: 24pt; }
h2 {
	font-size: 18pt;
	padding-top: 6pt;
	border-top: 3pt solid #d900000;
	margin-top: 12pt;
	}
	
nav { display: none; }

a {
	text-decoration: none;
	padding-bottom: 1.5px;
	border-bottom: 1px solid black;
	}
	
/*	END OF STYLESHEET	*/