/* 
Title:     Fixes for IE/win
Author:    dan@simplebits.com
Updated:   Aug 25 2006

Thank you Dan!

*/

/* fixes font-size keyword problem for IE5/Win */

/* IE doesn't like block anchors */
* html ul.articles li a { height: 1%; }

/* fixes weird IE body padding issue */
* html #wrap { height: 1%; }

/* self-clearing floats
----------------------------------------------------- */

/* for IE7 */
#nav, 
#subnav, 
#main, 
#faglenker, 
.kontakt { 
	display: inline-block; 
	}

/* target ie5+6/win only */
* html #nav, 
* html #subnav, 
* html #main, 
* html #faglenker, 
* html .kontakt {
	height: 1%;
	}

/* reset display property for all browsers */
#nav, 
#subnav, 
#main, 
#faglenker, 
.kontakt { 
	display: block; 
	}
