* {
  margin:				0;
  padding:				0;
}

BODY {
  background-color:		#555e87;
}

IMG {
border:					0px;
}
#container {
  background-image:		url("img/main_bg.jpg");
  position:				absolute;
  width:				746px;
  height:				667px;
  left:					50%;
  top:					50%;
  margin-left:			-373px;
  margin-top:			-333px;
  background-color:		white;

}

#header {
  position:				absolute;
  right:				90px;
  top:					38px;
}

#headerimage {
  position:				absolute;
  width:				674px;
  height:				119px;
  top:					70px;
  left:					31px;
  background-image:		url("/img/headerimage/header.jpg");
  background-position:	center;
}

#navigation {
  position:				absolute;
  left:					40px;
  top:					210px;
  list-style-type:		none;

  font-family:			arial, verdana, sans-serif;
  font-size:			12px;
  color:				#554a3e;
  font-weight:			bold;
}

#navigation A {
  text-decoration:		none; 
  color:				#554a3e;
  padding-left:			8px;
}

#navigation A:hover {
  color:				#2c2720;
}

#content {
  position:				absolute;
  top:					190px;
  width:				555px;
  left:					150px;
  height:				402px;
  overflow:				auto;
}

#contenttext {
  font-family:			arial, verdana, sans-serif;
  font-size:			12px;
  color:				#554a3e;
  padding:				19px;
  line-height:			130%;
}

#contenttext A {
  font-weight:			bold;
  text-decoration:		none;
  color:				#554a3e;
}

#contenttext A:hover {
  text-decoration:		underline;
}

#contenttext P {
  margin-bottom:		8px;
}

#contenttext H2 {
  font-size:			14px;
}

#contenttext H3 {
  font-size:			12px;
  font-style:			italic;
}

#contenttext IMG {
  margin-right:			5px;
  float:			left;
}

#pistoolschot1,#pistoolschot2 {
  position:				absolute;
  width:				49px;
  height:				43px;
  background-image:		url("/img/schot.gif");
}

TABLE,TR,TD {
  border-width:			1px;
  border-style:			solid;
  border-collapse:		collapse;
}

TD {
  padding:				4px;
  vertical-align:		top;
}

#img-left {
  position:				absolute;
  left:					30px;
  top:					440px;
  width:				116px;
  height:				110px;
}

