body {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #6c6c6c;
    background-color: white;
}

h1 {
    font-zize: 19px;
    color: #159199;
}

h2 {
    font-zize: 17px;
    color: #159199;
}

h3 {
    font-zize: 15px;
    color: #159199;
}

h4 {
    font-zize: 11px;
    color: #159199;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}


a {
    color: #159199;
    text-decoration: none;
}


.list {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    color: purple;
    width: 110px;
    border: solid 2px;
    margin-left: -30px;
    background: #fdffc1;
    padding: 5px;	
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    -ms-background-clip: content-box;
    background-clip: content-box; /* border-box, padding-box */
    letter-spacing: 1.5px;
}

ol {
   font-weight: bold;
    color: #008000;
   
    
    
}

span {
    font-weight: normal;
    color: #6c6c6c;
}

a:hover {
    color: red;
}

img {
    border: 0
/*    border: 2px solid #6c6c6c; */
    
}

p {
    color: #6c6c6c;
}


.wrapper {
    width: 1024px;
    height: 872px;
    margin-left: auto;
    margin-right: auto;
}

.head {
    width: 1024px;
    height: 65px;
    background-image: url(images/template/head.jpg);
}

.left {
    float: left;
}

.left1 {
    width: 240px;
    height: 93px;
    background-image: url(images/template/left1.jpg);
}

.left2 {
    width: 240px;
    height: 152px;
    background-image: url(images/template/left2.jpg);
}

.nav {
    width: 240px;
    height: 420px;
    background-image: url(images/template/nav.jpg);
}

.menu ul ul{
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 97%;
    top: -12%;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding-left: 30px;
}


.menu ul li {
    top: 5px;
    left: -20px;
    padding: 15px;
    position: relative;
    width: 195px;
    vertical-align: middle;
    background-color: #159199;
    cursor: pointer;
    border-right: 5px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.menu ul li:first-child {
    border-top: 2px solid #9a9a9a;
}
.menu ul li:last-child {
    border-bottom: 2px solid #9a9a9a;
}

.menu ul li:hover {
    background-color: rgba(21, 145, 153, 0.49);
}

.menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.menu ul li a {
    font-size: 13px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;

}


.content {
    width: 620px;
    height: 770px;
    background-image: url(images/template/content.jpg);
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 20px;
    overflow: auto;
    float: left;
}

.right {
    width: 14px;
    height: 769px;
    background-image: url(images/template/rechts.jpg);
    float: right; 
}

.foot {
    width: 1024px;
    height: 38px;
    background-image: url(images/template/foot.jpg);
    background-repeat: no-repeat;
    padding-top: 10px;
    float: left; 
    text-align: right;
}


.clear { 
    clear: both;
}

form {
    width: 370px;
    padding-left: 340px;
}

textarea {
    border-bottom: 1px solid #159199;
    color: #6c6c6c;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none; 
    overflow: hidden;

}
input[type="text"] {
    width: 200px;
    border-bottom: 1px solid #159199;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #6c6c6c;
    outline: none;
}

.formbild {
    position: relative;
    top:470px;
    left: 430px;
    width: 187px;
    height: 97px;
    background-image: url(images/images/formbild.jpg);
}

.social {
    position: relative;
    top: 40px;
    left: 930px;
    width: 89px;
    height: 32px;
}

.fb {
    width: 32px;
    height: 32px;
    float:left;
    padding-left: 15px; 
}

.fb img {
    border: 0; 
}

.fb img:hover{
    border: 0;
    opacity: 0.4;
}

.ig {
    width: 32px;
    height: 32px;
    float: right;
}

.ig img {
    border: 0;

}

.flur {
    width: 200px;
    height: 150px;
    border: 3px solid #6c6c6c;
    
}

.infotext {
    width: 300px;
    
}
