

BODY { font-family: "Arial", Helvetica, sans-serif; font-size:15px; color:black; line-height:1.5; background-color:white;}
TD { font-size:15px; color:black; line-height:1.5 }
DIV { font-size:15px; color:black; line-height:1.5 }
SPAN { font-size:15px; color:black; line-height:1.5 }
INPUT { font-size:15px; color:black; line-height:1.5 }
TEXTAREA { font-size:15px; color:black; line-height:1.5 }
SELECT { font-size:15px; color:black; line-height:1.5 }
FORM { margin:0 }
IMG { border:0 }

A { color:#336600; text-decoration:none }
A:hover { color:#336600; text-decoration:underline }

.menu { 
	font-size:22px;
	color:black; 
	line-height:15px;
	cursor:pointer;
	font-family: 'Lobster Two Italic';
	white-space: nowrap;
	padding-right:20px;
}
.menu:hover { color:#336600; }

#lang form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  width: 150px;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url("../images/select-arrow.png");
  background-position: right;
  background-repeat: no-repeat;
}

#lang form select option {
  background:#cccccc;
  border-top:1px solid #444;
  padding:.3em 1em .3em 1em;
}

h1 {
	width:98%; 
	font-size:40px; 
	color:#336600; 
	text-align:center;
	padding:5px;
	border-bottom:1px solid silver;
	margin:0;
	margin-top:10px;
	margin-bottom:20px;
	font-weight: normal;
	font-family: 'Lobster Two Italic';
}

h2 {
	width:98%; 
	font-size:28px; 
	text-align:left;
	padding:0;
	border:0;
	margin:0;
	margin-top:20px;
	margin-bottom:10px;
	font-weight: normal;
	font-family: 'Lobster Two Italic';
}

#contentDiv1page img {
	padding:2px;
	border: 1px solid silver;
}
#contentDiv2page img {
	padding:2px;
	border: 1px solid silver;
}
#contentDiv3page img {
	padding:2px;
	border: 1px solid silver;
}
#contentDiv4page img {
	padding:2px;
	border: 1px solid silver;
}
#contentDiv5page img {
	padding:2px;
	border: 1px solid silver;
}
#contentDiv6page img {
	padding:2px;
	border: 1px solid silver;
}

/*slideshow*/

 /* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:white;
  text-decoration: none;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.punkt1, .punkt2, .punkt3, .punkt4, .punkt5, .punkt6, .punkt7, .punkt8, .punkt9 {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.punkt1:hover, .punkt2:hover, .punkt3:hover, .punkt4:hover, .punkt5:hover, .punkt6:hover, .punkt7:hover, .punkt8:hover, .punkt9:hover {
  background-color: #717171;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

dl {
	margin:0;
	padding:0;
}

dt {
	margin:0;
	font-family: 'Lobster Two Italic';
	font-size:30px; 
}

dd {
	padding:0;
	margin-bottom:20px;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	margin-top:0;
}
li {
	margin-left:50px;

}