html, body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #EAF6FF;
	text-align: center;
}
body>div#wrapper{
	min-height:100%;  /* Hiermee zorg je voor andere browsers dan IE dat de box 'content' tot onderaan de viewport doorloopt, ook als de inhoud eigenlijk korter is */
	height:auto; /* Hiermee laat je in de niet-IE browsers de achtergrond van de div#content doorlopen tot helemaal onderaan de pagina als de content langer is dan de hoogte van de viewport van de browser */ }
/* positie bepalen*/
#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	height: 100%;
	background-color: #CCE8FF;
	width: 85%;
	border: 1px solid black;
}
#header {
	background-image: url(plaatjes/header_anna_chirurg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 0;
	width: 100%;
	z-index: 10;
	height: 130px;
}

#menu {
	float: left;
	width: 168px;
	text-align: left;
}
#content {
   text-align: left;
	margin-left: 180px;
}
#footer {
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	width: 95%;
	border-top: 1px solid black;
}

.headlinks {
	float: left;
	border: 0;
}

.headrechts {
	float: right;
	border: 0;
}
#menu ul, #menu li {
    list-style: none;
	margin: 0;
	padding: 0;
}
#menu a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px; 
	display: block;
	background-image: url(plaatjes/button1_anna.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	margin: 5px 0;
	padding: 1px 5px 0 14px;
}

#menu a:hover {
	color: FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	width: 150px;
	margin: 5px 0;
	background-image: url(plaatjes/button2_anna.gif);
	padding: 1px 5px 0 14px;
}
a {
	color: #F90000;
	text-decoration: none;
}
a:hover {
	color: #F90000;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #006ADE;
}
h2 {
    font-weight: bold;
	font-size: 18px;
	color: #006ADE;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	color: #006ADE;
}
.center {
   text-align: center;
}
.rood {
	color: #F90000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.floatlinks {
	float: left;
	margin-right: 15px;
}
.floatrechts {
	float: right;
	margin-left: 15px;
}
.clear {
	clear: both;
}
img {
	border: 1px solid black;
	margin-bottom: 10px;
}
div.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.floatmeerdere {
    float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.geenborder {
	border: 0;
}
.border {
    border: 1px solid black;
	padding: 0 10px;
}
input, textarea {
	background-color: #EAF6FF;
	border: 1px solid black;
}
.disclaimer {
	font-size: 10px;
}
.koptekst {
    font-weight: bold;
	margin-top: 25px;
}
.koptabel {
	background-color: #66BBFF;
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.onderstreep {
    text-decoration: underline;
}
.linken{
	margin-left: -168px;
	margin-top: 150px;
}
.vraag {
    text-decoration: underline;
	font-weight: bold;
}
.roodbold {
    color: #F90000;
	font-weight: bold;
}
.bolditalic {
    font-style: italic;
	font-weight: bold;
}
.paars {
    color: #8A00FF;
}
.bg_geel {
    background-color: #FFE900;
	display: block;
}
