/* for IE */

header, nav, article, hgroup, section, label{
    display: block; 
}

body {
 	  padding: 10px 10px 10px 10px;
    background-color: white;
  }
  
#content {
	  font-family: sans-serif;
	  font-size: 95%;
	  color: #102040;
    background-color: #045A9C;
	  max-width: 1099px;
    border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      -webkit-border-radius: 20px;

    }

.vevent {
    display: none;
  }
    
@font-face {
  font-family: "initial";
  src: url(Examples/GriffDinShi.ttf);
  }
  
@font-face {
  font-family: "bodytext";
  src: url(Examples/GutenbergTextura.ttf);
  }    
/*--------------------------------------------------------------*/
    
header  { 
    padding: 1em;
    margin: 0;
    clear:both;
    text-align: left;
    position: relative;
    height: 100px;
  }

header div.topic {
    position: absolute;
    color: #1F5DC0;
    top: 0.5em;
    font-size: 250%;
    text-shadow: 3px 3px 3px #FFFFFF;
      -moz-text-shadow: 3px 3px 3px #FFFFFF;
      -o-text-shadow: 3px 3px 3px #FFFFFF;
      -webkit-text-shadow: 3px 3px 3px #FFFFFF;
    box-shadow: 3px 3px 3px #000000;
      -moz-box-shadow: 3px 3px 3px #000000;
      -o-box-shadow: 3px 3px 3px #000000;
      -webkit-box-shadow: 3px 3px 3px #000000;
    padding: 5px;
    padding-right: .5em;
    background-color: #BBB;
    width: 6em;
    height:1.2em;
    text-align: right;
    background-image: url(html5logo.png);
    background-repeat:no-repeat;
    background-position:-30px -37px;
    border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      -webkit-border-radius: 20px;
    opacity: 1;
    left: 65%;
  }

#CSSDemo, #noCSSDemo  {
    display : none;
  }
  
header div.topic.moving {
    font-family: "bodytext";
    transition-property: opacity, left;
      -moz-transition-property: opacity, left;
      -webkit-transition-property: opacity, left;
      -o-transition-property: opacity, left;
    opacity: 0;
  }

  
header div.topic.altfont {
    font-family: sans-serif;
  }  
  
header div.topic.moving:first-letter {
    font-size: 120%;
    font-family: "initial";
    color: #800000;
  }
  
  
header div, header h1{
    color:white;
  }
 
/*--------------------------------------------------------------*/
    
#sidebar{
    clear: both;
    color: #FFFEE2;
    max-width:20em;
    min-width:5em;
    width: 15%;
    float:left;
    margin: 0;
    font-size: 100%;
  }
  
aside {
    display:block;
    margin-top: 2em;
    text-align: center;
  }
  
nav {
    display:block;
    padding:1em;
  }  
  
#sidebar h1 {
    font-size:110%;
  }

nav ul {
    margin: 0;
    padding: 0;
  }
  
nav li {
    display : block;
    list-style-type: none;
    padding-left: 0.4em;
    margin-top: 0.4em;
    font-weight:bold;
    }
  
nav li a:link, nav li a:visited{
    color: #F9DB95;
    background: transparent;
    text-decoration:none
  }
  
nav li a[href]:hover {
    border-style: none;
    color: #1F5DC0;
    background-color: #F9DB95;
    text-decoration:none;
  }

aside canvas {
    background-image: url(images/canvas-background.jpg);
    background-repeat: repeat;
    margin-left: 0.3em;
  }

aside p {
    text-align: left;
    font-size: 80%;
    padding-left: 1em;
  }
  

aside button {
    padding:0.2em;
    font-size:100%;
    font-weight:bold;
    margin: 0.5em;
    border-radius: 12px;
      -moz-border-radius: 12px;
      -o-border-radius: 12px;
      -webkit-border-radius: 12px;
  }
 
/*--------------------------------------------------------------*/
  
article  {
    width:75%;
    background-color: #FFFEE2;
    display: block;
    padding: 2em;
    margin: 1em;
    float: left;
    min-width:20em;
    max-width:100%;
    border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      -webkit-border-radius: 20px;
  }
  
article>hgroup {
    display: block;
    width: 70%;
  }
  
article>hgroup>h1{
    text-align: left;
    font-weight: bold;
    font-size: 230%;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0.1em;
  }
  
article>hgroup>h2{
    text-align: center;
    font-weight: bold;
    font-size: 140%;
    margin: 0.1em;
  }
  

img.right {
    float: right;
    padding:.5em;
    background-color: white;
    border: 4px outset #1F5DC0;    
    border-radius: 10px;
      -moz-border-radius: 10px;
      -o-border-radius: 10px;
      -webkit-border-radius: 10px;
 }
  
article  section h1,  {
    font-size: 140%;
  }

.map{
    float:right;
    width:425px;
    padding-left: 2em;
  }

/*--------------------------------------------------------------*/

#Anmeldung {
    clear: both;
    margin: 1em;
    margin-left: 4em;
    margin-right: 4em;
    padding: 1em;
    padding-left: 5em;
    background-color: #348ADC;
    border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      -webkit-border-radius: 20px;
    color: #201000;
  }
  
#Anmeldung  section {
    width :19em;
    float : left;
    margin-right: 2.5em;
  }

#Anmeldung  section ~ section{
    margin-right: 0em;
  }
  

#Anmeldung  section h1{
    font-size: 120%;
  }
  
.buttons {
    clear : both;
    padding-left: 5em;
  }

.buttons button{
    padding: 0.3em;
    margin-left: 1em;
    margin-top: 0.5em;
  }

#Anmeldung  label  {
    display: block;
    clear:both;
  }
  
#Anmeldung  input  {
    display: block;
    float: right;
    width: 13em;
  }

#Anmeldung  input[type="checkbox"]{
    display: block;
    float: right;
    width: 2em;
  }
  
  
/*--------------------------------------------------------------*/

footer {
  text-align: center;
  color: #FFFEE2;
  text-weight: bold;
  height: 80px;
  display: block;
  clear: both;
}  

footer img{
    padding: 4px;
    border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      -webkit-border-radius: 4px;
    background-color: white;
}
