html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em; 
	/* spezifisch Erlebnisreisen/Index */
	color: #061C5C;
	background-color: #DAE8FA;
	/* background-image: url(../img/back-seite_reisen.jpg); */
	background-position: center;
}

table#haupt {
	width: 770px;
        height: 600px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-width: 0px 1px 1px 1px;
	border-style: solid; 
	/* spezifisch Index */
	border-color: #061C5C;
	text-align: center;
}

td#titel {
	width: 770px;
	height: 106px;
	margin: 0px;
	padding: 0px;
	/* spezifisch Index */
	background-color: #A1C0FD;
}

td#titel h1 {
	font-size: 2.1em;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td#kopfzeile {
	width: 770px;
	height: 14px;
	margin: 0px;
	padding: 0px 14px 1px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right; 
	/* spezifisch Index */
	color: #FCCD4C;
	background-color: #061C5C;
}

td#inhaltlinks, td#inhaltrechts {
        width: 50%;
	margin: 0px;
	padding: 16px 14px 14px 14px;
	vertical-align: top;
}

td#inhaltlinks {
	background-color: #C1D8F7;
	background-image: url(../img/back-inhalt_reisen.jpg);
	background-repeat: repeat-x;
}

td#inhaltrechts {
	color: #FFFFFF;
        background-color: #030B29;
	background-image: url(../img/back-inhalt_tournee.jpg);
	background-repeat: repeat-x;
}

td#inhaltlinks a, td#inhaltrechts a {
	text-decoration: none;
        font-weight: bold;
}

td#inhaltlinks a {
	/* spezifisch Index */
	color: #061C5C;
	background-color: transparent;
}

td#inhaltlinks a:hover {
	text-decoration: underline;
}

td#inhaltrechts a {
	/* spezifisch Index */
	color: #FFFFFF;
	background-color: transparent;
}

td#inhaltrechts a:hover {
	text-decoration: underline;
}

td#inhaltlinks h1, td#inhaltlinks h2, td#inhaltlinks h3, td#inhaltrechts h1, td#inhaltrechts h2, td#inhaltrechts h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

td#inhaltlinks h1, td#inhaltrechts h1 {
	font-size: 2.1em;
	margin: 0px 0px 1.1em 0px;
}

td#inhaltlinks h2, td#inhaltrechts h2 {
	font-size: 1.7em;
	margin: 1.4em 0px 1em 0px;
}

td#inhaltlinks h3, td#inhaltrechts h3 {
	font-size: 1.5em;
	margin: 1.1em 0px 0.9em 0px;
}

td#inhaltlinks h4, td#inhaltrechts h4 {
	font-size: 1.4em;
	margin: 1.0em 0px 0.0em 0px;
}
