﻿ul.a {
	list-style-type: none;
	margin:0;
	padding: 0;
	overflow: hidden;
	background-color: #3E3729;
}

li.a {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  margin-left: 100px;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
	background-color: #ABD25D;
}

.active {
  background-color: #4CAF50;
}

.wsite-title {
  position:relative;
  float:left;
  font-family:palatino,garamond, "times new roman",serif; 
  width:500px;
  height:158px; 
  margin-top:10px;
  margin-right:0px;
  margin-left:100px;
  padding-top: 50px;
  font-size:3em; 
  font-style:italic; 
  text-align:center; 
  color:#6e6b54;
  word-break: break-word;
}

.img {
  position: absolute;
  float:right;
  width:250px; 
  height:350px; 
  margin-top:15px; 
  padding:0px;
  box-shadow: 0 2px #6e6b54;
  margin-left: 20px;
}

.img2 {
  float: right;
  width:350px; 
  height:450px;
  margin-top:15px; 
  padding:0px;
  padding-right:20px 
  margin: 5px;
  margin-right:25px
 }


.ws-header {
    height: 350px;
    margin:0px;
	background-color: #99cc66;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: center;
}    

.header-bottom {
	height: 40px;
	background-color: #CBEB98;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: center;
	z-index:-1;
}    
.paragraph {
	line-height: 1.5;
	margin-top: 30px;
	margin-left: 100px;
	text-align: left;
	color: #660000;
	font-family: "lucida sans", arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.paragraph2 {
  text-align: left;
  color: #6e6b54;
  font-family: "lucida sans", arial, sans-serif;
  font-weight: normal;
  font-size: 2.5em; 
  margin-left: 100px;		
}

.paragraph3 {
  text-align: left;
  color: #6e6b54;
  font-family: "lucida sans", arial, sans-serif;
  font-weight: normal;
  font-size: 1.5em; 
  margin-left: 100px;
  margin-bottom: 50px;
}

.paragraph4 {
  color: #660000;
  font-family: "lucida sans", arial, sans-serif;
  font-size: 1.5em;	
  text-align:left;	
  margin-left: 100px;
  margin-top: 30px;
}
.body {
 background-color: #f1f8e2;
 }
 
.image2 {
  float:right;
  margin-right:150px;
 }
 
 .link {
	color: #333333;
}

 a:hover {
	color: #800080;
}

h1 {
    font-family: "lucida sans", arial, sans-serif;
    margin-top: 100px;
    margin-left: 100px;
    color: #333333;	
}

h2 {
   font-family: "lucida sans", arial, sans-serif;
   margin-left: 100px;
   color: #333333;	
   margin-top: 50px;
	
}

table {
	margin-left: 100px;
	
}

td {	
   font-family: "lucida sans", arial, sans-serif;
   font-size:1em;
   padding: 15px;
}

.paragraph5 {
	color: #6e6b54;
    font-family: "lucida sans", arial, sans-serif;
    font-size: 1.5em;	
    text-align:left;	
    margin-left: 100px;
    margin-top: 30px;
}

ul.b {
	color: #6e6b54;
    font-family: "lucida sans", arial, sans-serif;
    font-size: 1.5em;	
    margin-left: 100px;

}

li.b {
   li { display: list-item; }	
	
}

.container {
	margin-left: 100px;
	color: #6e6b54;
	font-family: "lucida sans", arial, sans-serif;
}

input[type=text], select, textarea {
  width: 45%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: inset 0 5px 5px -5px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
	color: #000000;
	padding: 12px 20px;
	border: none;
	border-radius: 6px; 
	cursor: pointer;
	background-image: linear-gradient(to top, #A9A9A9 0%, #C0C0C0 51%, #D3D3D3 100%);
}

input[type=submit]:hover {
	background-color: #808080;
}

.impressum {
	color: #6e6b54;
    font-family: "lucida sans", arial, sans-serif;
    margin-left: 100px;

}