html, body {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica;
  font-size: 12px;
  color: #000;
}

body {
  background: #fff;
  padding-top: 10px;
}

#container {
  margin: 0 auto;
  width: 900px;
  background: #fff url(/gfx/zorg/bg.jpg);
  border: 1px solid #0033e4;
}

#container2 {
  background: url(/gfx/zorg/bg-boven.jpg) left top no-repeat;
}

#header {
  height: 119px;
  width: 675px;
  padding-top:12px;
  padding-left:80px;
}

#footer {
  clear: both;
  display: block;
  height: 130px;
  width: 900px;
  background: #fff url(/gfx/zorg/bg-footer.jpg);
  text-align: center;
}

#footer p {
	color:#515151;
	font-size:11px;
}

#footer a {
	color:#515151;
	text-decoration:none;
}
#footer img {
	margin-top:30px;


}
.smallfeet {
	display:block;
	width:900px;
	text-align:center;
	margin-top:96px;
}

#footerp {
margin: 0 auto;
padding: 0;
width: 900px;
font-size: 9px;
color: #9d9e9e;
}

#links {
  float: left;
  width: 185px;
  padding: 43px 15px 0 0;
}

#content {
  float: left;
  padding: 35px 60px 35px 40px;
  width: 600px;  
}

/* -------------------------------------------------------------------------------------  typografie */

img {
  border: 0;
  padding: 0 5px;
}

#content p {
  line-height: 130%;
}

#content strong {
  font-weight: 700;
}

#content h1 {
  font-size: 20px;
  font-weight: bold;
}

#content h2 {
  font-size: 18px;
  font-weight: bold;
}

#content h3 {
  font-size: 16px;
  font-weight: bold;
}

#content h4 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

#content a:link, #content a:visited {
  color: #003893;
  text-decoration: none;
}

#content a:hover {
  color: #D00321;
  text-decoration: none;
}

#footerp a {
color: #9d9e9e;
}

/* -------------------------------------------------------------------------------------  menu */

#menu-blok {
/*  color: #003893; */
  color: #000;
  font-size: 14px;
  text-align: right;
}

p.menu_1 {
  display: block;
  font-weight: bold;
  height: 18px;
  padding-top: 10px;
  margin: 0;
}

a.menu_1:link, a.menu_1:visited {
  display: block;
/*  color: #003893; */
  color: #000;
  text-decoration: none;
  height: 18px;
  padding-top: 10px;
  margin: 0;
}

a.menu_1:hover {
  color: #D00321;
}

a.menu_1-parent:link, a.menu_1-parent:visited {
  display: block;
}

a.menu_1-parent:hover {
 color: #D00321;
 color: #003893;
 text-decoration: none;
}

p.menu_2 {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

a.menu_2:link, a.menu_2:visited {
  display: block;
  font-size: 12px;
  color: #003893;
  text-decoration: none;
}
  
a.menu_2:hover {
  color: #D00321;
}

