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