/*******************************************************************/
/* HTML5-Elemente "deklarieren" für die guten IEs ...              */
/*******************************************************************/

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}



/********************************************************/
/* Basics */
/********************************************************/


* {
  padding: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
}

body, html {
  height: 100%;
}

html {
  overflow-y: scroll; /* Scrollbar vertikal erzwingen (CSS3!) aber IE zeigt eh einen ... */
}



body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #000;
  text-align: center;
}





/********************************************************/
/* Typografie allgemein */
/********************************************************/

a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #666;
  text-decoration: none;
}


h1 {
  font-size: 1.3em;
  line-height: 1em;
  margin: 0 0 18px 0;
}


h2 {
  font-size: 1em;
  line-height: 1em;
}


p {
  margin: 0 0 17px 0;
}


/********************************************************/
/* Layout */
/********************************************************/


/* Nur für grössere Schirme, nicht für Smartphones:  */
@media only screen and (min-width:640px) {
  #backgroundImage {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../bilder/fensterhint_vzmu.jpg");
    background-position: top center; /* bzw. bootom center etc. => center alleine für hor und vert centering */
    background-size: cover;
  }
}


*+html #backgroundImage {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../bilder/fensterhint_vzmu.jpg',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../bilder/fensterhint_vzmu.jpg',
sizingMethod='scale')";
  
    
  }



#container {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 960px;
  margin: auto auto;
  text-align: left;
  background: url("../bilder/container_hint.gif") top left repeat-x;
  
  z-index: 10;
  
}


#kopf {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 340px;
  margin: 76px 0 0 0;
  
  z-index: 20;

}

#kopflogo {
  position: relative;
  float: left;
  display: block;
  width: 302px;
  height: 340px;
  margin: -340px 0 0 53px;
  z-index: 30;
  
  
}



#navigation {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 68px;
  overflow: hidden;
  z-index: 40;
  
  background: #ffe597 url("../bilder/navi_hint_2.jpg") top right no-repeat;
  
  margin: 0 0 12px 0;
}


#content_1,
#content_3 {
  position: relative;
  float: left;
  display: inline;
  width: 462px;
  margin: 0 0 0 12px;
}





#content_2,
#content_4 {
  display: none;
}


/********************************************************/
/* Standard-Wrapklasse um Beiträge */
/********************************************************/


#content article.csc-default {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  clear: both;
  margin: 0 0 20px 0;
}


#content_4 article.gelbhint {
  background: #ffe597;
  width: 205px;
  padding: 10px;
  margin: 0 0 12px 0;
  
}


/********************************************************/
/* Fuss und Stopper bei 100% Höhe */
/********************************************************/


#stopper {
  width: 100%;
  height: 1px;
  padding-bottom: 1px;
  clear: both;
}


#fuss {
  height: 1px;
  width: 960px;
  margin: -1px auto 0 auto;
  clear: both;
  display: block;
  text-align: left;
  overflow: hidden;

}



/********************************************************/
/* Bulletlisten im Inhalt */
/********************************************************/


#content ul { /* bullet-listen einrücken */
  margin: 0px 0 17px 15px;
  list-style-type: disc;
}

#content ol { /* bullet-listen einrücken */
  margin: 0px 0 17px 32px;
  list-style-type: decimal;
}



/* Fürs Bild-Rendering wieder übersteuern: */

div.csc-textpic-imagewrap ul {
  margin: 0 !important;
  list-style-type: none;
}




/********************************************************/
/* Tabellen-Zellen im Inhalt */
/********************************************************/

#content td {
  vertical-align: top;
}




/********************************************************/
/*  Bildlegende  */
/********************************************************/

#content dd.csc-textpic-caption {
    font-size: 90%;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 5px;
}


/********************************************************/
/*  hrs  */
/********************************************************/

hr {
    background-color: #9e9e9e; /* Farbe für Opera und Firefox */
    color: #9e9e9e; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
    overflow: hidden;
}

div.divider {
    height: 1px;
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
}
