﻿/**
 * @css-for		print (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		0.4
 * @date		2008-05-16
 * @see			http://www.lenz-kd.de/
 * @copyright	2008 by Andreas Lenz
 */

/**
 * invisible elements
 */
#skipnavi, #navigation, #subnavi, .subnavi, #teaser-img, #worldmap, #backnavi, #search, #world, #reservation, .data-check, #content ul.links, #content div.pager, #edit-submitbutton {
	display: none;
}

/**
 * printable elements
 */
body {
	line-height: 1.3em;
}
h1 {
	background: none;
}
h1 a {
	text-decoration: none;
	color: #356a9f;
}
#head p {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #000;
}
#content h5 a {
	color: #000;
	text-decoration: none;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
p {
	font-size: 10pt;
	margin-top: 0;
}
#foot {
	border-top: 1px solid #000;
	padding-top: 0.3em;
	margin-top: 1em;
	font-size: 10pt;
}
#foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#foot li {
	display: inline;
	padding: 0 0.5em 0 0.3em;
	border-left: 1px solid #000;
}
#foot li.firstchild {
	border: none;
	padding-left: 0;
}
table {
	margin: 1em 0;
	width: 100%;
}
td, th {
	border: 1px solid #999;
	font-size: 1em;
}
th {
	text-align: left;
	padding: 0.3em;
	background-color: #ebebeb;
}
#previewcontainer {
	float: left;
	margin-right: 1em;
}
#gallery {
	list-style: none;
}
#gallery li {
	display: inline;
	margin-right: 1em;
}
#gallery li img {
	margin-bottom: 1em;
}
