/* Grundfarben
#141B47


#FFF0F9
#C9B2BF
#D5C7D1 *
#4F002F

#9FBEA8 *
#6F8575 *

*/
.xs		{ width: 2em; }
.xss	{ width: 3em; }
.s		{ width: 4em; }
.ssm	{ width: 6em; }
.sm		{ width: 8em; }
.m		{ width: 10em; }
.mml	{ width: 13em; }
.ml		{ width: 16em; }
.l		{ width: 20em; }
.lxl	{ width: 25em; }
.xl		{ width: 30em; }
.xxl	{ width: 40em; }

.red			{ color: #c00; }
.important		{ color: #f44; background: #fdd; border: solid 1px; padding: 1em; margin: 0em 2em 0em 2em; }
.right			{ text-align: right; }
.printOnly		{ display: none; }

/*html,
body	{ background: orange; }*/

/*body	{ font-family: Verdana, Trebuchet MS,Tahoma,Helvetica,sans-serif; }*/
/*p		{ padding: 0.5em; line-height: 175%; }*/
/*input,
textarea,
select			{ background: #f0f0f0; font-size: 100%; border: solid 1px #505050; padding: 0.125em; }
input.submit	{ border: solid 2px #505050; padding: 0.25em; }
input.ieCompat	{ border: none; background: transparent; color: #000; }*/

table			{ border-collapse: collapse; }
th				{ text-align: left; }
td              { padding: 0.125em 0.25em 0.125em 0.25em; }
/*
#header		{ position: relative; height: 5em; background: #eef; border-bottom: dotted 1px; }
#container	{ position: relative; min-height: 100%; height: auto !important; height: 100%; }
#footer		{ position: absolute; width: 100%; bottom: 0em; height: 3em; text-align: right; padding-top: 1.5em; font-size: 0.7em; border-top: solid 2px; clear: both; }
#main		{ position: relative; padding-bottom: 4em; }
#leftcol	{ }
#rightcol	{ }

#mainmenu		{ }
#mainmenu ul	{ margin: 0em; list-style-type: none; font-weight: bold; padding: 1em 0em 0.25em 0em; }
#mainmenu li	{ display: inline; padding: 0em; border-left: dotted 1px; }

#mainmenu li a,
#mainmenu li a:visited	{ text-decoration: none; margin: 0em; padding: 1em 0.5em 0.25em 0.5em; }
#mainmenu li a:hover,
#mainmenu li a:active	{  }
#mainmenu li.active		{ padding: 1em 0.5em 0.25em 0.5em; }
*/
/* Termine */
.datesList			{ width: 100%; }
.datesList td		{padding: 0.25em 0.5em 0.25em 0.5em; }
.datesList .odd		{ background: #ddd; }

/* Touren */
.tourEntry		{ margin-left: 1em; margin-bottom: 1em; border-left: 1px dotted #808080; padding: 0em 1em 0em 1em; }
.tourEntry h2	{ color: #808080; }
.tourEntry p	{ font-size: 0.8em; line-height: 150%; padding: 0em; margin: 0em 0em 1em 0em; }
.tourEntry .tourPrice	{ font-weight: bold; }
.tourEntry .nextDate	{ font-weight: bold; }

/* Print */
@MEDIA print {
	body		{ background-color: #fff; font-family: Georgia, serif; }
	h1			{ font-family: Arial, sans-serif; border-bottom: solid 2px; padding-bottom: 0.5em; font-size: 1.5em; }
	table		{ width: 100%; border-collapse: separate;  border-top: solid 1px; border-bottom: solid 1px;}
	td			{ vertical-align: top; padding: 0.25em; }
	.right		{ text-align: right; background-color: #e0e0e0; }
	.noPrint	{ display: none; }
	.printOnly	{ display: block; }
	ul			{ font-size: 90%; margin: 0.5em 0em; padding-left: 0.5em; line-height: 150%; }
	li			{ margin: 0.25em 0em; }
	p			{ line-height: 130%; margin: 0em 0em 0.25em 0em; }
}

