html, body {
  width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

body {
  font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans Serif;
	font-size: 12px;
	color: #fff;
}

a {
  color: #ff878b;
	text-decoration: none;
}

a:hover {
  font-style: italic;
}

h1, h2, #headerlogo .autocad {
  font-weight: bold;
	font-size: 1.4em;
	margin: 10px 0;
}

h3, #headerlogo .ondertitel {
  font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}

p {
  margin: 0;
	padding: 0;
}

ul {
  margin-left: 20px;
}

ul li {
  margin-bottom: 8px;
	text-align: left;
}

hr {
  clear: both;
  margin: 5px 0;
	height: 0;
	border: 0;
	border-bottom: 1px solid #fff;
}

img {
  border: 0;
}

iframe {
  position: relative;
  z-index: 30;
	margin: -40px 0 -40px -60px;
}

#body_bg {
	width: 100%;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#container {
  background: transparent url("img/container_bg.png") 0 0 repeat-y;
	margin: 0 auto;
	height: 100%;
	width: 1007px;
	padding: 15px 14px 0 14px;
	position: relative;
	z-index: 10;
} 

#header, #footer {
  background: #242424;
	border-top: 1px solid #ee1c23;
	border-bottom: 1px solid #ee1c23;
	height: 130px;
	width: 1007px;
	position: relative;
}

#headerlogo {
  background: #fff;
	border: 3px solid #ee1c23;
	width: 256px;
	height: 143px;
	
	position: absolute;
	top: -9px;
	left: 216px;
	z-index: 200;
}

#headerlogo .autocad {
  color: #ee1c23;
	font-size: 2.0em;
	font-family: verdana, arial;
	font-weight: bold;
	margin-left: 10px;
}

#headerlogo .autocad sup {
  font-size: 0.4em;
}

#headerlogo .ondertitel {
  color: #565659;
	font-size: 1.4em;
	font-family: arial;
	font-weight: normal;
	margin-left: 10px;
	letter-spacing: -1px;
	float: right;
	margin: 55px 10px 0 0;
}

ul.menu1 a, ul.menu2 a {
  color: #fff;
	text-decoration: none;
}

ul.menu1, ul.menu2 {
  font-family: verdana, helvetica, arial, sans serif;
  list-style-type: none;
  padding: 0px;
  margin: 5px 0px;
	cursor: pointer;
	line-height: 15px;
}

ul.menu1 a:hover, ul.menu2 a:hover, ul.menu1 .active, ul.menu2  .active {
  color: #ee1c23;
}

ul.menu1 {
  float: right;
	width: 255px;
	margin-right: 265px;
	_margin-right: 157px;
}

ul.menu1 li {
  background: url("img/menu1_li.gif") 0 5px no-repeat;
	padding: 0 15px;
	margin: 0;
}

ul.menu1 li:hover {
  background: url("img/menu1_li_hover.gif") 0 5px no-repeat;
} 

ul.menu2 {
  width: 205px;
}

ul.menu2 li {
  background: url("img/menu2_li.gif") right 5px no-repeat;
	padding: 0 15px;
	margin: 0;
	text-align: right;
}

ul.menu2 li:hover {
  background: url("img/menu2_li_hover.gif") right 5px no-repeat;
}

#content {
  background: transparent;
	overflow: auto;
	margin-bottom: 180px;
	padding: 0 200px 0 60px;
	text-align: justify;
}

#content .text {
	padding: 20px 0 40px 0;
}

#content img {
  margin: 5px 15px;
}

#content h1, #content h2 {
  color: #ee1c23;
  margin-top: 20px;
}

#fti a {
  color: #333; 
}

#xy {
  display: none;
}
/* */
#compas {
  position: absolute;
	top: 155px;
	right: 35px;
	z-index: 11;
}

#xy {
  position: absolute;
	bottom: 165px;
	left: 40px;
	z-index: 11;
}

#footer {
  border-bottom: 0;
	height: 155px;
  position: absolute;
	bottom: 0;
	left: 14px;
	z-index: 20;
}

#footer hr {
  width: 500px;
	text-align: left;
	_margin: 0;
}

#footer .header {
  font-size: 1.0em;
	float: left;
	width: 201px;
	margin: 7px 0 2px 17px;
	_margin: 2px 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer ul {
  margin: 0;
	list-style: none;
	line-height: 13px;
	position: relative;
	float: left;
	width: 220px;
}

#footer ul li {
  background-image: none;
	font-size: 0.9em;
	text-align: left;
	margin-left: 0;
} 

#footer ul.logos {
  margin-top: -5px;
  width: 325px;
	float: right;
}

#footer ul.logos li {
  margin: 3px 0 0 7px;
	float: left;
}

#footer .cadkoop {
  width: 84px;
}

#fti {
  position: absolute;
	bottom: 20px;
	right: 30px;
}

#eelogin, #eelogout {
  color: #222;
	font-size: 0.9em;
}

