/*  =========================================================
Stylesheet für aya-dance.de
Stand:  Entwicklung 
Datei:  bildschirm.css
Datum:  04. Mai 2010
Autor:  Frank Dünisch 
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body {
  color: black;
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }

address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em;
}

/* Hyperlinks */
a { text-decoration: none; outline: none; }

a:link { color: #000000; }
a:visited { color: #333333; }

a:hover, 
a:focus { 
  text-decoration: underline; 
}

a:active {
  text-decoration: underline;
}

/* Allgemeine Klassen und IDs */
.skiplink {
  position: absolute;
  top: -2000px;
  left: -3000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

.clearer {clear: both;}

.table_padding {
  padding: 5px;
}

.rot { color: red; }

.aya-lila { color: #4d1131; font-weight: bold; }

.weiss { color: white; }

.smaller { font-size: smaller; }

.large { font-size: large; }

.spacer {
  background: white;
  margin: 0px auto 0px auto;
  width: 935px;
  height: 20px;
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */
   
#container_header { 
  background: white;
  margin: auto;
  width: 935px; 
  position: relative;
}
   
#sidenav {
  background: white;
  border-right: 15px white solid;
  width: 250px;
  float: left;
}

#logo {
  padding: 0px 0px 2px 0px;
  width: 250px;
  height: 177px;
}

.buttons {
  padding: 0px 0px 2px 0px;
  width: 250px;
  height: 40px;
}

#content_header {
  color: black;
  width: 670px;
  float: right;
}

#topnav {
  padding: 55px 0px 0px 0px;
  width: 670px;
  height: 24px;
  text-align: right;
  font-weight: bold;
}

#monitor {
  padding: 0px 0px 2px 0px;
  width: 670px;
  height: 350px;
}

#container_content { 
  background: white;
  color: #2e2e2e;
  margin: auto;
  width: 935px; 
  position: relative;
  overflow:auto;
}

#news {
  background: white;
  border-right: 15px white solid;
  width: 250px;
  float: left;
}

#leer {
  background: white;
  padding: 0px 0px 0px 0px;
  width: 250px;
  height: 30px;
}

#content {
  width: 670px;
  float: right;
}

#navpfad {
  background: white;
  padding: 0px 0px 0px 0px;
  width: 670px;
  height: 30px;
}

#spalte_links {
  background: white;
  width: 200px;
  float: left;
}

#spalte_rechts {
  background: white;
  width: 200px;
  float: right;
}

#spalte_mitte {
  background: white;
  margin: 0 200px 0 200px;
  padding: 0px 35px 0px 35px;
}

.textbox {
  text-align: center;
  margin-bottom: 10px; 
  padding: 5px;
  width: 658px;
}

.textbox_rahmen {
  margin-bottom: 10px; 
  border: 1px #ebebeb solid;
  padding: 5px;
  width: 658px;
}

.textbox_text {
  width: 383px;
  float: left;
}

.textbox_bild {
  text-align: center;
  padding: 0px 5px 0px 10px;
  width: 260px;
  float: right;
}

.linksbox_text {
  width: 293px;
  float: left;
}

.linksbox_bild {
  text-align: center;
  padding: 0px 5px 0px 10px;
  width: 350px;
  float: right;
}

#content_935px {
  background: white;
  margin: 0px auto 0px auto;
  width: 935px;
}

.textbox_rahmen_935px {
  margin-bottom: 10px; 
  border: 1px #ebebeb solid;
  padding: 5px;
  width: 923px;
}

.fehlerbox {
 font-weight: bold;
 margin-bottom: 20px;
 border: 3px #4D1131 solid;
 padding: 10px;
}

.hinweisbox {
 font-weight: bold;
 margin-bottom: 20px;
 border: 3px #4D1131 solid;
 padding: 10px;
}

#container_footer { 
  background: #ececec;
  margin: auto;
  border-top: 1px #c0c0c0 solid;
  width: 935px;
  height: 140px; 
  position: relative;
  overflow:auto;
}

#newsletter {
  background: #ececec;
  border-right: 15px #ececec solid;
  width: 250px;
  float: left;
}

#nav_footer {
  color: black;
  width: 670px;
  float: right;
}

#copyright_footer {
  color: #2e2e2e;
  font-size: smaller;
  background: #d0d0d0;
  margin: 0px auto 0px auto;
  border-top: 2px #ffffff solid;
  padding: 12px 0 0 0;
  width: 935px;
  height: 25px;
}

/*


#logo {
  background: url(layout/logo.gif) no-repeat;
  margin: 0px auto 0px auto;
  width: 900px;
  height: 78px;
}
  
#nav {
  color: white;
  background: #A49775;
  margin: 0px auto 0px auto;
  padding-top: 5px;
  width: 900px;
  height: 23px;
  text-align: center;
}  

  #nav ul { margin-bottom: 0; }
  #nav li {
    display: inline;
    list-style-type: none;
    margin: 0;
  }
  #nav a {
    color: #FFFFFF;
    padding: 0 8px 0 8px;
  }
  #nav .first2 a {
    padding-left: 0;
  }
  
#bild {
  background: url(layout/freiburg.jpg) no-repeat;
  margin: 0px auto 0px auto;
  border-bottom: 15px white solid;
  width: 900px;
  height: 179px;
}
  
#navpfad {
  font-size: smaller;
  margin-right: 15px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px dotted #A49775;
}

#container { 
  background: white;
  margin: auto;
  width: 900px; 
  position: relative;
  overflow:auto;
}

#sidenav {
  background: white;
  border-right: 15px white solid;
  border-l
