body {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  background: #FFFFFF;
}

p {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  line-height: 1;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0px;
  line-height: 1;
}

a, a:active, a:hover, a:visited
{
  color: blue;
}

a:hover {
  color: #F26623;
}

#outercontainer {
  position: relative;
  margin: 0px auto 15px auto;
  width: 1052px;
  height: 900px;
  text-align: left;
}

#topbar {
  float: left;
  height: 67px;
  width: 100%;
  background: url('http://www.azngyn.nl/img/top-bar.png') no-repeat;
}

#menu {
  float: left;
  width: 70%;
  height: 50px;
  z-index: 100;
}

#menu a, #menu a:visited {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 0 20px 0 0;
	padding: 4px 0 0 0;
	width: 160px;
	height: 40px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
  color: #F26623;
}

#btnalgemeen {
  background: url('http://www.azngyn.nl/img/algemeen-button.png') no-repeat;
}
#btnalgemeen:hover {
  background: url('http://www.azngyn.nl/img/algemeen-button-hover.png') no-repeat;
}

#btnpatienten {
  background: url('http://www.azngyn.nl/img/patienten-button.png') no-repeat;
}
#btnpatienten:hover {
  background: url('http://www.azngyn.nl/img/patienten-button-hover.png') no-repeat;
}

#btnopleiding {
  background: url('http://www.azngyn.nl/img/opleiding-button.png') no-repeat;
}
#btnopleiding:hover {
  background: url('http://www.azngyn.nl/img/opleiding-button-hover.png') no-repeat;
}

#navigatie {
  float: right;
  text-align: right;
  width: 28%;
  padding: 18px 15px 0 0;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #F26623;
}

#navigatie a, #navigatie a:visited {
  display: inline;
  text-align: right;
  text-decoration: underline;
  margin: 0;
  font-size: 12pt;
  color: #F26623;
}

#navigatie a:hover {
  color: #782059;
}

#contenttop {
  float: left;
  width: 100%;
  height: 15px;
  background: url('http://www.azngyn.nl/img/patienten-top-box.png') no-repeat;
}

#contentcontainer {
  float: left;
  width: 100%;
  background: url('http://www.azngyn.nl/img/patienten-middle-box.png') repeat-y;
}

#contentbottom {
  float: left;
  width: 100%;
  height: 15px;
  background: url('http://www.azngyn.nl/img/patienten-bottom-box.png') no-repeat;
}

#left {
  float: left;
  min-height: 450px;
  width: 220px;
  padding: 0 10px 0 25px;
}

#submenu {
  float: left;
  width: 220px;
  min-height: 250px;
  border-right: 4px solid #782059;
  z-index: 100;
  /*
    Algemeen: #01A8E0;
    Patienten: #782059;
    Opleiding: #CF1974;
    Oranje: #F26623;
  */
}

/* IE only */
* html #submenu {
  height: 250px;
}

#submenu a, #submenu a:visited {
  display: block;
  line-height: 1.8;
  width: 210px;
  color: #F26623;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#submenu a:hover {
  background: #782059;
  color: #FFFFFF;
}
*/

#links {
  position: relative;
  top: 15px;
  padding: 0 0 15px 0;
}

#links a, #links a:visited {
  display: block;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.6;
}

#quote {
  position: relative;
  width: 220px;
  height: 250px;
  padding: 20px 0 5px 0;
  overflow: hidden;
  font-family: Lucida Sans Unicode, Lucida Grande, Impact, sans-serif;
  font-style: italic;
  font-size: 28px;
  text-align: center;
  line-height: 1em;
  color: #F26623
}

#content {
  float: left;
  width: 760px;
  padding: 0 10px 0 10px;
  color: #000000;
  text-align: left;
  overflow: auto;
}

#footer {
  float: left;
  width: 1022px;
  padding: 5px 15px 0 15px;
}

#footer span {
  float: right;
}