/* 
-----------------------------------------------------------------
Titel:
Import IE 6 Hacks
-----------------------------------------------------------------
*/

/* ----- Alpaha for PNG ---- */
img,
#header img,
ul#mainlevel-account li a {
	behavior: url(templates/css/iepngfix.htc);
}

/* ----- Layoutanpassungen ---- */

#navbar,
ul#mainlevel li a,
ul#mainlevel-account li a,
ul#mainlevel-other li a,
ul#mainlevel-overview li a {
	height: 1%;
}
/* evtl. Breitenangabe: max 720px
div.modulecont, div.kategorie, div.preis {
}
div.modulecont2, div.konti {
}
table.contenttable {
}
table.contenttableerror {
}
table.contenttableoverview {
}
table.contenttableform {
}

Tabellen in der Modulebox: max 700px
table.moduletableanzeige {
}
table.contenttablebox {
}
*/

/* ----- IE Warn ----- */
div.ie-warn {
	background-color: #f99;
	position: relative;
	border: 2px solid #c00;
	z-index: 1000;
	padding: 10px;
	width: 950px;
	color: #c00;
	top: 10px;
	display: none;
}

/* ----- Globals ----- */
/* Erzwingen vertikaler Scrollbalken im IE nicht benötigt */
html { 
	height: auto;
	margin-bottom: 0;
}

/* Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen */
* html textarea { 
	overflow:scroll;
	overflow-x: hidden;
}
* html input { 
	overflow: hidden;
}

/* Stabilitätsverbesserungen durch 'position:relative' */
#content {
	 /* helpful for several problems in older IE versions*/
	position: relative;
}

/* Bugfix für unvollständige Darstellung der Spalteninhalte-Spaltentrenner */
* html #col_left {
	position: relative;
}
* html #col_right {
	position: relative;
}

/* Bugfix for IE 3-Pixel-Jog Bug */
* html #col_left {
	height: 1%;
	margin-right: 19%;
}
* html #col_right {
	margin-left: -3px
}

/* IE/Win Guillotine Bug
http://www.positioniseverything.net/explorer/guillotine.html */
* html body a, * html body a:hover {
	background-color: transparent;
}

/* Content floats IE-Versionen
http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/#comment28 
*/
/* für IE5,IE6,IE7 */
.clearing { 
	display: block;
}
/* für IE6 */
* html .clearing { 
	height: 1%;
}
