body {
  	background: none repeat scroll 0 0 #FAFAFA;
    color: #292928;
    font: 62.5% arial,helvetica,sans-serif;
}
h1 {
    color: #008A6D;
    margin: 22px 0 15px;
    font-size: 240%;
}
h2 {
    margin: 10px 0 10px;
    font-size: 160%;
}
p {
    margin: 0 0 10px;
    font-size: 150%;
    line-height: 1.3em;
}
a {
    color: #292928;
    text-decoration: underline;
}
a.arrow {
  	background-image: url("http://www.rmv.de/static/1386007602000/css/../img/icons/iconsprites.png");
    background-position: 5px 8px;
    background-repeat: no-repeat;
}
a.arrow:hover {
  	background: url("http://www.rmv.de/static/1386007602000/css/../img/icons/iconsprites.png") no-repeat scroll 5px -1293px #008A6D;
    color: #FFFFFF;
    text-decoration: none;
}

/* menu */
.menu {
    background: url("http://www.rmv.de/static/1386007602000/css/../img/bgs/dots-big.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
    margin-bottom: 30px;
	padding-bottom: 30px;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
    font-size: 130%;
    line-height: 1.3em;
    list-style-type: none;
}
.menu li a {
    padding: 2px 5px 2px 15px;
}

/* maps */
.maps ul {
	margin: 0;
	padding: 0;
}
.maps li {
    font-size: 130%;
    line-height: 1.3em;
    list-style-type: none;
}
.maps li.county {
    font-size: 100%;
    background: url("http://www.rmv.de/static/1386007602000/css/../img/bgs/dots-big.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
	padding-bottom: 20px;
}
.maps li a {
    padding: 2px 5px 2px 15px;
}
.maps .description {
		display: block;
		padding-left: 13px;
		font-style: italic;
}