@charset "UTF-8";
/* CSS Document */

/* General */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;	
	
}
td,div,p{
color: #353534;

}
#container {
	width:1001px;
	/*width: 1043px;*/
	margin: 0 auto;
	background-image: url(../images/containerBackground4.jpg);
	background-repeat: repeat-y;

}

img {
	border: 0px;
}
a img{
	border:0px;
	
}
/* header */
#header {
	height: 182px;
	width:1001px;
}
#logo {
	float: left;
	/*width: 214px;*/
	width: 259px;
	height: 182px;
	
}
#banner2 {
	/*margin:0px 250px 0px 214px;*/
	margin:0px 205px 0px 259px;
	height: 182px;
}

#bannerRight{
	float: right;
	width: 205px;
	height: 182px;
	
}
/* sidebar left */
#sidebarLeft {
	float: left;
	/*width: 205px;*/
	width: 250px
	
}
.titleBar {
	height: 25px;
	background-image: url(../images/titleBar.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 10px;

}
/* sidebar right */
#sidebarRight {
	float: right;
	width: 205px;
	margin-left: 9px;
}
#contentContainer{
	/*margin:0px 259px 0px 214px;*/
	margin:0px 217px 0px 259px;
}
/* content */
#content {

}
#contentTitle {
	height: 25px;
	background-image: url(../images/titleBackrground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
	padding: 7px 10px 0px 10px;
	
	
}
#contentTitle h1 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	padding: 0px;
	margin: 0px;
	color: #66003d;
	font-weight: bold;
	font-size: 18px;
	/*padding-left: 10px;*/
}
a, a:visited{
	color: #66003d;
	text-decoration:underline;
}
a:hover{
	color: #66003d;
	text-decoration:none;
}
#content h2 {
	padding: 2px 0px;
	margin: 0px;
	color: #66003d;
	font-weight: bold;
	font-size: 18px;
	/*padding-left: 10px;*/
}

#content p {
	/*padding: 10px;*/
	margin: 10px 0px;
	color: #353534;

}
#contentHolder{
	padding: 7px;
}
.divider {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #66003d;
	width: 502px;
}
/* tables */
.odd td {
	background-color: #e6e6e6;
	vertical-align: top; 
}
.title td {
	background-color: #8c3175;
	color: #FFFFFF;
}	



.titleBar h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #841564;
	font-weight: bold;
}
.sidebarImg {
	width: 205px;
	height: 103px;
}
.sidebarText {
	padding-bottom: 25px;
	padding-top: 10px;
}
.sidebarText p {
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

#button {
	float: left;
	width: 214px;
	height: 182px;
	}
/* Forms */
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #7C1461;
	width: 200px;
}
.signup_input_50 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #7C1461;
	width: 50px;
}
.signup_input_25 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #7C1461;
	width: 25px;
}
.signup_input_100 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #7C1461;
	width: 100px;
}
.dropdown {
	height: 17px;
	font-size: 10px;
	border: 1px solid #7C1461;
}
.inputfield {
	height: 13px;
	font-size: 10px;
	border: 1px solid #7C1461;
}
.inputfield_133 {
	height: 17px;
	font-size: 12px;
	border: 1px solid #7C1461;
	color: #7C1461;
	width: 120px;
	padding-left: 5px;
	padding-top: 2px;
}
.inputfield_B {
	height: 17px;
	font-size: 12px;
	border: 1px solid #7C1461;
	color: #000000;
	width: 120px;
	padding-left: 5px;
	padding-top: 2px;
}
.inputfield_126 {
	height: 15px;
	font-size: 12px;
	border: 1px solid #8c3175;
	color: #8c3175;
	width: 121px;
	padding-left: 5px;
	padding-top: 2px;
}
.signup_textarea {
	border: 1px solid #7C1461;
	width: 350px;
}
.signup_textarea2 {
	border: 1px solid #7C1461;
	width: 370px;
}
.signup_textarea3 {
	border: 1px solid #7C1461;
	width:320px;
	height:160px;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #7C1461;
	font-size: 10px;
}
#formulier {
	padding-left: 10px;
	padding-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tdLeft{
	padding-right:5px;
	padding-bottom:5px;
}
.tdRight{
	padding-bottom:5px;
}
/* blog */
h4.eTitle {
	color: #66003B;
	font-size: 14px;
	margin: 10px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
.blogList {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.reaction {
	padding-bottom: 5px;
	font-size: 11px;
	border-bottom: 1px dotted #66003B;
}
.emovie {
	margin-top: 10px;
	margin-bottom: 10px;
}
.epaging {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

/* form */
.felement{
	padding-top:3px;
	height:22px;

	width: 495px;
	float:  left;
}
.fkop{
	float: left;
	width:  120px;
}
.box{
	width: 279px;
	border: 1px solid #66003B;
}
.box1{
	width: 100px;
	border: 1px solid #66003B;
}
.box2{
	width: 400px;
	height:120px;
	border: 1px solid #66003B;
}

.box3{
	width: 70px;
	border: 1px solid #66003B;

}
.box4{
	width: 150px;
	border: 1px solid #66003B;

}
.box5{
	width: 500px;
	height:240px;
	border: 1px solid #66003B;

}
.box6{
	width: 500px;
	height:60px;
	border: 1px solid #66003B;

}
.fleeg{
	height:20px;
	clear:both;
}
.fcaptcha{
	height:80px;
}
.fkop2{
	float:left;
	width:200px;
	height:20px;
}
.ftext2{
	float:left;
	width:170px;
	height:20px;
}

/* Aandoeningen: Cas 05-09-2011 */
.aandoeningen {
	background: url(../images/aandoeningen.png);
	margin: 25px 0 15px;
	width: 511px;
	height: 624px;
}
.aandoeningenLeft {
	float: left;
	width: 269px;
	height: 624px;
	overflow: hidden;
}
.aandoeningenLeft ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.aandoeningenLeft li {
	padding: 0 0 0 20px;
	
	font-family: Arial;
	font-size: 16px;
	color: #333;
}
.aandoeningenLeft a,
.aandoeningenLeft a:visited {
	display: block !important;
	height: 25px !important;
	line-height: 25px !important;
	color: #333333;
	text-decoration: none !important;
}
.aandoeningenLeft a:hover {
	color: #ffffff;
}
.aandoeningenRight {
	position: relative;
	float: left;
	background: url(../images/aandoeningenSketch.png) no-repeat;
	width: 242px;
	height: 624px;
}

.dot {
	position: absolute;
	background: url(../images/dot.png) no-repeat;
	width: 13px;
	height: 13px;
}
.dot:hover {cursor: pointer;}
#aandoening1 {
	left: 27px;
	top: 370px;
}
#aandoening2 {
	left: 93px;
	top: 370px;
}
#aandoening3 {
	left: 60px;
	top: 255px;
}
#aandoening4 {
	left: 68px;
	top: 45px;
}
#aandoening5 {
	left: 105px;
	top: 180px;
}
#aandoening6 {
	left: 165px;
	top: 283px;
}
#aandoening7 {
	left: 90px;
	top: 195px;
}
#aandoening8 {
	left: 50px;
	top: 60px;
}
#aandoening9 {
	left: 132px;
	top: 245px;
}
#aandoening10 {
	left: 168px;
	top: 450px;
}
#aandoening11 {
	left: 133px;
	top: 360px;
}
#aandoening12 {
	left: 173px;
	top: 310px;
}
#aandoening13 {
	left: 60px;
	top: 85px;
}
#aandoening14 {
	left: 105px;
	top: 298px;
}
#aandoening15 {
	left: 55px;
	top: 283px;
}
#aandoening16 {
	left: 137px;
	top: 494px;
}
#aandoening17 {
	left: 110px;
	top: 387px;
}
#aandoening18 {
	left: 110px;
	top: 356px;
}
#aandoening19 {
	left: 158px;
	top: 247px;
}
#aandoening20 {
	left: 13px;
	top: 147px;
}
#aandoening21 {
	left: 92px;
	top: 505px;
}
#aandoening22 {
	left: 165px;
	top: 150px;
}
#aandoening23 {
	left: 88px;
	top: 45px;
}
#aandoening24 {
	left: 119px;
	top: 404px;
}

.tooltip {
	/*position: absolute;*/
	display: none;
	background: url(../images/tooltip.png) no-repeat;
	/*left: -215px; top: -210px;*/
	padding: 20px 33px 0 33px;
	width: 375px;
	height: 200px;
	z-index: 99999;
	
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}

#tooltip1 { position:absolute; left: -190px;top: 160px; }
#tooltip2 { position:absolute; left: -124px;top: 160px; }
#tooltip3 { position:absolute; left: -155px;top: 45px; }
#tooltip4 { position:absolute; left: -148px;top: -170px; }
#tooltip5 { position:absolute; left: -110px;top: -30px; }

#tooltip6 { position:absolute; left: -51px;top: 72px; }
#tooltip7 { position:absolute; left: -126px;top: -15px; }
#tooltip8 { position:absolute; left: -166px;top: -150px; }
#tooltip9 { position:absolute; left: -84px;top: 33px; }
#tooltip10 { position:absolute; left: -48px;top: 237px; }

#tooltip11 { position:absolute; left: -82px;top: 149px; }
#tooltip12 { position:absolute; left: -43px;top: 96px; }
#tooltip13 { position:absolute; left: -155px;top: -124px; }
#tooltip14 { position:absolute; left: -111px;top: 84px; }
#tooltip15 { position:absolute; left: -160px;top: 74px; }

#tooltip16 { position:absolute; left: -78px;top: 285px; }
#tooltip17 { position:absolute; left: -106px;top: 180px; }
#tooltip18 { position:absolute; left: -105px;top: 146px; }
#tooltip19 { position:absolute; left: -58px;top: 38px; }
#tooltip20 { position:absolute; left: -203px;top: -62px; }

#tooltip21 { position:absolute; left: -124px;top: 295px; }
#tooltip22 { position:absolute; left: -51px;top: -60px; }
#tooltip23 { position:absolute; left: -128px;top: -168px; }
#tooltip24 { position:absolute; left: -97px;top: 196px; }
    
.tooltip h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #7b0252;
}
.tooltip a,
.tooltip a:visited {
	color: #7b0252 !important;
	text-decoration: none !important;
}
.tooltip a:hover {
	text-decoration: underline !important;
}
.followusWidget {
	padding: 3px 0px 7px;
    *padding: 15px 0px 0px;
	width: 205px;
	overflow: hidden;
}
.followusWidget ul {
    list-style: none;
    overflow: hidden;
    width: 150px;
}

.followusWidget h2 {

	margin: 0 0 5px;

	

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	text-transform: uppercase;

	color: #666;

}

ul.followusList li {

	float: left;

	margin: 0 8px 0 0;

	width: 24px;

	height: 24px;

}

