/* ------ Textdefinitionen ------ */
body {
	text-align: center;
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #A98B73;
}

h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
}


#rheinline, #rheinline a:link, #rheinline a:visited, #rheinline a:hover {
	height: 20px;
	font-size: 10px;
	text-decoration: none;
	color: #E0C0A7;
	text-align: right;
}

/* Linkdefinitionen */
a:link {
    color: #A98B73;
	text-decoration: underline;
}

a:visited {
	color: #A98B73;
	text-decoration: underline;
}

a:hover {
	color: #A98B73;
	text-decoration: none;
}

a:active {
	color: #A98B73;
	text-decoration: underline;
}

/* Linkdefinitionen Navi */
#navi, #navi a:link {
	text-decoration: none;
	line-height: 24px;
	color: #A98B73;
	letter-spacing: 3px;
}

#navi a:visited {
	color: #A98B73;
	text-decoration: none;
}

#navi a:hover {
	color: #A98B73;
	font-weight: bold;
	/* text-decoration: underline; */
}

#navi a:active {
	color: #A98B73;
	text-decoration: none;
}