
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: black;
	background: white;

	scrollbar-face-color : #D90400;
	scrollbar-highlight-color : #E2E2E2;
	scrollbar-3dlight-color : #8C8C8C;
	scrollbar-shadow-color : #8C8C8C;
	scrollbar-darkshadow-color : #8C8C8C;
	scrollbar-track-color : #E2E2E2;
	scrollbar-arrow-color : #E2E2E2;

	filter:Progid:DXImageTransform.Microsoft.Gradient(startColorStr='#8C8C8C', endColorStr='#E2E2E2',gradientType='0');
}

h1 {
	font-size: 16px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

table {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}

div {
	/*border: 1px solid black;*/
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -380px;
	height: 515px;
	width: 760px;
	overflow: hidden;
}

.center_hor .back_image {
	position: absolute;
	top: 97px;
	left: 0px;
	height: 398px;
	width: 760px;
	border-bottom:1px solid black;
	background: url(/visuals/vrouwenarts.nl_v5.jpg) top left no-repeat;
}


.center_hor_vervolg {
	position: absolute;
	top: 20px;
	bottom: 40px;
	left: 50%;
	margin-left: -380px;
	height: expression(document.body.clientHeight - 60 + "px");
	width: 760px;
	overflow: hidden;
	border:1px solid black;
	/* background: white url(/visuals/background_vervolg_05.jpg) repeat-y top right; */
	background: white url(/visuals/vrouwenarts.nl_v5_vervolg.jpg) bottom left no-repeat;
}


.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 760px;
	height: 97px;
	border-bottom:1px solid black;
	background: url(/visuals/background_03.jpg) no-repeat 0px 1px;
}

.topbar .logo {
	position: absolute;
	top: 4px;
	left: 81px;
	width: 226px;
	height: 70px;
	background: url(/visuals/logoMVDrood.jpg) no-repeat 0px 0px;
}

.topbar_vervolg {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 760px;
	height: 97px;
	background: white url(/visuals/vrouwenarts.nl_v4_03.jpg) no-repeat top right;
	border-bottom: 1px solid black;
}

.topbar_vervolg .logo {
	position: absolute;
	top: 4px;
	left: 81px;
	width: 226px;
	height: 70px;
	background: url(/visuals/logoMVDrood.jpg) no-repeat 0px 0px;
}

.bottombar {
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 20px;
	height: 39px;
	width: expression(document.body.clientWidth - 20 - 20 + "px");
	text-align:center;
	background: none;
}


.menu_block .menu_block {
	position: relative;
	margin-left: 10px;
}


.center_hor .lower_menu {
	position: absolute;
	top: none;
	left: 0px;
	bottom: 0px;
	width: 760px;

	height: 17px;
	font-size: 10px;
	text-align:center;
}

.center_hor_vervolg .lower_menu {
	position: absolute;
	top: none;
	bottom: 0px;
	left: 0px;
	width: 760px;

	height: 17px;
	font-size: 10px;
	text-align:center;
}

.lower_menu a:link, .lower_menu a:visited, .lower_menu a:active, .lower_menu a:hover {
	text-decoration: none;
	cursor: pointer;
}

.lower_menu .menu_item_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 5px;
}

.lower_menu .menu_item_2 {
	position: absolute;
	top: 0px;
	left: 182px;
	width: 182px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 5px;
}

.lower_menu .menu_item_3 {
	position: absolute;
	top: 0px;
	left: 365px;
	width: 183px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 5px;
}

.lower_menu .menu_item_4 {
	position: absolute;
	top: 0px;
	left: 549px;
	width: 209px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 5px;
}

/*
.center_hor .content {
	position: absolute;
	top: 97px;
	left: 90px;
	bottom: 20px;
	padding: 15px 15px 15px 395px;
	width: 259px;
	overflow: auto;
}
*/

.center_hor .content {
	position: absolute;
	top: 97px;
	left: 90px;
	bottom: 20px;
	padding: 15px 15px 15px 35px;
	width: 620px;
	overflow: auto;
}

.center_hor_vervolg .content {
	position: absolute;
	top: 97px;
	left: 90px;
	bottom: 0px;
	padding: 15px 15px 15px 35px;
	width: 620px;
	overflow: auto;
}


.content h1 {
	font-size: 12px;
}

.module_block {
	background: #eeeeee;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	heigth: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
	font-size: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {

}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.radiobutton {
	width: 25px;
	border: none;
	background: none;
}

.zoeken
{
	position:absolute;
	top:79px;
	left:500px;
	width: 256px;
	background:#E0E0E0;
	border-top: 1px solid black;
	padding:0px;
	margin:0px;
}

.zoeken input
{
	width:100px;
	height:15px;
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	padding:0px 0px 0px 3px;
	margin:0px;
	border:0px;
	background:url(/visuals/arrow_right.gif) no-repeat center right;
}

.zoeken .zoeken_text
{
	width:156px;
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	background: white;
	height:15px;
}



/**************** top menu coding *****************/
#menu_top
{
	position: absolute;
	left:99px;
	top:80px;
}

#menu_top ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 100px;
	float: left;
}

#menu_top a, #menu_top h2
{
	font: bold 10px verdana, arial, helvetica, sans-serif;
	display: block;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
	padding:3px 3px 2px 3px;
}

#menu_top h2.X,
#menu_top a.X,
#menu_top a.X:visited,
#menu_top a.X:active
{
	background:url(/visuals/arrow_down.gif) no-repeat center right;
}

#menu_top h2.X:hover,
#menu_top a.X:hover
{
	color: #a00;
	cursor:default;
	background:#fff url(/visuals/arrow_down.gif) no-repeat center right;
}


#menu_top a
{
	color: #000;
	background: #E0E0E0;
	text-decoration: none;
}

#menu_top a:hover
{
	color: #a00;
	background: #fff;
}

#menu_top li
{
	position: relative;
}

#menu_top ul ul
{
	position: absolute;
	z-index: 999;
}

#menu_top ul ul ul
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#menu_top ul ul,
div#menu_top ul li:hover ul ul,
div#menu_top ul ul li:hover ul ul
{
	display: none;
}

div#menu_top ul li:hover ul,
div#menu_top ul ul li:hover ul,
div#menu_top ul ul ul li:hover ul
{
	display: block;
}


/**************** top menu coding (IE) *************/









/**************** left menu coding *****************/

.center_hor .menu_left_bg {
	position: absolute;
	top: 98px;
	left: 1px;
	width: 88px;
	padding-right:10px;
	height:397px;
	background:#e0e0e0;
	border-right:1px solid black;
//	overflow:auto;
}

.center_hor_vervolg .menu_left_bg {
	position: absolute;
	top: 98px;
	bottom:1px;
	left: 0px;
	width: 89px;
	padding-right:10px;
	height: expression(document.body.clientHeight - 29 - 29 - 50 - 50 + "px");
	background:#e0e0e0;
	border-right:1px solid black;
//	overflow:auto;
}

#menu_left
{
	position: absolute;
	top:113px;
	left:0px;
	width:100px;
}

#menu_left a.last, #menu_left h2.last
{
	font: bold 10px verdana, arial, helvetica, sans-serif;
	display: block;
	border: 1px solid black;
	margin: 0;
	padding:3px 3px 2px 3px;
}

#menu_left a, #menu_left h2
{
	font: bold 10px verdana, arial, helvetica, sans-serif;
	display: block;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	margin: 0;
	padding:3px 3px 2px 3px;
}

#menu_left a
{
	color: #000;
	background: #E0E0E0;
	text-decoration: none;
	left:10px;
	top:5px;
}

#menu_left h2.X,
#menu_left a.X,
#menu_left a.X:visited,
#menu_left a.X:active
{
	background:url(/visuals/arrow_right.gif) no-repeat center right;
}

#menu_left h2.X:hover,
#menu_left a.X:hover
{
	color: #a00;
	cursor:default;
	background:#fff url(/visuals/arrow_right.gif) no-repeat center right;
}

#menu_left a:hover
{
	color: #a00;
	background: #fff;
}

#menu_left .X_empty
{
	position: relative;
	width:50px;
	height:17px;
	border-left:1px solid black;
}

#menu_left li
{
	position: relative;
	background: #E0E0E0;
}

.center_hor #menu_left ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
	top: 0px;
	left: 100%;
	width: 100px;
}

.center_hor #menu_left ul ul,
.center_hor #menu_left ul ul ul,
.center_hor #menu_left ul ul ul ul,
.center_hor #menu_left ul ul ul ul ul
{
	position: absolute;
	margin: 0px 0px 0px -1px;
	top: 0px;
	z-index: 500;
	left: 100%;
	width: 180px;
}

.center_hor_vervolg #menu_left ul
{
	list-style: none;
	margin: 0px 0px 0px -1px;
	padding: 0;
	float: left;
	top: 0px;
	left: 100%;
	width: 101px;
}


.center_hor_vervolg #menu_left ul ul
{
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	z-index: 500;
	left: 100%;
	width: 180px;
}

.center_hor_vervolg #menu_left ul ul ul,
.center_hor_vervolg #menu_left ul ul ul ul,
.center_hor_vervolg #menu_left ul ul ul ul ul
{
	position: absolute;
	margin: 0px 0px 0px -1px;
	top: 0px;
	z-index: 500;
	left: 100%;
	width: 180px;
}

div#menu_left ul ul,
div#menu_left ul li:hover ul ul,
div#menu_left ul ul ul,
div#menu_left ul ul li:hover ul ul
{
	display: none;
}

div#menu_left ul li:hover ul,
div#menu_left ul ul li:hover ul,
div#menu_left ul ul ul li:hover ul
{
	display: block;
}


/**************** top menu coding (IE) *************/

