
/* ---------------- Info ----------------
name: print.css
projekt url: http://www.visnet-noe.org
#FCCDA5 light orange
#F78F1E orange
#EB4E03 dark orange
#CDE1F8 light blue
#7299C6 blue
#3B6799 dark blue
#F2F2F2 light gray
#CCCCCC gray
#E9EBF0 for background 
---------------- Info ---------------- */

/** format text
---------------------------------------------------- */
body {
	font-size: 12pt;
	color: #000;
	}
strong {
	color: #000;
	}
p, ul, dl {
	font-size: 12pt;
	line-height: 14pt;
	}

#footer p {
	border-top: 1px solid #000;
	font-size: 12pt;
	line-height: 14pt;
	text-align: center;
	}


/** table layout
---------------------------------------------------- */
table {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	}
table th {
	border-top: 1px solid #cccccc;
	padding: 0 1em 1em 1em;
	}
table td {
	border-top: 1px solid #cccccc;
	padding: 0 1em 1em 1em;
	}

/** headlines
---------------------------------------------------- */
h1 {
	font-size: 20pt;
	font-weight: normal;
	padding: 2pt 0;
	}
h2 {
	font-size: 18pt;
	font-weight: normal;
	padding: 2pt 0;
	}
h3 {
	font-size: 16pt;
	font-weight: normal;
	padding: 2pt 0;
	}

/** headlines
---------------------------------------------------- */
#warp {
	width: auto;
	background: white;
	}
#header {
	display: none;
	}
#mainnav {
	display: none;
	}
#shadow {
	display: none;
	}
#sidebar {
	display: none;
	}
	/** link
---------------------------------------------------- */
a:link {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	}
#breadcrumbs {
	border-bottom: 1px solid #000;
	}
#breadcrumbs ul li {
	width: 100%;
	}
#breadcrumbs ul li {
	display: inline;
	}
#breadcrumbs ul li a {
	text-decoration: none;
	color: black;
	background-color: transparent;	
	}