/*
* RECOM
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Lime Flavour, http://www.limeflavour.com
* Date: März 2008
* 
*/



/*
* General Pre Settings
*
*/
* { margin: 0; padding: 0; }
img { border: none; }
ul, ol, dl { list-style: none; }
a { text-decoration: none; }



/*
* General Helpers
*
*/
.breaker {
	overflow: hidden;
	height: 0;
	clear: both;
	font-size: 0;
}



/*
* STRUCTURE
*
*/
html, body {
	height:100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
	background-color: #d8d8d8;
	background-image: url(../images/htg_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
}



/*
* HEADER
*
*/
#logo {
	position: absolute;
	top: 40px;
	right: 40px;
}


#fwa {
	position: absolute;
	left:0;
	top:0;
	z-index: 10001;
}

*html #fwa {
	width: 100px;
	height: 100px;
	behavior: url(css/iepngfix.htc);
	}



/*
* BOTTOM
*
*/
#containerBottom {
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.625em;
}

.navigationBottom li {
	display: inline;
	padding: 0px 8px;
	}

.navigationBottom li a {
	font-size: 1.1em;
	color: #666;
	}
	
.navigationBottom li a:hover {
	color: #fff;
	}



/*
* MAIN
*
*/
#distance {
	float: left;
	height: 50%;
	margin-bottom: -285px;
	width: 1px;
}

#container {	
	height: 570px;
	width: 1016px;
	clear: left;
	position: relative;
	margin: 0 auto;
	font-size: 0.625em;
	background-image: url(../images/htg_main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	

#contentText {
	text-align: left;
	position: absolute;
	top: 20px;
	left: 187px;
	}

#contentText .col {
	float: left;
	width: 187px;
	margin-right: 42px;
	}

#contentText h1 {
	margin-bottom: 33px;
	}

#contentText p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	margin-left: 9px;
	width: 360px;
	}
	
#contentText .col p {
	width: auto;
	}

#contentText p span {
	position: absolute;
	left: 0px;
	padding-left: 8px;
	background-image: url(../images/icon_link.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}

#contentText p a {
	padding: 0 1px;
	color: #000;
	}

#contentText p a:hover {
	background-color: #000;
	color: #fff;
	}
	
#contentCompanies {
	position: absolute;
	top: 265px;
	left: 187px;
	}
	
#contentCompanies .itemleft {
	width: 229px;
	float: left;
	text-align: left;
	}

#contentCompanies .itemcenter {
	width: 198px;
	float: left;
	text-align: center;
	}
	
#contentCompanies .itemright {
	width: 229px;
	float: left;
	text-align: right;
	position: relative;
	}
	
#printportal {
	position: absolute;
	right: -40px;
	top: -30px;
	}
	
*html #printportal {
	width: 114px;
	height: 114px;
	behavior: url(css/iepngfix.htc);
	}

/*
* additional
*
*/
.flashLink{
	padding: 0 1px;
	color: #000;	
	text-decoration:underline;
	}
.flashLink a:hover {
	background-color: #000;
	color: #fff;
	}
