/* -----------------------------------------------
Projekt: www.outline-atelier.de/heike_carle/
Autor: Heike Carle
Version: 2006-03-15
Media: Print
© 2006 Heike Carle web.design & multimedia, all rights reserved
----------------------------------------------- */


/* -----------------------------------------------
print styles
----------------------------------------------- */
@page {
	size: 210mm 297mm;
	}
* {
	margin:0;
	padding:0;
	}	
body {
	margin:.2in;
	background:white;
	color:black;
	font-family:Tahoma, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	}
#top, #menue, #gotop, #validation, #bottom address, hr, th, .box h4, .noprint {
	display:none;
	}
a  {
	color:#663;
	text-decoration:underline;
	}
#content a:link:after, .sidebar a:link:after  {
	content:" ("attr(href)") ";
	}

#head h1 {
	font-size:18pt;
	color:#996;
	margin-bottom:1em;
	}	
#head h1 span#part2 {
	color:#663;
	}	
#logo img, #logo img a {
	border:none;
	}
#content ul {
	font-size:12pt;
	list-style-type:square;
	margin-left:2em;
	}
.box {
	padding:3mm;
	border:.25pt solid black;
	text-align:center;
	}
.box p {
	font-size:11pt;
	color:#080808;
	}
#content h2  {
	font-weight:bold;
	font-size:16pt;
	margin-bottom:.4em;
	color:#663;
	}
#content h3, #content h4 {
	margin:.8em 0 .4em 0;
	}
#content h3  {
	font-size:14pt;
	color:#996;
	}
#content p, .sidebar p {
	margin:.6em 0 .3em 0;
	}
p, #content h4  {
	font-size:12pt;
	line-height:18pt;
	}	
/*#content dl.picture {
	text-align:center;
	}*/
#content dl.picture dt {
	}		
#content dl.picture dt img {
	padding:2pt;
	border:.25pt solid black;
	}
#content dl.picture dd {
	padding:0 0 .3em 0;
	font-size:.85em;
	}
table {
	table-layout:auto;
	}
td {
	padding:2mm;
	vertical-align:top;
	}
td.alignright {
	text-align:right;
	padding-right:4mm;
	}
caption {
	display:none;
	}
#sidepanel {
	margin-top:4mm;
	}		
.sidebar {
	margin-top:2mm;
	margin-bottom:2mm;
	padding:5mm;
	border:.25pt solid #663;
	}					
.sidebar h2 {
	font-size:16pt;
	text-align:center;
	color:#663;
	}					
.sidebar h3 {
	font-size:14pt;
	text-align:center;
	color:#663;
	}					
#bottom {
	clear:both;
	padding-top:4mm;
	margin-bottom:0;
	}
#bottom p {
	border-top:.25pt solid black;
	font-size:11pt;
	text-align:right;
	}