/* 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:'Segoe UI',Arial,Helvetica,sans-serif;
}

	html, body {
	height: 100%;
	text-align: center;
}

#title {
	position: absolute;
	top: 5px;
	right: 73px;
	z-index: 2;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
}

	#title a {
		display: block;
		width: 179px;
		height: 39px;
		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;
}
	
#box {
	position: relative;
	/*width: 980px;*/
	width: 974px;
	margin: 25px auto 0 auto;
	background: transparent url(../images/box_bg.gif) repeat-y 0 0;
	border-bottom: 20px solid #fff;
}

#header {
	height: 415px;
}

	ul#mainNavigation {
		position: absolute;
		top: 100px;
		left: 15px;
		width: 154px;
	}
		
		/* li */
			#mainNavigation li,
			#mainNavigation li li.first {
				height: auto !important;
				height: 1px;
				padding-top:2px;
				background: transparent url(../images/mainNav_spacer.png) no-repeat 0 0;
			}
	
			* html #mainNavigation li,
			* html #mainNavigation li li.first {
					background: transparent;
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pelikan-hardcopych.snowflake.cc/typo3conf/ext/sfptemplate/files/defaultdomain/images/mainNav_spacer.png', sizingMethod='crop');
			}
	
			#mainNavigation li.first,
			* html #mainNavigation li.first {
				background: transparent;
				filter: none;
			}
			
			#mainNavigation li.hide {
				display: none;
			}
		
		/* li a */
			#mainNavigation li a {
				display: block;
				height: auto !important;
				height: 1px;
				line-height: 14px;
				/*padding: 2px 0;*/
				font-weight: bold;
			}
	
			#mainNavigation li a:hover {
				background: transparent url(../images/mainNav_bg_hover.png) repeat-y 0 0;
			}
			
			* html #mainNavigation li a:hover {
					background: transparent;
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pelikan-hardcopych.snowflake.cc/typo3conf/ext/sfptemplate/files/defaultdomain/images/mainNav_bg_hover.png', sizingMethod='image');
			}
	
			#mainNavigation li li a {
				padding-left: 10px;
			}
			
			#mainNavigation li li li a {
				padding-left: 20px;
			}
			
			#mainNavigation li li li li a {
				padding-left: 30px;
			}

	#headerRight {
		position: absolute;
		top: 201px;
		left: 649px;
		height: 224px;
		width: 318px !important;
		width: 324px;
		padding-left: 6px;
	}

		ul#metaNavigation {
			width: 314px;
			height: 70px;
			padding-bottom: 8px;
			background: transparent url(../images/rightCol_spacer.gif) no-repeat 2px bottom;			
		}

			#metaNavigation li {
				float: left;
			}
	
			#metaNavigation li a {
				display: block;
				width: 141px;
				height: 14px !important;
				height: 18px;
				padding: 2px 0;
				margin: 0 8px 7px 8px;
				background: transparent url(../images/metaNav_bg.png) no-repeat 0 0;
				font-weight: bold;
				text-align: center;
				cursor: pointer;
			}
	
			* html #metaNavigation li a {
				background: transparent;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pelikan-hardcopych.snowflake.cc/typo3conf/ext/sfptemplate/files/defaultdomain/images/metaNav_bg.png', sizingMethod='scale');
			}

			#metaNavigation li a:hover {
				background: transparent url(../images/metaNav_bg_hover.png) no-repeat 0 0;
			}
	
			* html #metaNavigation li a:hover {
				background: transparent;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pelikan-hardcopych.snowflake.cc/typo3conf/ext/sfptemplate/files/defaultdomain/images/metaNav_bg_hover.png', sizingMethod='scale');
			}

		#searchBox {
			position: relative;
			width: 232px !important;
			width: 310px;
			height: 50px !important;
			height: 62px;
			padding: 12px 39px 0 39px;
			background: transparent url(../images/rightCol_spacer.gif) no-repeat 0 bottom;
		}
		
		#searchBox .searchSword {
			width: 100%;
			height: 25px;
		}

			#searchBox label {
				padding-right: 6px;
				font-weight: bold;
				/* background: transparent url(../images/searchField_bg.png) no-repeat right 0; */
			}

			#searchBox input.text {
				width: 104px !important;
				width: 106px;
				padding: 2px 1px;			
				border: 1px solid #aeabaf;
				font-size: 10px;
				background: transparent;
			}			

			
			#searchoption label {		
				padding: 0;
				font-weight: bold;
				text-align: left;
				background-image: none;
			}
			
			#searchoption li {
				float: left;
				line-height: 18px;
				margin-right: 5px;
			}
			
			#searchoption li label {
				display: block;
				padding-left: 16px;
			}
			
			#searchoption li input {
				position: absolute;
				margin-top: 3px;
			}
			
			* html #searchoption li input {
				margin-top: 0;
				margin-left: -4px;
			}
			
			*+html	#searchoption li input {
				margin-top: 0;
				margin-left: -4px;
			}
			
			#searchBox .radio {
				font-size: 10px;
				background: transparent;				
			}
	
			#searchBox button {
				position: absolute;
				margin-top: -3px;
				left: 226px;
				width: 25px;
				height: 25px;
				border: none;
				text-indent: -99999px;
				background: transparent url(../images/searchButton_bg.png) no-repeat 0 0;
			}
	
			* html #searchBox .button {
				background: transparent;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/typo3conf/ext/sfptemplate/files/defaultdomain/images/searchButton_bg.png', sizingMethod='scale');
			}

			#searchBox .button:hover {
				background: transparent url(../images/searchButton_bg_hover.png) no-repeat 0 0;
			}
	
			* html #searchBox .button:hover {
				background: transparent;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/typo3conf/ext/sfptemplate/files/defaultdomain/images/searchButton_bg_hover.png', sizingMethod='scale');
			}
			
		#countryNavigation {
			width: 286px !important;
			width: 310px;
			padding: 0 12px 12px;
			background: transparent url(../images/rightCol_spacer.gif) no-repeat 0 bottom;
		}
		
			#countryNavigation h4 {
				margin: 8px 0 13px 0;
				font-size: 14px;
			}
			
			#countryNavigation label {
				display: block;
				/*width: 90px;*/
				font-weight: bold;	
				text-align: right;
				float: left;
			}
			
			#countryNavigation select {
				width: 200px;
				margin-left: 6px;
				border: 1px solid #d4d4d4;
			}

#col1 {
	position: relative;
	top: -15px;
	float: left;
	clear: both;
	width: 648px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}	

	#mainContent {
		padding: 0 9px 50px 11px;
	}

#col2 {
	position: relative;
	float: left;
	width: 326px;
	background: transparent url(../images/rightCol_bg.gif) no-repeat 0 0;
	/* temporary fix for ie6 */
	overflow: inherit !important;
	overflow: hidden;
}

	#rightContent {
		padding: 0 8px 50px 8px;
	}
	
	#borderContent {
		padding: 0 12px;
	}

#footer {
	position: relative;
	height: 16px;
	margin: 0 1px;
	background: transparent url(../images/footer_bg.gif) repeat-x 0 0;
}
	
	ul#footerNavigation {
		padding: 0 0 0 5px;
	}
	
		#footerNavigation li {
			float: left;
		}
		
		#footerNavigation li a {
			padding-left: 8px;
			margin-left: 5px;
			line-height: 16px;
			background: transparent url(../images/footerNav_spacer.gif) no-repeat 0 3px;
			font-weight: bold;
		}
		
		#footerNavigation li.first a {
			padding: 0;
			margin: 0;
			background: transparent;
		}

	#copyright {
		position: absolute;
		right: 10px;
		line-height: 16px;
	}
	
	