
/* 
Title:		Initiativkreis Ruhrgebiet Print Styles
Author: 	Oliver Hulisz, Image Transfer
E-Mail: 	o.hulisz@image-transfer.de
Date:     10. November 2006
*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
}


/* Defaults
---------------------------------------------------------------------------------------*/

#logo {
	float: right;
}

#menu, #sidebar, #menuCol, #accessibility {
	display: none;
}

#header {
	margin: 20px 0;
}

img {
	border: 0;
	display: block;
	margin-bottom: 1em;
}

a {
	color:#333;
	text-decoration: none;
}


/* Print Typo
---------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}


/* Print Tables
---------------------------------------------------------------------------------------*/

table {
	width: 100%;
}

td, th {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}


th {
	text-align: left;
	background-color: #f5f5f5;
}


/* Print Footer
---------------------------------------------------------------------------------------*/

#footer p {
	display: none;
}

#footer p#copy {
	border-top: 1px solid #999;
	padding-top: 5px;
	display: block !important;
}

 