﻿* {
    margin: 0;
}

html, body    {
    font-family: arial, sans-serif;
}

header {
    background-color: lightblue;
    background-image: url(Bilder/grauVLges1.jpg);
    height: 160px;
}

header p {
    color: black;
    font-size: 1.8em;
    padding: 10px 10px 0 100px;
    text-align: right;
}

nav {
    background-color: #ceb98e;
}

nav ul {
    padding: 0;
}

nav li {
    /* background-color: orange; */
    list-style-type: none;
    display: inline-block;
    height: 1.5em;
    padding: 0 0.7em;
    line-height: 1.5em;
    border-right: black 1px solid;
}

nav a {
    color: black;
    text-decoration: none;
    font-size: 1.0em;   
}

nav a:hover {
    text-decoration: underline;
}

.keinrahmen {
    border-right: 0;
}

.schatten {
    background-image: url(Bilder/grauVLges1.jpg);
    height: 12px;
}

iframe {
  border: none;
}

article {
    margin: 20px 40px;
    background-image: url(Bilder/9aGBCXn.jpeg);
}

article h1 {
    margin-bottom: 0.4em;
    }

article p,
article ul
{
    margin-bottom: 1em;
    line-height: 1.5em;
}

footer {
    background-color: #ceb98e;
	list-style-type: none;
	text-align: center;
	color: black;
	height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 1.0em;
}

footer a:hover {
    text-decoration: underline;
    color: black;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #ceb98e 5%, #634b30 100%);
	background-color:#ceb98e;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:0.9em;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.myButton:hover {
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	background-color:#634b30;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #ceb98e 5%, #634b30 100%);
	background-color:#ceb98e;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1.8em;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.myButton2:hover {
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	background-color:#634b30;
}
.myButton2:active {
	position:relative;
	top:1px;
}

