/* Fuer die Druckausgabe ueberfluessiges abschalten */
#navigation, #suche, .comment-rank, .werbung,  { display: none; }

body {
   margin-top: 230px;
   font-size: 0.8em;
  	font-family:arial, helvetica, verdana, sans-serif;
  color: black;
background: url(/files/logo_schooltrip1.jpg) no-repeat top center;
	background-color:#ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 0.9em;
  margin: .5em 0 .4em 0;
  page-break-after: avoid;
}

p, ul, li, pre {
	margin-bottom:1.6em;
	font-size:10pt;
	line-height:1.1em;
}

p+p {
  margin-top: 0em;
  text-indent: 2em;
}


/* ### Images ############################################################ */

img {
	display:block;
	margin:4px 0;
}

img.floatLeft {
	float:left;
	margin:4px 0 4px 0;
}

img.floatRight {
	float:right;
	margin:4px 0 4px 0;
}



/* ### Hyperlinks ######################################################### */

a, 
a:link {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
