/*  
Theme Name: Schloss Seeburg
Description: The WordPress print-styles for Schloss Seeburg.
Version: 1.0
Author: Andreas Lenz
Author URI: http://www.lenz-kd.de/
*/

/*######################################################################*/
/*sichtbare Elemente*/
#kopfzeile h1 {
	font-weight: normal;
	color: #333;
}
#kopfzeile h1 a {
	text-decoration: none;
	color: #333;
}
#content h2 {
	font-weight: normal;
	color: #bc0905;
}
#content h3 {
	font-weight: normal;
	color: #333;
	margin-bottom: 0.3cm;
}
#content h4 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	margin-bottom: 0.3cm;
	page-break-after: avoid;
}
#content p {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	line-height: 13.2pt;
	margin-top: 0;
	margin-bottom: 1cm;
}
#content table {
	padding: 0.1cm;
	border: 1px solid #dedede;
	margin-bottom: 0.5cm;
}
#content td {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	padding: 0.1cm;
	border: 1px solid #dedede;
	border-collapse: collapse;
}
hr {
	border-top: 1px solid #333;
	color: #fff;
}
#bilder {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#bilder li {
	display: inline;
	margin-right: 0.3cm;
}
#bilder img, img.grundriss {
	padding: 0.1cm;
	border: 1px solid #dedede;
}

/*######################################################################*/
/*unsichtbare Elemente*/
#sidebar, #mainnavi, #footer, .unsichtbar, #lage map, #content th {
	display: none;
}