body {
	font-family: "cambria", verdana, arial;
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
	color: #f9f9fb;
	text-decoration: none;
	
	background-color: #7cabd2;	

	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
a {
	font-family: "cambria", verdana, arial;
	
	font-style: normal;
	color: #3871a0;
	text-decoration: none;
}
a:visited {
	color: #3871a0;
}
a:hover {
	color: #000000;
}
a:active {
	color: #3871a0;
}
h1 {
	font-family: "Calibri", verdana, arial;
	font-size: 20pt;
	color: #000000;
	text-align: center;
	font-weight: 400;
}
h2 {
	font-family: "Calibri", verdana, arial;
	font-size: 16pt;
	color: #000000;
	font-weight: 400;
}
h3 {
	font-family: "Calibri", verdana, arial;
	font-size: 14pt;
	color: #000000;
	font-weight: 400;
}
h4 {
	font-family: "Calibri", verdana, arial;
	font-size: 11pt;
	color: #000000;
	font-weight: 400;
}
h5 { font-family: "cambria", calibri, verdana;
	 color: #9dce2c; 
	 font-size: 18pt;
}
h6 {
	font-family: "Calibri", verdana, arial;
	font-size: 10pt;
	color: #000000;
	font-weight: 400;
}

table, th, td {
    font-family: "cambria", verdana, arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
border-color: #7cabd2;
	background-color: #ffffff;
	opacity: 1;


}



.knop1  {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7cabd2), color-stop(1, #79bcff) );
	background:-moz-linear-gradient( center top, #7cabd2 5%, #79bcff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cabd2', endColorstr='#79bcff');
	background-color:#7cabd2;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:40px;
	line-height:40px;
width:275px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}

.knop1:hover {
	color:#000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bcff), color-stop(1, #7cabd2) );
	background:-moz-linear-gradient( center top, #79bcff 5%, #7cabd2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bcff', endColorstr='#7cabd2');
	background-color:#79bcff;
}

.knop1:active {
	color:#000000;
	position:relative;
	top:1px;
}
.rond{
-moz-border-radius: 15px;
border-radius: 15px;
}

.knopklein  {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7cabd2), color-stop(1, #79bcff) );
	background:-moz-linear-gradient( center top, #7cabd2 5%, #79bcff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cabd2', endColorstr='#79bcff');
	background-color:#7cabd2;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:30px;
	line-height:30px;
width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}

.knopklein:hover {
	color:#000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bcff), color-stop(1, #7cabd2) );
	background:-moz-linear-gradient( center top, #79bcff 5%, #7cabd2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bcff', endColorstr='#7cabd2');
	background-color:#79bcff;
}

.knopklein:active {
	color:#000000;
	position:relative;
	top:1px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

