body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em; /* 24px */
	color: #333;
}

/*
 * headings
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Tahoma, Geneva, Verdana;
	font-weight: normal;
	background: url(/images/layout/bg-heading-line.gif) left bottom repeat-x;
}

h1 {
	font-family: Tahoma, Arial, Geneva, Verdana;
	margin-top: 36px;
	font-size: 36px;
	line-height: 1.5em; /* 54px; */
}

	h1 span.subTitle {
		font-size: 28px;
	}

h3,
h5 {
	margin-top: 36px;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

	h3 span.subTitle {
		font-size: 18px;
	}

	h5 {
		font-weight: normal;
	}

h6 {
	font-size: 1em; /* 16px; */
	margin-top: 0.75em; /* 12px */
	font-weight: bold;
	background: none;
	border-bottom: 1px #999 solid;
	padding-bottom: 5px;
}

	h6.rows {
		padding-bottom: 5px; /*CHECK obolete? */
	}

	
/*
 * text
 */

p {
	margin-top: 0.75em; /* 12px */
}

	h6 + p { margin-top: 6px; }
	
ul {}

	ul.noBullets {}

	ul.rows {
		margin-top: 7px;
	}
	
		h6 + ul.rows { margin-top: 0; }
		
	ul.tick {}
	
li {
	margin-top: 0.75em; /* 12px */
	margin-left: 1.5em; /* 24px */
	list-style-position: outside;
}

	ul li {
		list-style-type: disc;
	}
	
	ol li {
		list-style-type: decimal;
	}

	.noBullets li {
		list-style-type: none;
		list-style-image: none; 
		margin-left: 0;
	}
	
	.rows li {
		margin: 0;
		padding: 5px 0 6px 0; /* 12px 0 11px 0; /* Abstand zur Trennlinie unabhängig von der Schriftgröße */
		border-bottom: 1px #CCC dotted;
	}
	
	.tick li {
		list-style-type: none;
		list-style-image: none; 
		margin-left: 0;
		padding-left: 30px;
		background: url(/images/layout/icon-16x16-accept.png) left 10px no-repeat; /* vertikaler versatz bezogen auf li.rows */
	}
	
a,
a:link,
a:visited,
a:active,
a:hover {
	color: #900;
	text-decoration: none;
	cursor: pointer;
}

	a:hover {
		text-decoration: underline;
	}

.link {
	color: #900;
	white-space: nowrap;
}



/*
 * buttons
 */

.button {}
 
	.button a {
		display: block;
		padding: 11px 0;
		font-family: Tahoma, Geneva, Verdana;
		font-weight: bold;
		text-align: center;
	}
	
		.button a.rot {
			background: url(/images/layout/bg-button-rot.gif) center repeat-x;
			border: 1px #900 solid;
			color: #FFF;
		}

		.button a:hover {
			text-decoration: none;
		}



/*
 * images
 */

img.shadow {
	border-bottom: 1px #666 solid;
}

a img {
	border: none;
}



/*
 * tables
 */

table {
	margin-top: 6px; /* + amount of td padding-top = 12px (0.75em) */
	width: 100%;
}

	table.tours {
		margin-top: 0;
		border-top: 1px #CCC dotted;
	}

thead {
	font-weight: bold;
}

td {
	padding: 6px 0 6px 20px;
	vertical-align: middle;
}

	table.rows td {
		padding-bottom: 5px;
		border-bottom: 1px #CCC dotted;
	}
	
	td:first-child,
	td.first-child {
		padding-left: 0;
	}
	
	.tours td.right {
		text-align: right;
	}



/*
 * common
 */
 
.section {
	position: relative;
	width: 100%; /* assigns has-layout. fixes deisappearing Schattenkante in IE6. without transparency bugfix Schattenkante should better disappear ;-) */
	margin-top: 36px;
	padding-top: 36px;
	background: url(/images/layout/schattenkante.png) center top no-repeat;
}
 
.floatBlock {
	/* overflow: auto; */
	overflow: hidden;
}

.regular {
	font-weight: normal;
	font-style: normal;
}

.small {
	font-family: Tahoma, Geneva, Verdana;
	font-size: 11px;
	line-height: 16px;
}

.noBreak {
	white-space: nowrap;
}

.top {
	margin-top: 0;
}

.hr {
	margin-top: 19px;
	border-bottom: 1px #CCC dotted;
}

.textHighlight {
	background-color: #CCDAAB;
}

.showLevel {
	cursor: pointer;
}

.iconed {
	padding-left: 20px;
	background: url(/images/layout/icon-16x16-pdf.gif) left center no-repeat;
}