html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;

	font-family: Verdana;
	font-size: 12px;
	color: #514f54;
	
	background-color: #e6e6e7;
	
	background-image: url("/files/img/page_bg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

img { border: 0; }

.clear { clear: both; }
small { color: #9b9a9d; }


a {
	color: #9b9a9d;
	text-decoration: none;
}
a:hover {
	color: #102654;
}

.popupBlue {
	color: #102654;
}


.linkTop {
	padding-left: 10px;
	padding-right: 15px;
	background-image: url("/files/img/icon_top.png");
	background-position: 100% 3px;
	background-repeat: no-repeat;
}

.linkTop:hover {
	background-image: url("/files/img/icon_top_act.png");
}


/* SITE STRUCTURE */
#wrap {
	width: 960px;
	margin: 0 auto 20px;
	padding: 0 20px;
}

#header {
	width: 960px;
	margin: 65px auto 4px;
}
	#headerInner {
		padding: 10px;
		height: 68px;
		position: relative;
		background-color: #a2a0a3;
		
		background-image: url("/files/img/header_bg.png");
		background-position: 0 0;
		background-repeat: repeat-y;
	}
		#logo {
			margin: 0;
			display: block;
			float: left;
	
			width: 167px;
			height: 69px;
	
			background-image: url("/files/img/logo_kleimann.png");
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
		a#logo span {
			display: none;
		}
		
		#partner {
			margin: 17px 17px 0 0;
			display: block;
			float: right;
	
			width: 232px;
			height: 38px;
	
			background-image: url("/files/img/logo_nivona_liebherr.png");
			background-position: 0 0;
			background-repeat: no-repeat;
		}

		#partner span {
			display: none;
		}

		
	#headLink {
		float: right;
		text-align: right;
		
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	
	#headLink.small {
		bottom: 4px;
		right: 4px;
	}

		#headLink a {
			display: block;
			padding-right: 28px;
			
			color: #505557;
			text-decoration: none;
			font-family: "Times New Roman";
			font-size: 16px;
			font-style: italic;
			font-weight: normal;
	
			background-image: url("/files/img/arrow_head.png");
			background-position: 100% 100%;
			background-repeat: no-repeat;
		}

		#headLink.small a {
			padding-right: 18px;
			font-size: 10px;
			background-image: url("/files/img/arrow_head_small.png");
		}


#container {
	margin-top: 20px;
	width: 960px;
	margin: 0 auto;
}

	#left {
		float: left;
		width: 180px;
		position: relative;
	}
	
	#main {
		width: 770px;
		float: right;
		position: relative;
	}
	
		.main ul {
			margin: 12px 10px 12px 20px;
			padding: 0;
		}
		
		.main ul li {
			margin: 0 0 10px;
			padding: 0;
		}
		
		.main a {
			color: #ba1a28;
			text-decoration: none;
		}
		
	.contentMiddle {
		float: left;
		width: 520px;
	}
		.contentMiddle p {
			margin-bottom: 15px;
		}
	
	.contentRight {
		color: #8d8b8f;
		float: right;
		width: 230px;
	
		position: absolute;
		bottom: 0;
		right: 0;
	}
		

#footer {
	
}
	#footerLeft {
		float: left;
		width: 180px;
		height: 20px;
		border-bottom: 1px solid #6c6a6f;
	}

	#footerRight {
		float: right;
		width: 770px;
		height: 20px;
		border-bottom: 1px solid #6c6a6f;
	}
	
	#footer small {
		display: block;
		margin-top: 4px;		
	}

		
/* TEXT STYLES */
h1, h2 {
	margin: 10px 0 7px 0;
	font-weight: normal;
	font-size: 38.2px;
}

h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	color: #ba1a28;
}

p {
	margin-top: 0;
	line-height: 15px;
	text-align: left;
	margin-bottom: 15px;
}


ul.narrow li {
	margin-bottom: 4px;
}


/* TABLE STYLES */
.even {
	background-color: #dce0e3;
}


/* IMAGE STYLES */
.imgLeft {
	float: right;
	margin: 0 17px 0 17px;
}

.imgRight {
	float: right;
	margin: 0 0 17px 17px;
}


/* NAVIGATION */
ul.rex-navi1 {
	margin: 33px 0 0 0;
	padding: 0;
	position: relative;
}

ul.rex-navi1.middle {
	position: absolute;
	top: 201px;
	width: 180px;
}

	ul.rex-navi1 li {
		list-style-type: none;
		border-bottom: 1px solid #6c6a6f;
	}
	
	ul.rex-navi1 li.rex-article-1 {
		/*margin-bottom: 5px;*/
	}
	
	ul.rex-navi1 li a {
		padding: 5px 0 5px 10px;
		display: block;
		color: #a5a4a7;
		text-decoration: none;
	}
	
	ul.rex-navi1 li a:hover {
		color: #102654;
	}

	ul.rex-navi1 li.rex-current,
	ul.rex-navi1 li.rex-active a.rex-active {
		color: #102654;
		font-weight: bold;
	}
	
	ul.rex-navi1 li.rex-current a.rex-current {
		color: #102654;
		
		background-image: url("/files/img/nav_bg.gif");
		background-position: 0 0;
		background-repeat: repeat-y;
	}

	
ul.rex-navi2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 180px;
}

	ul.rex-navi2 li {
		list-style-type: none;
	}

	ul.rex-navi2 li.rex-normal a {
		padding: 5px 0 5px 15px;
		font-weight: normal;
		font-style: italic;
	}
	
	ul.rex-navi2 li.rex-current a.rex-current {
		padding: 5px 0 5px 15px;
		font-style: italic;
		
		background-image: url("/files/img/arrow.png");
		background-position: 0 50%;
		background-repeat: no-repeat;
	}

	/** IE6 hack */
	* html ul.rex-navi2 {
		margin: 0;
		position: relative;
		top: auto;
		left: auto;
	}

		/** IE6 hack */
		* html ul.rex-navi2 li {
			margin: 0;
			padding: 0;
		}


#userNavi {
	margin-top: 160px;
}
#userNavi ul {
	width: 180px;
	padding: 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #6c6a6f;
}

	#userNavi ul li {
		list-style-type: none;
		border-bottom: 1px solid #6c6a6f;
		
		padding: 0 0 0 10px;
	}
	
	#userNavi ul li:first-child {
		padding: 5px 0 5px 10px;
		color: #102654;
	}
	
	#userNavi ul li a {
		padding: 5px 0;
		display: block;
		color: #a5a4a7;
		text-decoration: none;
	}
	
	#userNavi ul li a:hover {
		color: #102654;
	}
	

	

		
/* META-NAVIGATION */
.bottom {
	position: absolute;
	bottom: 0;
	width: 180px;
}

	.bottom ul.rex-navi1 {
		list-style-type: none;
		padding: 0 0 0 0;
	}
	
	.bottom ul.rex-navi1 li {
		list-style-type: none;
	}
	
	.bottom ul.rex-navi1 li a.arrow {
		padding-left: 12px;
	
		background-image: url("/files/img/arrow.png");
		background-position: 0 50%;
		background-repeat: no-repeat;
	}
	
	.bottom ul.rex-navi1 li.last {
		margin-top: 5px;
		border-top: 1px solid #abb0b3;
	
		font-style: italic;
	}
	
	/** IE6 hack */
	* html .bottom {
		margin: 0;
		padding: 0;
	}
	
		/** IE6 hack */
		* html .bottom ul.rex-navi1 {
			padding-top: 10px;
		}
		/** IE6 hack */
		* html .bottom ul.rex-navi1 li a {
			margin: 0;
			padding: 0;
		}
	
		
	
/* PAGING */
#nav {
	margin-top: 10px;
		
	position: absolute;
	bottom: 0;
		
	width: 570px;
	height: 20px;
}

	#nav a {
		display: none;
	}
	#nav a.prev {
		display: block;
		float: left;
	
		font-size: 0px;
		line-height: 0px;
		color: #fff;
		text-decoration: none;
	
		width: 22px;
		height: 16px;
	
		background-image: url("/files/img/arrow_prev.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	#nav a.next {
		display: block;
		float: right;
	
		font-size: 0;
		line-height: 0;
		color: #fff;
		text-decoration: none;
	
		width: 22px;
		height: 16px;
	
		background-image: url("/files/img/arrow_next.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	
	
	
	
/* COLLAPSABLE BOXES */
.collapse {
	margin-bottom: 10px;
}
	.collapse h3 {
		color: #000;
		padding-left: 20px;
		
		background-image: url("/files/img/arrow_closed.png");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.collapse h3.opened {
		background-image: url("/files/img/arrow_opened.png");
	}
	.collapse .text {
		margin: 10px 20px;
		border-bottom: 1px solid #ccc;
	}

	
/* TEAM TOOLTIPS */
.tooltipTeam {
	float: left;
	display: none;
	position: absolute;
	
	background-image: url("/files/img/popup_light.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	
	width: 250px;
	height: 117px;
}
	.tooltipContent {
		margin: 10px 22px 10px 12px;
	}


/* -- SMALL VERSION --------------------------------------------------------- */

/* SITE STRUCTURE */
#header.small {
	height: 43px !important;
}
	#headerInner.small {
		height: 43px !important;
	}
		#logo.small {
			margin: 3px 0 0 8px !important;
		}


#container.small {
	margin-top: 10px !important;
}




#footer-contact {
	font-family: Arial;
	background-color: #d5d5d6;
	font-size: 9px;
	margin-top: 16px;
	padding: 10px;
}

#footer-contact h4 {
	color: #3d5383;
	font-weight: normal;
	font-size: 15px;
}
#footer-contact h4 strong {
	color: #3d5383;
	font-weight: bold;
	font-size: 15px;
}

#footer-contact h5 {
	color: #6b6a6b;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 3px;
}

#footer-contact strong {
	font-weight: bold;
	font-size: 17px;
	color: #818181;
} 

#footer-contact a {
	color: #514F54;
}

#footer-contact td.wborder {
/*	border-right: 3px solid #dfdfdf;*/
}