/* Tank Reisemobile */

body {
	background-color: #ecf9ff;
	background-position: center top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

.tabelle_aussen {
	border: 1px solid #000000;
	width: 75%;
}

.tabelle_titel {
	background-color: #2B7BE9;
}

.tabelle_menue {
	background-color: #114695;
	border-bottom: 1px solid #0f0f0f;
	border-top: 1px solid #0f0f0f;
	height: 27px;
}

.tabelle_inhalt {
	border: 2px inset #cccccc;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(bilder/t_grund.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.tabelle_rechtslinks {
	width: 2%;
	background-color: #2B7BE9;
}

.tabelle_obenunten {
	height: 15px;
	font-size: 15px;
	background-color: #2B7BE9;
}

.fusszeile {
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: #003366;
}

.menue_kasten {
	font-size: 15px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 23px;
}

.menue_kasten:focus {
	font-size: 15px;
	border: 1px outset #EDFB8E;
}

.menue_kasten:hover {
	font-weight:bold;
	font-size: 15px;
}

.menue_kasten:active {
	font-size: 15px;
}

.menue_text {
	font-size: 15px;
	text-decoration: none;
	color: #000033;
}

.inhalt_text {
	font-size: 12pt;
}

.inhalt_links {
	font-size: 12pt;
	color: #000033;
	text-decoration: none;
}

.inhalt_links:hover {
	font-size: 12pt;
	color: #0000CC;
	text-decoration: underline;
}

.eingabefelder {
	width: 300px;
	border: 2px inset #cccccc;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}.kasten {
	border: 1px solid #000000;
}
.text_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

