* {
	margin:0px; padding:0px;
}

html {
	background-color:#FBFBFF;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:150%;
}

p, li, label {
	font-family:Helvetica, Arial, sans-serif;
}

/***
 * ALLGEMEIN
 ***/

.a13 { display:none; }
a { color:#0066B4;text-decoration:none; }
a:hover { text-decoration:underline; }

/***
 * STRUKTUR
 ***/
 
#shadow1 {
	width:980px;
	padding:0px; margin:0px;
	overflow:hidden;
	margin-left:20px;
	padding-left:30px;
	
	background-image:url(images/shadow_l.gif);
	background-position:left; background-repeat:repeat-y;
}

#shadow2 {
	overflow:hidden;
	padding-right:30px;
	background-image:url(images/shadow_r.gif);
	background-position:right;
}

 
#body {
	overflow:hidden;
	background-color:#FFFFFF;
	
}

/*** IE 6.x ***/

* html #shadow1 { width:980px; /* 950+30;*/ }
* html #shadow2 { width:1010px; /* 950+30;*/ }
* html #body {
	width:950px; /* 950;*/
	border:0px 0px 0px 1px solid #FFFFFF; /* Für den IE 6.x */
}

/*** /IE ***/

#head {
	margin-bottom:70px; margin-top:5px;
	overflow:hidden;
	position:relative;
}

* html #head { border:0px 0px 0px 1px solid #FFFFFF;	/* Für den IE 6.x */ }

#head-left {
	float:left;
	width:20%; height:180px;
	background-image:url(images/iqh_logo.gif);
	background-repeat:no-repeat;
	background-position:right 10px;
}

#head-right {
	float:right;
	width:76%;
	position:relative;
}

#head-text {
	height:106px;
	background-image:url(images/iqh_logo_text.gif);
	background-repeat:no-repeat;
	background-position:left 50px;
}

#head-block {
	background-color:#AFC1E5;
	height:58px; width:100%;
	background-image:url(images/head-excellence.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content {
	clear:both;
	overflow:hidden;
}

#left {
	float:left;
	width:20%;
	margin-right:5%;
}


#center {
	float:left;
	width:45%;
}

#right {
	float:right;
	width:25%;
}

#footer {
	width:100%;
	clear:both;
	height:40px;
	margin-top:50px;
	background-color:#E7EDF7;
}