body {
	padding-left: 0em;
	font-family: Helvetica, "Arial",
		Arial, sans-serif;
	color: #EEEEEE;
	background-color: #444444 }

/*
Style fuer die Link-Buttons in der Linkleiste
*/
a.linkleiste { display:block; margin-bottom:2px; margin-right:10px; text-align:center; width:220px;
         border-style:ridge; border-width:0px; padding:1px; text-decoration:none; }
a.linkleiste:link    { color:#fff; background-color:transparent; }
a.linkleiste:visited { color:#fff; background-color:transparent; }
a.linkleiste:hover   { color:yellow; background-color:transparent; }
a.linkleiste:active  { color:yellow; background-color:transparent; }

/*
Style fuer die Link-Buttons in den Touren
*/
a.menu { display: inline-block; width:60px; margin-bottom:10px; margin-top:10px; text-align:center;
         border-style:ridge; border-width:0px; padding:1px; text-decoration:none; }
a.menu:link    { color:#fff; background-color:transparent; }
a.menu:visited { color:#fff; background-color:transparent; }
a.menu:hover   { color:yellow; background-color:transparent; }
a.menu:active  { color:yellow; background-color:transparent; }
/*
Style fuer die Pseudo-Link-Buttons (angewaehlte Tour) in den Touren
*/
p.menu { display: inline-block; width: 60px; margin-bottom:10px; margin-top:10px; text-align:center;
         border-style:ridge; border-width:0px; padding:1px; text-decoration:none; 
	 color:#ff0; background-color:transparent; }

h2 { text-align:center; }

table.generell { border:0; text-align:center; width:99%; }

p, h3, img { text-align:left; vertical-align:left}

/* oben und links soll nicht mit margin bedient werden, da sich sonst lightbox verschiebt*/
img { margin-bottom:10px; margin-right:10px; width:300; }

img.titelbild { width:450; }

p.bericht { color:white; }

p.urheber { 
	color:#555555; 
	text-align:center;
}




