@charset "UTF-8";
/* CSS Document */

/* Core Elements */
* {
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
img {
  border: none;
}
a {
	color: #5d5d5d;
}
a:hover {
	color: #9d332a;
}
html {
	background-color: #e3e6ef;
	background-image: url(../imgs/bg_main.gif);
	background-repeat: no-repeat;
	width: 100%;
	color: #505e8b;
}
body {
  font: small/150% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  position: relative;
}


/* absolute pos. elements */
#header {
	width: 998px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 100px;
	background-image: url(../imgs/header_hv_bg.jpg);
}

#metanav {
wight: 500px;
text-align: right;
padding-right: 20px;
}
#metanav a {
	color: white;
	text-decoration: underline;
	padding-left: 10px;
	
}
#cqmhead {
	width: 807px;
	height: 109px;
	overflow: hidden;
	position: absolute;
	top: 155px;
	left: 155px;
	background-image: url(../imgs/cqmhead_v2.gif);
	background-repeat: no-repeat;
	line-height: 500px;
}
#link01 {
	width: 500px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 314px;
	left: 455px;
	background-image: url(../imgs/link_wasIstCqm.gif);
	background-repeat: no-repeat;
	line-height: 500px;
}
#link02 {
	width: 500px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 387px;
	left: 513px;
	background-image: url(../imgs/link_woKannIchCqmErleben.gif);
	background-repeat: no-repeat;
	line-height: 500px;
}
#link03 {
	width: 500px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 464px;
	left: 558px;
	background-image: url(../imgs/link_wasIstRemoteViewing.gif);
	background-repeat: no-repeat;
	line-height: 500px;
}
#link04 {
	width: 500px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 538px;
	left: 610px;
	background-image: url(../imgs/link_fuerCqmAbsolventen.gif);
	background-repeat: no-repeat;
	line-height: 500px;
}
#link01:hover {
 background-position: 0 -32px;
}
#link02:hover {
 background-position: 0 -32px;
}
#link03:hover {
 background-position: 0 -34px;
}
#link04:hover {
 background-position: 0 -32px;
}
