/*Stylesheet PRINT */

body, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0; color: black;
}

body {
	background: white;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-Serif;
	font-size: 12px;
}

p {
	padding-bottom: 1em;
}

h1 {
	font-size: 2.1em;
	font-weight: normal;
	padding-bottom: 1em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 1em;
}

h4 {
	font-size: 1.3em;
	padding-bottom: 0.5em;
}

#logoprint {
	/*width: 100%; */
	height: 100px;
	text-align: right;
	padding-bottom: 10px;
}

/*
#logoprint p {
	text-align: left;
}
*/

#toc {
	display: none;
}

#bilderbox {
	display: none;
}

#main {
	height: 500px;
	padding-bottom: 45px;
}

#main_breit {
	padding-bottom: 45px;
}

#spruch {
	display: none;
}

#footer address {
	clear: both;
	border-top: 1px solid black;
	padding-top: 6px;
	font-style: normal;
	font-size: 1.1em;
}


#footer p {
	font-size: 1.1em;
	padding-top: .2em;
}

#main_breit img {
	border: 1px solid #bed600;
	background-color: #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 6px;
	margin: 9px;
}

img.galerie {
	height: 140px;
}


