/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	background: #f2f2f2 url(../images/body_bg.gif) repeat-x 0 10px;
}

#printLogo {
	display: none;
}

#title {
	position: absolute;
	top: 18px;
	left: 76px;
	z-index: 2;
	background: url(../images/logo.gif) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 213px;
		height: 55px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	z-index: 2;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}

#accesskeysNavigation li a {
	position: absolute;
	z-index: 3;
	top: 38px;
	left: -9999px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #333;	
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {		
	left: 0;
}

#boxBorder {
	position: relative;
	width: 952px;
	margin: 0 auto;
	background: #fff url(../images/boxBorder_bg.gif) repeat-y 0 0;
}

#header {
	position: relative;
	z-index: 1;
	height: 159px !important;
	height: 169px;
	padding: 10px 9px 0 6px;
	background: #fff url(../images/header_bg.jpg) no-repeat 0 0;
}

	#header * {
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	#searchBox {
		position: absolute;
		top: 18px;
		right: 44px;
		width: 108px;
		height: 17px;
		background: transparent;
	}
	
		#searchBox label {	
			display: none;
		}
	
		#searchBox .text {
			position: absolute;
			top: 0;
			right: 27px;
			width: 72px !important;
			width: 80px;
			height: 15px !important;
			height: 17px;
			padding: 0 3px;
			background: #a9a9a9;
			color: #fff;
			font-size: 10px;
			line-height: 17px;
			border: 1px solid #d6d6d6;
		}
		
		#searchBox .button {
			position: absolute;
			top: 0;
			right: 0;
			z-index: 1;
			width: 24px;
			height: 17px;
			border: none;
			background: transparent url(../images/search_button.gif) no-repeat 0 0;
			text-indent: -9999px;
		}
	
	ul#metaNavigation {
		position: absolute;
		top: 19px;
		right: 163px;
	}
	
		#metaNavigation li {
			float: left;
			background: transparent url(../images/metaNav_spacer.gif) no-repeat right 1px;
		}
	
		#metaNavigation li a {
			display: block;
			width: auto !important;
			width: 1px;
			height: auto !important;
			height: 1px;
			padding: 0 8px 0 7px;
			white-space: nowrap;
			color: #fff;
		}
	
	ul#mainNavigation {
		position: absolute;
		bottom: 39px;
		left: 6px;
		height: 33px;
	}	

		#mainNavigation li {
			float: left;
			padding-right: 4px;
			background: transparent url(../images/mainNav_bg2.gif) no-repeat right 0;
		}
		
		#mainNavigation li.act,
		#mainNavigation li.cur {
			padding-right: 13px;
			background: transparent url(../images/mainNav_bg2_cur.gif) no-repeat right 0;
		}
		
		#mainNavigation li a {
			display: block;
			height: 33px;
			width: auto !important;
			width: 1px;
			background: transparent url(../images/mainNav_bg1.png) no-repeat 0 0;
			white-space: nowrap;
			cursor: pointer;
		}
		
		* html #mainNavigation li a {
				background: transparent;
				/* geht noch nicht wegen gifbuilder */
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ihk.ch/typo3conf/ext/sfptemplate/files/defaultdomain/images/mainNav_bg1.png',sizingMethod='scale');
				
		}
		
		
		/* * html #mainNavigation li a.act,
		* html #mainNavigation li a.cur,*/
		#mainNavigation li a.act,
		#mainNavigation li a.cur {
			padding-left: 9px;
			background: transparent url(../images/mainNav_bg1_cur.gif) no-repeat 0 0;
			filter:none;
		}
		
	ul#subNavigation {
		position: absolute;
		bottom: 7px !important;
		bottom: 6px;
		left: 13px;
		width: 923px;
		height: 26px;
		background: transparent url(../images/subNav_bg.gif) no-repeat 0 0;
	}
	
		#subNavigation li {
			float: left;
			background: transparent url(../images/subNav_bg2.gif) no-repeat right 4px;
		}
		
		#subNavigation li.act,
		#subNavigation li.cur,
		#subNavigation li:hover,
		#subNavigation li.sfhover {
			background: transparent url(../images/subNav_bg2_cur.gif) no-repeat right 0;
		}
	
		#subNavigation li a {
			display: block;
			width: auto !important;
			width: 1px;
			height: auto !important;
			height: 1px;
			margin-right: 1px;
			padding: 6px 8px 5px 10px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			white-space: nowrap;
		}
		
		#subNavigation li a.act,
		#subNavigation li a.cur,
		#subNavigation li a:hover {
			background: transparent url(../images/subNav_bg1_cur.gif) no-repeat 0 0;
		}

#box {
	position: relative;
	width: 937px;
	margin: 0 9px 0 6px;
	background: transparent url(../images/box_bg.gif) repeat-y 0 0;
}

	.home #box {
		background: transparent url(../images/box_bg_home.gif) repeat-y 0 0;
	}
	
	#col1 {
		display: inline;
		position: relative;
		float: left;
		clear: both;
		width: 193px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		margin-left: 7px;
	}

	#col2 {
		display: inline;
		position: relative;
		float: left;
		width: 724px;
		margin: 0 7px 0 6px;
	}
		
		.home #col2 {
			width: 525px;
			margin: 0 6px;
		}
	
		ul#rootline {
			position: absolute;
			top: 5px;
			left: 5px;
		}
	
			#rootline li {
				float: left;
				background: transparent url(../images/rootline_arrow.gif) no-repeat 0 4px;
				padding: 0 0 0 5px;
			}
		
			#rootline li.first {
				background: none;
				padding: 0;
			}
		
			#rootline li a {
				display: block;
				width: auto !important;
				width: 1px;
				height: auto !important;
				height: 1px;
				line-height: 10px;
				padding: 0 5px;
				font-size: 10px;
				white-space: nowrap;
				color: #64b935;
			}
		
			#rootline li a:hover {
				color: #666;
			}
		
			#mainContent {
				padding: 30px 0 50px 0;
			}
			
			.home #mainContent {
				padding: 0 0 50px 0;
			}
	
	#col3 {
		display: none;
		position: relative;
		float: left;
		width: 193px;
		margin-right: 7px;
	}
	
		.home #col3{
			display: inline;
		}
	
#footer {
	position: relative;
	height: 62px !important;
	height: 87px;
	border-bottom: 25px solid #f2f2f2;
	background: transparent url(../images/footer_bg.jpg) no-repeat 0 0;
}
	
	#footer * {
		font-size: 10px;
	}

	#printLink {
		position: absolute;
		top: -12px;
		left: 219px;
		background: transparent url(../images/print.gif) no-repeat 0 0;
	}
	
		#printLink a {
				display: block;
				height: 11px; 
				width: 14px;
				background: transparent url(../images/print.gif) no-repeat 0 0;
		}
		
		#printLink span {
			display: none;
		}
		
	#topLink {
		position: absolute;
		top: -12px;
		right: 224px;
		background: transparent url(../images/arrow_top.gif) no-repeat 0 0;
	}
					
		#topLink a {
			display: block;
			height: 11px; 
			width: 14px;
			background: transparent url(../images/arrow_top.gif) no-repeat 0 0;
		}

		#topLink span {
			display: none;
		}

	ul#footerNavigation {
		position: absolute;
		bottom: 25px;
		left: 16px;
	}	
	
		#footerNavigation li {
			float: left;
		}
		
		#footerNavigation li a {
			margin-left: 4px;
			padding-left: 5px;
			background: url(../images/footerNav_spacer.gif) no-repeat 0 2px;
			color: #64b935;
		}
		
		#footerNavigation li a.first {
			margin: 0;
			padding: 0;
			background: transparent;
		}
	
	#address {
		position: absolute;
		bottom: 27px;
		left: 218px;
		font-size: 9px;
	}
	
		#address a {
			color: #64b935;
			font-size: 9px;
		}
		
		#address a:hover {
			color: #ccc;
		}
