* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background-image: url(bilder2/Hintergrund.jpg);
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}
header, nav, footer, aside, section {
    display: block;
}
header {
    /* background-color: yellow; */
    background-image: url(bilder2/Kopf2.jpg);
    height: 151px;
    width: 900px;
    margin: 0 auto;
}
header p {
    /* background-color: orange; */
    text-align: right;
    padding-right: 15px;
}
#steuerungoben {
    /* background-color: red; */
    background-image: url(bilder2/grau-50.png);
    height: 24px;
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline;
}
#div {
  width: 80px;
  height: 80px;
  background-color: skyblue;
  transform: rotate(45deg); /* Equal to rotateZ(45deg) */
  background-color: pink;
}

/*#steuerungoben a {
    display: block;
    width: 230px;
     background-color: grey; 
    float: left;
    /* border-right: 1px solid red; */
    /*text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}

#steuerungoben a:hover {
    background-image: url(bilder2/grau-50.png);
}*/
#steuerunglinks {
    /* background-color: green; */
    width: 220px;
    float: left;
}
#steuerunglinks ul {
    padding-left: 2em;
    padding-top: 20px;
    list-style-type: none;
	color: black;
}

#steuerunglinks ul ul {
    list-style-type: square;
	color: black;
}
#steuerunglinks li {
    padding-bottom: 0.5em;
	color: black;
}

aside {
    /* background-color: #808000; */
    width: 175px;
    float: right;
}

aside p {
    margin-top: 20px;
    margin-left: 10px;
}

aside img {
    /* margin-left: 10px; */ 
    border:1px solid silver;
}
section {
    /* background-color: orange; */
    margin-left: 250px;
    margin-right: 195px;
}
section p {
    padding-bottom: 1em;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: black;
	text-align: center;
	font-size: 50px;
}
section h2 {
    color: black;
    padding-top: 1em;
    padding-bottom: 0.6em;
}
section h3 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: black;
	text-align: center;
	font-size: 30px;
}
section h4 {
	padding-top: 20px;
	color: red;
	font-size: 100px;
	transform: rotate(30deg);
}
section h5{
	text-align: center;
	font-size: 30px;	
}
section h6{
	text-allgin: center;
	color: red;
	font-size: 100px;
}
section x {
	font-size: 25px;
}

section ul {
    padding-left: 3em;
}
section li {
    padding-bottom: 0.5em;
}
footer {
    /* background-color: brown; */
    background-image: url(bilder2/grau-50.png);
    color: white;
    text-align: center;
    clear: both;
}
#wrapper {
    /* background-color: #eeeeee; */
    width: 900px;
    /* border: 2px solid red; */
    margin: 0 auto;
    text-align: left; 
    background-image: url(bilder2/durchsichtig8.png); 
}
#logotext {
    padding-top: 50px;
    font-size: 20pt;
    color: #013ADF;
}