/* specialtabs & header for index site (isn't working with corners!) */

/* specialheader */
#index_header {
	position: relative;
	top: -60px;
	float: left;
	width: 860px;
	height: 200px;
	background-image: url('/img/home.png');
}
* html #index_header { background-image: none !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/home.png', sizingMethod='crop'); }

/* container for background-image */
#backgroundContainer {
	position: absolute;
	z-index: 1;
}

/* tab with 220 width */
#topnavigation_mainpart .tab .tabbottom { background-image: url('/img/220.png'); }
* html #topnavigation_mainpart .tab .tabbottom { background-image: none !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/220.png', sizingMethod='crop'); }

/* tab with 118 width */
#topnavigation_secondpart .tab .tabbottom { background-image: url('/img/118.png'); }
* html #topnavigation_secondpart .tab .tabbottom { background-image: none !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/118.png', sizingMethod='crop'); }

/* searchtab with 177 width */
#searchtab .tabbottom { background-image: url('/img/177.png') !important; }
* html #searchtab .tabbottom { background-image: none !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/177.png', sizingMethod='crop'); }

/* searchtab modifications */
#searchtab .tabbottom { height: 14px; width: 100%; }
#searchtab { text-align: right; text-transform: uppercase; }
#searchtab .tabbottom .white_corner_left { float: left; background-image: url('/img/corner/white_corner_left_small.png'); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/corner/white_corner_left_small.png') }
#searchtab .tabbottom .white_corner_right { float: right; background-image: url('/img/corner/white_corner_right_small.png'); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/corner/white_corner_right_small.png') }
#topnavigation_mainpart #searchtab .tablink * { padding-top: 30px; }
#searchtab .tablink a { padding-top: 10px; }
#searchtab .tablink div { padding-top: 7px; }
#searchtab .tablink div a { display: inline; padding-top: 0px; }
#searchtab .tablink { height: 20px; }
#searchtab { float: right; margin-left: 5px; width: 118px; }