﻿* {
    margin: 0;
}

html, body    {
    font-family: Verdana, Times New Roman, Times,serif;
	font-size: 1.2em;
   margin-left: 0.8 em;
user-select: none;
}

header {
    background-color: lightblue;
    background-image: url(Images/wolle.jpg);
    height: 150px;
}
form { font-family: sams-serif;
border: 1px solid black;
width: 50%;
background-color: whitesmoke;
margin: 0.3em auto;
padding: 1 2em;
padding-left: 0.5em;
border-radius; 2em;

}

textarea
{
width: 50%
font-size: 1.2em;
padding: 4px;
font-family: inherit;
font-weight: lighter;
border: 1px solid gray;
outline: none;
border-radius; 2em;

}
input: {
width: 60%;

}
input:focus,
textarea:focus {
border: 1px solid orange;
}
input[type=submit]:hover {
background-color: yellow;
box-shadow: 2px 2px 2px grey;
}
#AL.header {
background-color: lightblue;
    background-image: url(bilder/wolle.jpg);
    height: 150px;
/*#kopfbereich {
  background:url(bilder/Wolle.jpg) no-repeat left top; 
  height:130px; */
}

header p {
    color: white;
    font-size: 1.8em;
    padding: 10px 10px 0 100px;
    text-align: right;
}

nav {
    background-color: #ceb98e;
font-size: 1.4em;
}

nav ul {
    padding: 0;
}

nav li {
    /* background-color: orange; */
    list-style-type: none;
    display: inline-block;
    height: 2.5em;
    padding: 0 1em;
    line-height: 2.5em;
    border-right: black 1px solid;
}

nav a {
    color: black;
    text-decoration: none; 
}

nav a:hover {
    text-decoration: underline;
}

.keinrahmen {
    border-right: 0;
}

.schatten {
    background-image: url(bilder/schatten.png);
    height: 12px;
}

article {
    margin: 20px 40px;

/*	background-color: orange;*/
}

article h1 {
    margin-bottom: 0.5em;
	margin-left: 0.5em;
}

article p,
article ul
{
    margin-bottom: 1em;
    line-height: 1.5em;
}


footer {
    background-color: #ceb98e;
	text-align: center;
	font-size: x-large;
    height: 35px;
    padding: 0 1 em;
   line-height: 5.0 em;
} 
.tabellen_zelle schlagschatten {

background-color: #ceb98e;
	text-align: center;
	font-size: 20 px;
    height: 38px;
    padding: 0 1 em;
   line-height: 5.0 em;
} 

