/* CSS Text-Styles for Denk, Author Tim Reeves, Stand 2015-08-21 */

h1, h2, h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	color: #9F7C37;
	text-decoration: none;
	letter-spacing: 0;
}

h4, h5 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	color: #9F7C37;
	text-decoration: none;
}

p, li, td, th {
	font-size: 1em;
	color: #9F7C37;
	text-decoration: none;
}

p, li, td, th {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.nohyphens {
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

h1 {
	font-size: 1.15em;
	margin: 0.6em 0 0.5em;
	line-height: 156%;
}

h2 {
	font-size: 1em;
	margin: 0.5em 0 1em;
	line-height: 156%;
}

h3 {
	font-size: 1.35em;
	margin: 0.5em 0 0.2em;
}

h4 {
	font-size: 1.25em;
	margin: 0.45em 0 0.15em;
}

h5 {
	font-size: 1.15em;
	margin: 0.4em 0 0.1em;
}

p {
	margin: 0.5em 0 1em;
	line-height: 156%;
}

ul, ol {
	margin: 0.5em 0 0 16px;
	padding: 0;
}

ul {
	list-style-type: disc;
}

ul.sec {
	list-style-type: circle;
}
ul.sec li {
	margin-left: 0;
}

ol {
	margin-left: 22px;
}

ul li, ol li {
	margin: 0 0 0.65em 0;
	padding: 0 0 0 1px;
}

td {
	vertical-align: top;
}

p.pretty:first-letter {
	font-weight: bold;
}

p.nachoben {
	margin-top: 1em;
	font-size: 0.85em;	/* Wie "small" */
	display: none;		/* Wird in JavaScript aktiviert - falls es JS gibt :) */
}

.vielluft {
	margin-top: 1.3em;
	margin-bottom: 0.65em;
}

.mehrluft {
	margin-top: 1em;
	margin-bottom: 0.65em;
}

.ohneluft {
	margin-top: 0;
	margin-bottom: 0;
}

.vorliste {
	margin-bottom: 0.3em;
}

.letzte {
	margin-bottom: 0;
	padding-bottom: 1.3em;
}

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }
.lastitem   { padding-bottom: 12px !important; }

strong, .strong { font-weight: bold; }

.smaller {
   	font-size: 0.9em;
}

.small {
   	font-size: 0.85em;
}

.mittig {
	text-align: center;
}

.bildbeschriftung {
	color: #623309;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

hr.myrule {
	height: 1px;
	color: #FFD79A;
	background-color: #FFD79A;
	border-style: none;
	/* note that msie doesnt collapse margins around an hr */
	margin: 1.4em 0 1.4em;
	padding: 0;
}

.floatleft {
	display: block;
	clear: left;
	float: left;
	text-align: left !important;
	margin: 0.65em 24px 0.3em !important;
}

.floatright {
	display: block;
	clear: right;
	float: right;
	text-align: center !important;
	margin: 0.65em 0 0.3em 12px !important;
}

div.floatright img {
	display: block;
}

div.shortie {		/* General-purpose vertical spacer */
	height: 1em;
	clear: both;
	margin: 0;
	overflow: hidden;
}

/* Tabellarische Daten ohne Umrandung, z.B. Impressum, Kontaktdaten */
table.data {
	margin-top: 0.65em;
}
table.data td {
	padding-bottom: 0.6em;
}

/* Table Data for bread (two-column) layout */
table.brot {
	margin: 2em auto 0 0;
	table-layout: fixed;
}
table.brot td {
	vertical-align: top;
	text-align: center;		/* for pics */
	padding: 25px;
	background-color: rgb(230, 225, 213);
}

table.brot td.header { padding: 8px; }
table.brot td.header h3 { margin: 0; }
table.brot td.spacer { padding: 7px 0; background-color: transparent; }
table.brot td img { display: block; }

table.brot td.right { width: 300px; padding-left: 0; text-align: left; }
table.brot td.right h4, table.brot td.right p { margin: 0; }
table.brot td.right h4 { padding-bottom: 4px; border-bottom: 1px dashed #9f7c37; margin-bottom: 6px; }

/* Standard link style : Permanently blue links */
a, a:link, a:visited, a:active, a:focus {
	color: #633739;		/* rgb(54,10,12); */
	background-color: transparent;
	text-decoration: underline;
}
/* Except on Hover */
a:hover {
	color: rgb(54,10,12);
	background-color: rgb(230,225,213);	/* Same as div.extra */
	text-decoration: underline;
}

/* Classes for Extra-Navigation */

a.avble, a.avble:link, a.avble:visited, a.avble:active, a.avble:focus {
	color: #633739;		/* rgb(54,10,12); */
	background-color: transparent;
	text-decoration: none;
	padding: 0 2px;
}
a.avble:hover {
	color: rgb(54,10,12);
	background-color: rgb(230,225,213);
	text-decoration: underline;
	padding: 0 2px;
}

a.iscur, a.iscur:link, a.iscur:visited, a.iscur:active, a.iscur:focus {
	color: rgb(54,10,12);
	background-color: transparent;
	text-decoration: underline;
	padding: 0 2px;
}
a.iscur:hover {
	color: rgb(54,10,12);
	background-color: rgb(230,225,213);
	text-decoration: underline;
	padding: 0 2px;
}

div.secnav p span#fontsize span.current { padding: 0 2px; }
