/* CSS Document */

/* The start of the doc */
/* This container sizes the doc and places it in the middle */
#standard {
  background-color: #000000;
  font-family: Verdana;
  font-size: 13px;
  color: #ffffff;  
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Verdana;
	background-repeat: no-repeat;
	background-color: #1D0070;
	background-image: url(../images/bg.gif);
}

#credits {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Verdana;
	background-repeat: no-repeat;
	background-color: #1D0070;
	background-image: url(../images/bg6.gif);
}

#nws_container {
	background: #000000 url("../images/bg.gif") no-repeat;
  margin: auto;
  width: 800px;
  height: 600px;
  position: relative;
}
#nieuwsbrieven {
	position:absolute;
	left:200px;
	top:130px;
	width: 171px;
}
#menu {
  position:absolute;
  left:20px;
  top:40px;
}
#carr_banner {
  position: absolute;
  top: 260px;
  left: 600px;
}

#logo {
	background-color: transparent;
	color: transparent;
	border-color: transparent;
}