
* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background-image: url(bilder/images.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}
header, nav, footer, aside, section {
    display: block;
}
aside, section, #steuerunglinks {
    min-height: 550px;
}
header {
    /* background-color: yellow; background-repeat: no-repeat;background-image: url(bilder/kopf1.jpg); */
    height: 301px;
    margin-left: 0.2em;
    margin-right: 0.2em;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(bilder/logoOrg.png);
	background-size: 70%;
	background-position:center;
	background-position:bottom;
}
header p {
    /* background-color: orange; */
    text-align: right;
    padding-right: 15px;
}
header a {
    color: white;
}
.partner{padding: 10px;}
#logotext {
    padding-top: 5px;
    font-size: 20pt;
    color: white;
	text-align: right;
}
#steuerungoben {
	/*grün*/
	background-color: #00583E;
    height: 24px;
	overflow-x: auto;
	/*gelb*/
    /* background-color: #FFCC08; */
    /* background-image: url(bilder/grau-50.png); */
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 230px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: white;
    text-decoration: none;
}
#steuerungoben a:hover {
    background-image: url(bilder/grau-50.png);
}
.lala a {background-image: url(bilder/grau-50.png)}
#steuerunglinks {
    /*background-color: #00583E; */
    width: 220px;
    float: left;
    background-color: hsla(0, 0%, 60%, 0.29);
}
#steuerunglinks li {
    padding-bottom: 0.5em;
}
#steuerunglinks ul {
    padding-left: 2em;
    padding-top: 20px;
    list-style-type: none;
}
#steuerunglinks ul ul {
    list-style-type: square;
    color: red;
}
#steuerunglinks a {
    /*background-color: yellow;border-right: 1px solid red; */
    color: white;
    text-decoration: none;
}
aside {
    /*background-color: #808000; */
    width: 175px;
    float: right;
    background-color: hsla(0, 0%, 60%, 0.29);
	font-size:0.85em;
	color:white;
}
aside img {
    /*margin-left: 10px;*/
    border:1px solid silver;
}
aside p {
    margin-top: 20px;
    margin-left: 5px;
}
aside table {
    margin-top: 10px;
    margin-left: 5px;
}
/* uside { */
    /* display: none; */
/* } */
section {
    /*background-color: orange;min-height: 500px;*/
    margin-left: 250px;
    margin-right: 195px;
    background-color: hsla(0, 0%, 80%, 0.7);
    padding-left: 2em;
    padding-right: 2em;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    font-size: 28px;
}
section h2 {
    /*color: #dd9661;*/
    padding-top: 1em;
    padding-bottom: 0.6em;
    font-size: 24px;
}
section p {
    padding-bottom: 1em;
}
section ul {
    /* padding-left: 3em; */
}
section li {
    padding-bottom: 0.5em;
	margin-left:1em;
}
/* #bereich1{ */
	/* background-repeat: no-repeat; */
	/* background-image: url(bilder/b50.jpg); */
	/* background-size: 100%; */
	/* background-position:top; */
/* } */
footer {
        background-color: #00583E;
    /* background-image: url(bilder/grau-50.png); */
    color: white;
    text-align: center;
    clear: both;
}
#wrapper {
    /*background-color: hsla(300, 100%, 50%, 0.5);background-color: #eeeeee;border: 2px solid red;background-image: url(bilder/durchsichtig8.png);*/
    width: 70%;
    margin: 0 auto;
    margin-top: 0.2em;
    text-align: left;

}
.bildkleiner{
	width:474px;
}
.schatten {
	border:1px solid #999;
	padding:10px;
	width:75%;
	border-radius: 5px;
	box-shadow: 10px 10px 10px 0px grey;
}
#bereich1 {
	padding-left:30px;
}
.mobilmenue {
	display:none;
}