body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {text-decoration: none; color: #666666}
a.exit:hover {text-decoration: none; color: #666666}
a:active {text-decoration: none; color: #666666}
a:visited {text-decoration: none; color: #666666}
a:hover {text-decoration: none; color: #000000}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-position: bottom;
}
a.text:link {text-decoration: none; color: #666666}
a.text.exit:hover {text-decoration: none; color: #666666}
a.text:active {text-decoration: none; color: #666666}
a.text:visited {text-decoration: none; color: #666666}
a.text:hover {text-decoration: none; color: #000000}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	background-position: bottom;
}

.untertitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

/* Sprachwahl */
#td_sprache {
	vertical-align: middle;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


/* Tabellen */
#tabelle_route {
	width:100%;
	border: 0px solid #000000;
	text-align:left;
}
#td_route_titel {
	vertical-align:top;
	background-color: #FF0066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	padding-left: 20px;
}
#td_route {
	vertical-align:top;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}


#tabelle_grau {
	width:100%;
	border: 0px solid #000000;
	text-align:left;
}
#td_grau_titel {
	vertical-align:top;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	padding-left: 20px;
}
#td_grau {
	vertical-align:top;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}

#tabelle_stufe {
	border: 2px solid #000000;
	width: 70px;
}
#td_stufe_1 {
	height: 20px;
	width: 20px;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: none;
}
#td_stufe_2 {
	height: 20px;
	width: 20px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
#td_stufe_3 {
	height: 20px;
	width: 20px;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
#liste_zusatzmaterial {
	list-style-position:outside;
	list-style-type: circle;
	margin: 8px;
	padding: 8px;
}