/* Allgemeines */
a:hover {color:green}
/* Initial */
span.initial {margin-top:-0.16em; margin-right:5px; margin-bottom:-0.1em; font-size:3em; float:left; font-weight:bolder;line-height:normal}
/* Hauptsächlich für Bilder gedacht */
.ro {
	margin-top:4px; margin-left:3px; padding:4px 0px 4px 4px; float:right; text-align:center;font-size:small
}
.lo {
	margin-top:4px; margin-right:3px; padding:4px 4px 4px 0px; float:left; text-align:center;font-size:small
}
.unten {
	margin: 4px auto 1px auto; padding:4px 0px 4px 5px;font-size:small;text-align:center;
}


/* Tourenrückblick */
div.rbtour {
	clear:both;
	padding-bottom:2mm;
	padding-top:2mm;
	margin:0 2mm 1px 2mm;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
	text-align:left;
}

/* Absatz oben ohne Abstand */
div.rbtour p {margin-bottom:0; margin-top:0.5em}
div.rbtour div.rbbez {
	min-width:150px;
	padding:6px;
	border:dotted 2px green;
	/*-moz-border-radius:6px;*/
	margin-top:4px;
	margin-right:4px;
	margin-bottom:4px;
	float:left;
	font-size:larger;
	text-align:right;
	background-color:#ECFFD9;
}
div.rbtour div.rbueb {
	padding:6px;
	border:dashed 2px green;
	/*-moz-border-radius:6px;*/
	max-width:450px;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
	font-size:larger;
	text-align:center;
	background-color:#ECFFD9;
}
.rbtour div.rbbez:first-line {
	color:#00793D
}
div.rbbez .datum {
	color:#0000FF;
	font-size:smaller;
}
div.rbtour div.rbteiln {
	clear:left;
	padding:2px;
	margin:4px 0mm 2px 0mm;
	border-top:dashed 1px black;
	font-size:smaller;
	text-align:left
}

.ftour .tourbesch {
	padding:0 0 0 0.6em;
	border-left:5px solid #FFFFFF;
	text-align:left;
	vertical-align:top;
	background-color:#DFFCFF;
}
/* Touren der Jugendgruppe*/
.ftour { /* Tabelle */
	margin-top:10px;
	width:100%;
}
.jtour .tourbez { /* für linke Tabellen-Spalte */
	width:180px;
	text-align:right;
	vertical-align:top;
	padding-top:.2em;
	background-color:#DAFEDD;
}
.jtour .name {
	font-size:1.3em;
	line-height:120%;
	color:#E43446;
	/*background-color:#000000;*/
}
