/*<span class="letterspeziale">G</span>lobale Visionen*/

header, nav, footer, aside, section {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    background:url(img/antarctic.jpeg) no-repeat right top;
    background-color: black;
    text-align: center;
    /*background-attachment: fixed;*/
    background-size: 80%;
    font-family: Arial, sans-serif;
}

#wrapper {
    position: relative;
    min-height: 75%;
    width: 75%;
    /*border: 2px solid red;*/
    margin: 0 auto;
    text-align: left;
    /*background-color: silver*/
}
header {
    color: limegreen;
    /*background-color: yellow;
    background-image: url(img/earth.jpg);*/
    height: 30%;
    /*width: 900px;*/
    margin: 0 auto;
}
header p {
    /*background-color: orange;*/
}
.greentext {
    color: limegreen;
    font-weight: bolder;
}
#logotext {
    text-align: left;
    padding-top: 0.2em;
    padding-left: 0.3em;
    font-size: 3em;
    float: left;
}
#logotext10 {
    color: red;
    padding-top: 0.1em;
    padding-left: 0.3em;
    font-size: 6em;
    float: left;
}
#logotext4 {
    padding-top: 0.4em;
    padding-right: 0.6em;
    font-size: 0.8em;
    text-align: right;
}
#logotext4 a{
    color: limegreen;
    text-decoration: none;
}
#logotext2 {
    padding-top: 0.4em;
    padding-right: 0.6em;
    font-size: 2.5em;
    text-align: right;
}
#logotext3 {
    padding-top: 0.8em;
    padding-right: 0.6em;
    font-size: 0.8em;
    text-align: right;
}

#menuI{
    /*background-color: green;
    padding-left: 20px;*/
    height: 1.5em;
}
#menuI ul{
    list-style-type: none;
}
#menuI li{
    display: inline;
}
#menuI a{
    display: block;
    width: 12%;
    float: left;
    /*border-right: 1px solid red;*/
    text-align: center;
    line-height: 1.5em;
    color: limegreen;
    text-decoration: none;
    text-shadow: 0.05em 0.05em 0.05em black;
    /*font-weight: bolder;*/
}
#menuI a:hover {
    background-image: url(img/grau-50.png);
}

#menuII {
    /*background-color: green;*/
    background-image: url(img/grau-50.png);
    padding-left: 8px;
    color: limegreen;
    width: 175px;
    float: right;
}
#menuII ul{
    list-style-type: none;
}
#menuII h1{
    /*padding-left: 20px;*/
    padding-top: 8px;
    padding-bottom: 2px;
    font-size: 15pt;
}
#menuII li{
    font-size: 10pt;
    padding-bottom: 8px;
}
section {
    background-image: url(img/grau-50.png);
    /*margin-left: 50px;*/
    padding-left: 10px;
    padding-bottom: 2em;
    margin-right: 195px;
    color: white;
    }

section h1 {
    /*padding-left: 20px;*/
    padding-top: 20px;
    padding-bottom: 0.4em;
    font-size: 30pt;
    color: limegreen;
}
section p {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: justify;
}
section h2 {
    color: limegreen;
    padding-top: 1em;
    padding-bottom: 0.6em;
    font-size: 18pt;
}
section h3 {
    color: limegreen;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 16pt;
}
section ul {
    padding-left: 3em;
}
section li {
    padding-bottom: 0.5em;
}

#footerI {
    /*background-color: brown;*/
    position:absolute;
    bottom: 0;
    width: 100%;
    background-image: url(img/grau-50.png);
    color: limegreen;
    text-align: center;
    height: 1.5em;
    /*height: 24px;*/
    clear: both;
}
#footerI a{
    display: block;
    width: 140px;
    float: left;
    /*border-right: 1px solid red;*/
    text-align: center;
    line-height: 24px;
    color: limegreen;
    text-decoration: none;
}
#footerI a:hover {
    background-image: url(img/grau-50.png);
}

aside img {
    /*margin-left: 10px;*/
    border:0px solid silver;
}

aside p {
    margin-left: 10px;
    margin-top: 5px;
}

.letterspeziale {
  float: left;
  font-size: large;
  font-weight: bolder;
  padding: 0px;
  /*background: midnightblue;*/
  color: white;
}

.bild {
  float:left;
  width:110px;
  height:110px;
  border:1px solid black;
}

a{
    color: limegreen;
    text-decoration: none;
}
