.mod_article {
  margin-bottom: 30px;	
}

/* Inhalte unter Headline mit Abstand versehen */
.mod_article .block {
  margin-top: 10px;
  }

h1 {
  font-family: Verdana;
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 140%;
  color: #06702f;
  padding-bottom: 0.2em;
  font-weight: bold;
  }
  
h2 {
  font-size: 120%;
  margin-top: 0;
  margin-bottom: 0.6em;      
  color: #5f962a;
  font-style: italic;
  }


table {
  border: none;
  border-left: 10px solid #eff4e6;
}

table td,
table th {
  border-top: none;  
  border-bottom-color: #c3d8b7;      

}

table th {
  background-color: #eff4e6;
  border-bottom-color: #c3d8b7;
} 

table td.col_0 {
  background-color: #eff4e6;
  border-top-color: #c3d8b7;
  border-bottom-color: #c3d8b7;
  min-width: 130px;
}

table tr.row_last td {
  border-bottom: none;
}



.rechts {
  float: right;
  margin-left: 20px;	
}

.imgborder .image_container img {
  padding: 1px;
  border: 1px solid #418f2a;
}

img.mime_icon {
  display: block;
  float: left;
  margin-right: 4px;
}


/* Symbole für Stationspunkte innerhalb der Karte */  

a.mapSymbol {
	font-family: Arial, Helvetica, sans-serif;
	background: #1a171b;
	border: 1px solid white;	
	font-weight: bold;
	text-decoration: none;		
	padding: 1px 3px;
	width: 16px;
	height: 16px;		
	position: relative;
	text-align: center;	
}

a:hover.mapSymbol {
	border-color: black;
}

a.E {
	color: #a3edff;	
}

a.R {
	color: #b8e600;
}

a.S {
	color: #ffe845;
}

a.legend {
	color: #a8c480;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#right .legend  a.mapSymbol {
  margin-top: -2px;
}


/* Links in Karte */
p.mapLinkExt {
	position:absolute;  	
}

p.mapLinkExt a {
	height: 16px;	
	border-bottom: 2px solid transparent;
	display: block;
}

p.mapLinkExt a:hover {
	border-bottom-color: black;	
}

.home #page {
	background: white url(content/page.png) no-repeat 0 486px;	
}