/*MAIN STYLES*/

/* Reset styles */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li,
fieldset, form, label, legend,
table, caption, tbody, thead, th, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	margin:0;
	padding:0;
	border: 0px;
}

/* De verschillende kleurvarianten staan onderaan de css !! */

body {
	width:100%;
	font-family: Verdana, Arial, serif;
	font-size: 12px; 
	/*font-weight: normal;*/
	line-height: 20px;
	text-align:left;
	color:#455560;
	background-repeat: repeat-x;
}

.wrapper{
	width:95%;
	height: 100%;
	margin: 0px 0 20px 0;
	padding: 0px 0px 0px 14px;
	position:relative;
	background: #fff;
	min-width: 980px;
}

.header {
	margin: 0px 0px 0px 14px;
	text-align: left;
	border-right: 1px solid #6a737b;
	font-size: 11px;
}

.home .header {height: 111px}

form {
	margin: 0 0 15px 0
}

.selector {
	float:left;
	margin: 10px 0 0 0;
	width: 250px
}

.home .selector {
	float:left;
	margin: 10px 0 0 0;
	padding: 50px;
	background: #e2eaed;
	width: 250px
}

.home .selector {
	width: 340px;
	margin: 40px 0 0 50px;
}

.home .selector select {
	font-size: 14px; 
	height: 28px; 
	width: 342px;
	border: 1px solid #ccc;
	}	

.selector select {
	border: 1px solid #ccc;
	font-size: 11px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #455560;
	width: 230px;
}

.label {
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.headerRight {
 border-left: 1px solid #6a737b;
 padding: 0 0 0 0;
 margin-left: 250px;
}

.topMenu {
	border-bottom: 1px solid #6a737b;
	height: 24px;
}

.topMenu ul {
	list-style: none outside;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}

.topMenu li {
	display: inline; 
	float: left;
	margin: 2px 8px 0 0;
	padding: 0 0 0 8px;
	font-size: 10px;
	text-transform: uppercase;
	border-left: 1px solid #6a737b;
}

a.activeLink:link, a.activeLink:visited {color: #f58025; text-decoration: none}

.titel {
	margin: 0 0 0 10px;
}


/*TABS*/
.tabMenu {
	clear: both;
	border-bottom: 1px solid #6a737b;
	border-right: 1px solid #6a737b;
	height: 23px;
	padding-top: 10px;
}

.tabMenu ul#tabs {
	list-style: none outside;
	margin: 0 0 0 10px;
	padding: 0;
}

ul#tabs li {
	display: inline; 
	float: left;
	margin: 0 1px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}

ul#tabs li a:link, ul#tabs li a:visited {
	display: block;
	color: #fff;
	background: #6a737b;
	text-decoration: none;
	padding: 1px 10px;
	border: 1px solid #6a737b;
}

ul#tabs li a:hover, ul#tabs li a:active, ul#tabs li a.selected {
	color: #fff;
	text-decoration: none;
	padding: 1px 10px;
	border: 1px solid #6a737b;
}


.contentkader {
	clear: both;
	border-left: 1px solid #6a737b;
	border-right: 1px solid #6a737b;
	border-bottom: 1px dashed #6a737b;
	/*min-height: 400px;*/
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	/*padding: 30px 20px 20px 25px;*/
	position: relative;	
}

.home .contentkader {min-height: 400px;}


div.tabContent { 
	min-height: 400px;
	/*background-color: #fff; 
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #6a737b;
	border-right: 1px solid #6a737b;
	border-bottom: 1px dashed #6a737b;*/
	padding: 10px 0px 0px 10px;
}

/*.tabContentVragen {} */
.tabContentAdvies, .tabContentAchtergrond {background: #fff; padding: 15px 10px 10px 15px; min-height: 350px}

div.tabContent.hide { display: none; }

.table {display: table; margin-bottom: 20px; width: 100%; min-height: 400px;}
.kolomLeft, .kolomRight {width:47%; padding: 1%; border: 1px solid #6a737b; background-color: #fff; margin-bottom: 10px; display: table-cell; vertical-align: top;}
.kolomCenter {display: table-cell; width: 1%}
.kolomRight {border-right: 0px}

.footer {
	text-align: left;
	border-left: 1px solid #6a737b;
	border-right: 1px solid #6a737b;
	border-bottom: 1px solid #6a737b;
	position: relative;
	padding: 5px 10px 40px 10px;
	font-size: 11px;
}

.footer p {
	margin: 0
}

.footer h3{
	color: #007ea2;
	text-transform: uppercase;
	margin: 0 0 0 0;	
}

.footer p img {vertical-align: middle; margin: 0 0 0 15px}

.logo {
	position: absolute;
	bottom: -14px;
	right: -15px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clr {
	clear:both;
  height:0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}

.fltL {
	float: left;
}

.fltR {
	float: right;
}

p {
	margin: 0 0 15px 0
}

p.mt10 {
	margin: 10px 0 15px 0
}

p.mt0 {
	margin: 0px 0 3px 0
}

.line-height-smaller {padding-bottom: 15px}
.line-height-smaller p {line-height: 1.0em;}
.kolomLeft .line-height-smaller p {padding: 0}
.line-height-smaller .urgentie {margin: -5px 0 0 0;}


div.bottomPos {
	position:absolute;
	bottom: 30px;
	left: 284px;
	margin: 0 20px 0 0;
}

.strong {font-weight: bold}

hr {
	height: 1px;
	border: 0px;
	background: #b4d3e9;
	margin: 5px 0 10px 0;
}

hr.oranje {background: #f58025}

/*LINKS*/

a, a:link	{
  color: #007ea2;	
	text-decoration:none;
}

a:visited {
  color: #007ea2;
	text-decoration:none;
}

a:hover  {
  color: #007ea2;	
	text-decoration: underline; 
}

a:active  {
  color: #007ea2;
	text-decoration:underline;
}

/*LIST*/

ol{
margin: 0px 0px 0px 22px;
padding: 0;
}

ul{
margin: 0px 0px 0px 15px;
padding: 0;
list-style: disc;
}

li{
	margin: 0px;
	padding: 0px;
	/*background: url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left: 12px;*/
}

ul ul{
margin: 0px 0px 0px 15px;
padding: 0;
list-style: circle;
}

h1{
	font-size: 25px;
	line-height: 23px;
	font-weight: normal;
	margin: 6px 0 5px 0;
}

h2{
	font-size: 16px;
	color: #455560;
}

h3{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 18px 0 -4px -10px;
	padding: 0px;
}

.NhgTitel, .NhgSub {
	color: #007ba5;
	font-size: 25px;
	line-height: 23px;
	font-weight: normal;
	margin: 6px 0 5px 0;
}

.NhgSub {font-size: 15px}

.print {
	display: none;
}

.spanRood {
	color:#d2232a
}

.spanBlauw {
	color:#056cb6
}

.kader {
 padding: 10px;
 margin: 5px 10px 15px 0;
}

.kaderGrijs {background: #ededed; border: 1px solid #ccc; padding: 10px; margin: 5px 10px 15px 0; width: 80%;}

/*TOPMENU*/
.spanTabZwart {
	background: #000000;
	padding: 4px 8px;
}

h3.stz{
	margin: 18px 0 6px -10px;
}

/*ADVIES*/
.urgentie {
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	height: 16px;
	width: 28px;
	padding: 0px 0 5px 0;
	margin: 0 0 10px 0px;
}

.kolomLeft .urgentie, .tabContentAdvies .urgentie {margin-right: 5px;}
.kolomLeft p {padding: 6px 0 0 0}

.uSmall {
	font-size: 12px; 
	font-weight: bold;
}

.u0 /*rood*/{
		background: #ed174b;
		border: 1px solid #ed174b;
}

.u1 /*oranje*/{
		background: #f58025;
		border: 1px solid #f58025;
}

.u2 /*geel*/ {
	background: #ffdd00;
	border: 1px solid #ffdd00;
}

.u3 /*groen*/ {
	background: #7dc242;
	border: 1px solid #7dc242;
}

.u4 /*blauw*/ {
	background: #00aeef;
	border: 1px solid #00aeef;
}

.u5 /*wit*/ {
	background: #fff;
	border: 1px solid #0084a9;
	color: #000;
}

.inspring1 {margin-left: 35px;}
.inspring2 {margin-left: 70px;}
.inspring3 {margin-left: 105px;}


/*TRIAGECRITERIA*/
.triageborder .urgentie{
	margin: 0;
}

.triage {
	margin: 0 0 20px 0;
	min-height: 75px;
}

#tabTriage h2, #tabVragen h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;	
	padding: 0px 20px 7px 1px;
	border-left: 14px solid #fff
}

#tabTriage ul, #tabVragen ul {
	clear: both;
	margin: 10px 0 0 35px;
	/*list-style:none;*/
	font-weight: normal;
}

#tabVragen li {
	padding-left: 10px;
}


.criteria {
	position:relative;
	width: 181px;
	background-color: #000;
	margin-top: 10px;
}

.critConTitle {
	width: 88px; 
	float: left; 
	text-align: center; 
	color: #056cb6;
	font-size: 10px; 
	text-transform: uppercase;
}

.kaderInleiding .critConTitle {
	width: 125px; }

.criteria img, .criteriaContent {
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.criteriaContent {
	padding: 0 0 0 13px; 
	margin: 0; 
	color:#fff; 
	font-weight: bold;
	font-size: 11px;
}
.critConLeft, .critConTitleLeft {
	width: 68px; 
	height: 21px; 
	text-align: center; 
	float: left; 
	margin: 0 29px 0 0;
}

.critConRight, .critConTitleRight {
	width: 68px; 
	height: 21px; 
	text-align:	center; 
	float: left;
}

.criteriaSubTekst {
	position: absolute; 
	top: 28px; 
	left: 0px;
	font-weight: bold;
	width: 200px;
	text-align: center;
}

/* TRIAGE Reanimatie rood*/
.triageReanimatie {background: url(../images/kantlijn_rood.gif) no-repeat;}
.triageReanimatie h2 {color: #ed174b;}
.triageReanimatie .triageborder {border-bottom: 2px dotted #ed174b; height: 21px;}
.triageReanimatie .criteria img {background: #ed174b;}


/* TRIAGE LevensBedreigend oranje*/
.triageLevensBedreigend {background: url(../images/kantlijn_oranje.gif) no-repeat;}
.triageLevensBedreigend h2 {color: #f58025;}
.triageLevensBedreigend .triageborder {border-bottom: 2px dotted #f58025; height: 21px;}
.triageLevensBedreigend .criteria img {background: #f58025;}

/* TRIAGE SPOED geel*/
.triageSpoed {background: url(../images/kantlijn_geel.gif) no-repeat;}
.triageSpoed h2 {color: #ffd800;}
.triageSpoed .triageborder {border-bottom: 2px dotted #ffd800; height: 21px;}
.triageSpoed .criteria img {background: #ffd800;}

/* TRIAGE DRINGEND groen*/
.triageDringend  {background: url(../images/kantlijn_groen.gif) no-repeat;}
.triageDringend h2 {color: #7dc242;}
.triageDringend .triageborder {border-bottom: 2px dotted #7dc242; height: 21px;}
.triageDringend .criteria img {background: #7dc242;}

/* TRIAGE NIET DRINGEND blauw*/
.triageNietDringend {background: url(../images/kantlijn_blauw.gif) no-repeat;}
.triageNietDringend h2 {color: #00aeef;}
.triageNietDringend .triageborder {border-bottom: 2px dotted #00aeef; height: 21px;}
.triageNietDringend .criteria img {background: #00aeef;}

/* TRIAGE Advies wit*/
.triageAdvies {background: url(../images/kantlijn_wit.gif) no-repeat;}
.triageAdvies h2 {color: #000;}
.triageAdvies .triageborder {border-bottom: 2px dotted #000; height: 21px;}
.triageAdvies .criteria img {background: #fff;}


.kolomLeft .titel, .kolomRight .titel, .tabContentAdvies .titel, .tabContentAchtergrond .titel {font-size: 150%; color: #455560; margin: 0 0 20px 0; text-transform: uppercase}
.kolomLeft .subtitel, .kolomRight .subtitel {font-size: 150%; color: #455560; margin: 30px 0 10px 0; text-transform: uppercase}

/* **** KLEUREN VOOR DE VERSCHILLENDE TEMPLATES *** */
/*GROEN - Hoofd*/
body.groen {
	background-image: url('../images/bg_groen.jpg');
}

.groen ul#tabs li a:hover, .groen ul#tabs li a:active, .groen ul#tabs li a.selected {
	background: #009590;
	border-bottom: 1px solid #009590;
}

.groen .contentkader {
	background-image: url('../images/bg_groen_content.jpg');
}

.groen h1 {
	color: #009590
}

.groen .kader {
	background: #eff8e8;
	border: 1px solid #009590
}

/*BLAUW - Neurologie psychiatrie*/
body.blauw {
	background-image: url('../images/bg_blauw.jpg');
}

.blauw ul#tabs li a:hover, .blauw ul#tabs li a:active, .blauw ul#tabs li a.selected {
	background: #012d6b;
	border-bottom: 1px solid #012d6b;
}

.blauw .contentkader {
	background-image: url('../images/bg_blauw_content.jpg');
}

.blauw h1 {
	color: #012d6b
}

.blauw .kader {
	background: #e6f0f8;
	border: 1px solid #012d6b
}

/* PAARS - Thorax_Extremiteit*/
body.paars {
	background-image: url('../images/bg_paars.jpg');
}

.paars ul#tabs li a:hover, .paars ul#tabs li a:active, .paars ul#tabs li a.selected {
	background: #731472;
	border-bottom: 1px solid #731472;
}

.paars .contentkader {
	background-image: url('../images/bg_paars_content.jpg');
}

.paars h1 {
	color: #731472
}

.paars .kader {
	background: #efddee;
	border: 1px solid #731472
}



/* GEEL - Buik-Urogenitaal */
body.geel {
	background-image: url('../images/bg_geel.jpg');
}

.geel ul#tabs li a:hover, .geel ul#tabs li a:active, .geel ul#tabs li a.selected {
	background: #fdb813;
	border-bottom: 1px solid #fdb813;
}

.geel .contentkader {
	background-image: url('../images/bg_geel_content.jpg');
}

.geel h1 {
	color: #fdb813
}

.geel .kader {
	background: #fef6e4;
	border: 1px solid #fdb813
}

/* turquoise - Trauma */
body.turquoise {
	background-image: url('../images/bg_turquoise.jpg');
}

.turquoise ul#tabs li a:hover, .turquoise ul#tabs li a:active, .turquoise ul#tabs li a.selected {
	background: #0083a9;
	border-bottom: 1px solid #0083a9;
}

.turquoise .contentkader {
	background-image: url('../images/bg_turquoise_content.jpg');
}

.turquoise h1 {
	color: #0083a9
}

.turquoise .kader {
	background: #d4eaf0;
	border: 1px solid #0083a9
}

/* GRIJS - Huid - Algemeen */
body.grijs {
	background-image: url('../images/bg_grijs.jpg');
}

.grijs ul#tabs li a:hover, .grijs ul#tabs li a:active, .grijs ul#tabs li a.selected {
	background: #959ca1;
	border-bottom: 1px solid #959ca1;
}

.grijs .contentkader {
	background-image: url('../images/bg_grijs_content.jpg');
}

.grijs h1 {
	color: #959ca1
}

.grijs .kader {
	/* background: #f0f2f3; */
	background: #f5dab3;
	border: 1px solid #f5dab3
}

/* grijs - Intoxicatie */
.kolomRight .kader {
	background: #ffffff;
	border: 1px solid #cccccc;
}

/* BEIGE - advieskaarten */
body.beige {
	background-image: url('../images/bg_beige.jpg');
}

/*.beige ul#tabs li a:hover, .beige ul#tabs li a:active, .beige ul#tabs li a.selected,*/ .beige ul#tabs li {
	background: #ebe3de;
	color: #5e6265;
	text-decoration: none;
	padding: 1px 10px;
	border: 1px solid #6a737b;
	border-bottom: 1px solid #ebe3de;
}

.beige .contentkader {
	background-image: url('../images/bg_beige_content.jpg');
}

.beige h1 {
	color: #b0aca9
}

.beige .kader {
	/*background: #ebe3de;*/
	background: #fef2ef;
	/*border: 1px solid #b0aca9;*/
	border: 1px solid #fad4d2;
}

.beige h2 {
	color: #056cb6;
	text-transform: uppercase;
}

.spanTabRood {
	background: #ed174c;
	padding: 4px 8px;
	margin-bottom: 10px
}

.spanTabBlauw {
	background: #006cb6;
	padding: 4px 8px;
	margin-bottom: 10px
}

/* ROOD - UO */
body.rood {
	background-image: url('../images/bg_rood.jpg');
}

/*.rood ul#tabs li a:hover, .rood ul#tabs li a:active, .rood ul#tabs li a.selected,*/ .rood ul#tabs li {
	background: #ed174b;
	color: #fff;
	text-decoration: none;
	padding: 1px 10px;
	border: 1px solid #6a737b;
	border-bottom: 1px solid #ed174b;
}

.rood .contentkader {
	background-image: url('../images/bg_rood_content.jpg');
}

.rood h1 {
	color: #ed174b
}

.rood h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.rood .kader {
	background: #fef2ef;
	/*background: #f5dab3;*/
	/*border: 1px solid #ed174b*/
	border: 1px solid #fad4d2;
	background-repeat: no-repeat; 
	background-position: top right; 
	padding-right: 155px;
}

.minHeight {
		min-height: 160px;
}

.rood .kaderTop {
	margin: 5px 0 0 0;
	background-repeat: no-repeat; 
	background-position: top right;
	padding-right: 135px;
}

.rood .kaderBottom {
	margin: 0px 0 15px 0;
	border-top: 0px;
	background-repeat: no-repeat; 
	background-position: top right; 
	padding-right: 135px;
}

.rood table {
	background: #fef2ef;
	position: relative; 
}


.tableOne {
	border-top: 1px solid #ed174b;
	border-left: 1px solid #ed174b;
	margin: 10px 0 30px 0;
	width: 840px;
}

.tableOne .tableHeader {
	background: #056cb6;
	color: #fff;
	font-weight: bold;
}

.tableOne .tableHeader h2 {
	color: #fff;
	text-align: center;
}

.tableOne .firstColl {
	background: #ed174b;
	border-bottom: 1px solid #fef2ef;
	text-align: center;
	color: #056cb6;
	font-size: 35px;
	font-weight: bold;
	vertical-align: top;
	padding: 25px 0 0 0;
}

.tableOne td {
	vertical-align: top;
	border-bottom: 1px solid #ed174b;
	border-right: 1px solid #ed174b;
	padding: 5px 5px 5px 10px; 
}

.tableTwo {
	border-top: 1px solid #f58025;
	border-left: 1px solid #f58025;
	margin: 10px 0 30px 0;
	width: 840px;
}

.tableTwo .tableHeader {
	background: #fff;
	color: #056cb6;
	font-weight: bold;
	font-size: 14px;
}

.tableTwo .firstColl {
	background: #f58025;
	border-bottom: 1px solid #fef2ef;
	text-align: center;
	color: #056cb6;
	xxfont-size: 35px;
	font-weight: bold;
	vertical-align: top;
	padding: 5px 0 0 0;
}

.tableTwo td {
	vertical-align: top;
	border-bottom: 1px solid #f58025;
	border-right: 1px solid #f58025;
	padding: 5px 5px 5px 10px; 
}

.imgTop {
	position:absolute;
	top: 0px;
	right: 0px;
}

.imgBottom {
	position:absolute;
	bottom: 0px;
	right: 0px;
}

/*Table lichtoranje bg*/
.pijnbeoordeling table, .abcde table, .table2014 {
	/*background: #f5dab3;*/
	background: #fef2ef;
	border: 1px solid #fad4d2; 
	width: 80%;
}

.table2014 {width: 98%; margin-top: 5px}
.table2014 td:first-child {width: 25%}


.pijnbeoordeling td, .abcde td, .table2014 td {	border-bottom: 1px solid #fad4d2; padding: 2px 3px 2px 5px;}
.pijnbeoordeling tr:last-child td, .abcde tr:last-child td, .table2014 tr:last-child td {border-bottom:0}
.pijnbeoordeling .tableHeader td {border-bottom: 2px solid #fad4d2; color: #056cb6; font-weight: bold}
.abcde .tableHeader td {border-bottom: 0px solid #999; background: #056cb6; color: #fff; font-weight: bold}
.abcde .firstcolumn {background: #f4a78d; color:#056cb6 }

.rood .tableNoBorder {background: #fff;}
.tableNoBorder td {border: 0px}

/*HOMEPAGE / HANDLEIDING*/
body.home {
	background-image: url('../images/bg_turquoise.jpg');
}

.home .contentkader {
	background-image: url('../images/bg_index_2018.jpg'); 
	padding: 30px 20px 20px 272px;
}

.home h1 {
	color: #0083a9
}

.home .kader {
	background: #0083a9;}
}

.kaderInleiding{
	background: #f8f8f8;
	border: 1px solid #fad4d2;
	padding: 10px;
 	margin: 5px 0 15px 0;
}
	
.kaderInleiding li {list-style: disc; padding-left:10px}
	
.inleiding #tabTriage h2, .inleiding #tabVragen h2 {	
	background: #f8f8f8;
	padding: 0 20px 0 0px;
	
}	
	
/*#tabVragen p {font-weight: bold}*/

th {font-weight: bold; font-style: italic; text-align: left}
td {text-align: left; border-bottom: 1px solid #b4d3e9;}
	
	
#versieInfo {
	position:absolute;
	top:90px;
	left:525px;
	z-index:100;
	width:400px;
	border:0px solid #ccc;
	color:#d2232a;
	padding:5px ;
	text-align:center;
}