body {
	font-family: Georgia, "Times New Roman", Times, serif;
    margin: 	0px;  
	text-align: center;
}

/* Boxen */
.seite 				{ 
width: 100%;}
.kopf_oberer_rand 	{ 
display: none; }
.kopf_feld			{
display: none;
}
.kopf_feld, .kopf_navi {
display: none;
}
.inhalt {
text-align: left;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inhalt_links {
float: left;
width: 360px;
}
.inhalt_rechts {
float: right;
width: 200px; }
.bilder {
text-align: center; }
.bild_links, .bild_rechts {
float: left }
.bild_rechts {
margin-left: 42px; }
.fuss {
display: none}

/* Links */
a, a:link, a:visited {
color: #E81717; 
text-decoration: underline;
}
a:hover {
color: #CC0000; 
text-decoration: underline;}
a.nav, a.nav:link, a.nav:visited { 
color: #808080; 
text-decoration: none; }
a.nav:hover { 
color: #E81717; 
text-decoration: underline;}

/* Schriften */

p  {
    font-size: 0.7em;
	line-height: 1.4em;
}
h1 {
	font-size:1.1em;
    font-weight:bold;
    margin-top:0px;
}
h1 span {
font-weight: normal;
font-size:0.65em; }
h2 {
	font-size:12px;
	margin:0px;
}
li {
	list-style-type:square;
	line-height: 1.4em;
}
ul {
	margin-left: -4px;
	padding-left: 20px;
	font-size: 0.7em
}


/* Sonstiges */
.linie {
display: none }
.route_start {
border: 1px solid #0176E3;
background-color: #FFFFFF; }
.route_ziel {
border: 1px solid #FFC800;
background-color: #FFFFFF; }
.route_form {
margin-top: 10px; }
.route_form img {
float: left; }
.route_berechnen {
margin-top: 10px;
text-align: center; }
