/* CSS Document */


/*  ////////////   =unsichtbar ///////////////////  */
#hiddendiv {
display:block;
margin-top:6px;
width:400px;
display: none;
clear:both;
}

#hiddendiv2 {
margin-top:6px;
width:500px;
display: none;
clear:both;}

#hiddendiv3 {
  display: none;
}

#hiddendiv4 {
  display: none;
}
/*  unsichtbar ist zu ende ///////////////////////// */



/* 	=Bilder rechts und links ausrichten     */
#imageleft {
  float:left;
  padding-right:15px;
  padding-bottom:1px;
}
#imageright {
  float:right;
  padding-right:15px;
  padding-bottom:1px;
}


/*quotes{quotes:"\201E" "\201C";}*/

q:before{content:url(../img/quotes1.gif);}
q:after{content:url(../img/quotes2.gif);}

