/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 


body {
	padding:0;
	margin:0;
	color: #303030;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:100.01%;
}

.basis {
	min-width:985px;
}

a {
	color: #1b2a7e;
}

a:hover {
	color: #f7ac31;
}

.ihklogo {
	float:right;
	padding-right:25px;
	margin-top:-35px;
}

p {
	font-size:0.9em;
}
h1 {
	font-size:1.3em;
	color: #afb5bd;
}

ul {
	font-size:0.9em;
}

.footernav {
	float:left;
	padding-left:20px;
	padding-top:25px;
	color: #515151;	
}

.footernav a {
	text-decoration:none;
	font-size:1em;
}
.metanav a {
	text-decoration:none;
	font-size:0.9em;
	color: #333333;
}
.metanav-active a {
	text-decoration:none;
	font-size:0.9em;
	color: black;
	font-weight:bold;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:223px;
	margin-right:197px;
	margin-bottom:-103px; /*war 52*/
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	font-size:1.1em;
	top:0;
	left:0;
	width:100%;
	height:172px;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:223px;
	float:left;
	margin-left:-222px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:171px;/*needed to make room for header*/
	left:1px;
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:197px;
	float:right;
	margin-right:-196px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:241px;/*needed to make room for header*/
	left:1px;
}

#footer {
	width:100%;
	clear:both;
	height:100px; /*war 50*/
	position:relative;
	font-size:0.8em;
}
* html #footer {/*only ie gets this style*/
	\height:100px;/* for ie5 */
	he\ight:100px;/* for ie6 */
}
#clearheader{height:172px;}/*needed to make room for header*/
#clearfooter{clear:both;height:130px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */
#minHeight{float:left;width:0px;height:100%;margin-bottom:-143px;} /*safari wrapper thanks to Tim Connor*/
* html #minHeight{margin-bottom:-100px;} 

.subnav a {
	text-decoration:none;
	font-size:0.9em;
	color: #333333;
}

.subnav-active a {
	text-decoration:none;
	font-size:0.9em;
	color: #1b2a7e;
	font-weight: bold;
}

.tooltip {
	display:none;
	background:transparent url(/fileadmin/template2010/images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	margin-top:290px;
	margin-left:40px;
	padding:25px;
	color:#fff;	
}

.footerSocial {
      padding: 38px 0 0 264px;
}