/*  ASX.CSS V1.1 */

@media screen {

/*  1. Allgemeine Styles  */
body { 
  background: #aaa;
  color: #fff; /* Schriftfarbe */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 100% /* Schriftgröße */ 
}

h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%;}

a { text-decoration: none; } 

a:link { color: #d90000; } 
a:visited { color: #cc6666; } 
a:hover, 
a:focus { 
  border-bottom: 1px solid #d90000; 
}
a:active { 
  color: white; 
  background-color: #d90000; 
}


/* Allgemeine Klassen und IDs */

address {
  text-align: center;  
  font-size: 80%;      
  font-style: normal;  
  letter-spacing: 2px; 
  line-height: 1.5;    
}


img#logo {
  background-color: #fff;
  color: #000;
  padding: 10px;
  border: 10px solid #ddd;
}

.bilderrahmen {
  background: #fff;
  padding: 3px;
  border: 5px solid #ccc;
    border-radius: 5px;
}

.rahmen2 {
  background: #999;
  padding: 0px;
  border: 3px solid #999;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

.floatlinks { 
  float:left; 
  margin-right: 10px; 
  margin-bottom: 10px; 
}

.floatrechts {
  float:right; 
  margin-left: 10px; 
  margin-bottom: 10px;
}

/* 2. Styles für die Layoutbereiche */

div#wrapper { 
  background-color: #ddddff; 
  color: #000; 
  max-width: 780px; 
  height: auto;
  margin: 10px auto;
  border: 0px solid #777;
    border-radius: 0.5em;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}

div#kopfbereich {
  position: relative; 
/*  background-color: #f3c600; */
  background: linear-gradient(#11f, #ddf);
  color: #000;
  padding: 10px 20px;
  border: 0px solid #777;
    border-radius: 0.5em;
} 
 
p#slogan {
  position:absolute;
  top: 10px;
  right: 20px;
  padding: 5px 0 5px 0; 
  margin-bottom: 0; 
}

p#slogan span { color: #ff0000; }

div#textbereich { 

  text-align: center;  
  line-height: 1.5; 
  padding: 0 10px 0 10px; 
  margin: 0 10px 0 10px;
  border-top: 2px solid #999;
}

div#textbereich a { border-bottom: 1px dotted #8c8c8c; }
div#textbereich a:hover, 
div#textbereich a:focus { 
  /* border-bottom: 1px solid #999; */
}

div#fussbereich {
  padding: 10px 20px 20px 20px;
 border-top: 2px solid #999; 
  margin: 0 10px 0 10px;     
} 

/* Navigation */

/*  header[role="banner"] {
    box-shadow: 0 2px 6px rgba(51,51,51,0.3);
    margin-bottom: 0.5em; 
  } */

nav[role="navigation"] {
  background: #ddf;
  padding: 0.5em 1em 0 1em;
  margin: 0 10px 0 10px;
  border-top: 2px solid #999;
  }

nav[role="navigation"] ul {
  position: relative;
  padding-left: 10px; 
  margin: 0;
}

nav[role="navigation"] li {
  list-style-type: none; 
  display: inline-block;
}

nav[role="navigation"] li a {
  display: block;
  min-width: 6em;
  background-color: #eef;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 3px solid #999;
    border-radius: 0.5em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  padding: 0.5em 0;
  margin: 1em 2em 1em 0;
}

nav[role="navigation"] li.active a {
  background: #55f;
  color: #fff;
  box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.4);
  text-decoration: none; 
}

nav[role="navigation"] a:hover,
  nav[role="navigation"] a:focus {
    background: #55f;
    border: 3px solid #999;
    color: #fff;
    text-decoration: none;
}


/* 3. Sonstige Styles */

div.galerie { 
  padding: 25px 10px 10px 0; 
  margin: 0 3px 3px 0; 
}

div.galerie img { 
  float: left; 
  border-radius: 4px;                      /* runde Ecken */
  box-shadow: 0px 2px 6px rgba(0,0,0,0.3); /* Schatten */ 
  margin-right: 15px; 
  margin-bottom: 15px;  
}


} /* Ende @media - nicht löschen! */ 


