@font-face {
font-family: PermanentMarker;
src: url('/PermanentMarker.ttf');
}

/*
@font-face {
font-family: IndieFlower;
src: url('/IndieFlower.ttf');
}

@font-face {
font-family: Julee-Regular;
src: url('/Julee-Regular.ttf');
}
*/

@font-face {
font-family: PatrickHand-Regular;
src: url('/PatrickHand-Regular.ttf');
}

/*
@font-face {
font-family: Schoolbell;
src: url('/Schoolbell.ttf');
}
*/

/* Anfang Textverhalten im Bodytag */
body {
	font-size: 15pt;
	background-color: #FFFFFF;
	color: #009933;
	font-family: PatrickHand-Regular, cursive;
	text-decoration: none;
	text-align: justify;
}
/* Ende Textverhalten im Bodytag */

.hintergrund {
  background-image:url(/images/Schnee1.png); position:absolute;
}

h1 {
	font-family: PermanentMarker;
	font-size: 34px;
	color: #009933;
	width: 100%;
	text-align: center;
	margin:0;
}

table {
	font-size: 13pt;
}

p {
  text-align: justify;
	margin-top: 0;
	margin-bottom: 10px;
}

tr.paket  {background-color: #F0FFF0;}
tr.gruppe {background-color: #009933; color: white;}
  
/* Verhalten normaler Textlinks */
a {
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #009933;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

a.mailto  {
	color: #009933;
	text-decoration: underline;
	font-weight: normal;
}

/* Verhalten der Navigationslinks */

.navdiv {
	font-family: PermanentMarker;
	font-size: 34px;
	color: red;
	width: 100%;
	margin-bottom: 2px;
	text-align: center;
}

a.navbtn {
	color: #009933;
	text-decoration: none;
}
a.navbtn:link {
	color: #009933;
	text-decoration: none;
}
a.navbtn:active {
	text-decoration: none;
}
a.navbtn:hover {
	color: blue;
	text-decoration: none;
}

#fb-like {
  width: 50%;
  margin: 0 auto;
}


