@charset "utf-8";
/* CSS Document */

/*
* Erzwingen vertikaler Scrollbalken im IE nicht benötigt (nur im Firefox/Netscape/Safari)
*/
body { min-height: auto; height: 1% }
html { height: auto }

/* 
* Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen
*/
* html textarea {overflow:scroll; overflow-x: hidden}
* html input {overflow: hidden}

/* 
* Benötigt IE7 für korrekte Skalierung des Layouts, hilfreich in Älteren IE-Versionen
*/
body { position:relative }

/*
* Disappearing List-Background Bug
*/
* html ul { position: relative }
* html ol { position: relative }
* html dl { position: relative }

/*
* IE/Win Guillotine Bug
*/
* html body a, * html body a:hover { background-color: transparent; }


