/* styleprint.css für drucklayout gerling-arendt.de */
	
@page {
	size: portrait;
	}

.nop {
	visibility: hidden;
	display: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	}
	
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	}

h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;

	}
	
h2 {
	font-size: 13pt;
	font-weight: bold;
	}
	
h3 {
	font-size: 12pt;
	font-weight: bold;
	}

/* Positionierung */

/* Projekte Detail */
.pro_texte {
	float: left;
	overflow: visible;
	width: 325pt;
	}

.spacer_105 {
	float: left;
	width: 45pt;
	height: 100%;
	}

.pro_bilder {
	float: left;
	width: 150px;
	height: 100%;
	font-size: 11pt;
	}
/* Projekte Detail Ende*/


a {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
	}

a.pro, a.propas {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	}
