*{
	font-size: 30px;
}
body {
	font-family: Calibri, verdana, sans-serif;
	color: #333;
	font-size: 36pt;
	background-color: #F6F6F6;
	background-image: url(ImageZ/cachalote_background.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0px;
}
#container {
	width: 99%;
	border-collapse: collapse;
}
.clearfloat { /* dit exemplaar van class moet op een element div of break zijn geplaatst en dient het laatste element te zijn vóór de afsluiting van een container (hoofdobject) die op zijn beurt een zwevend object volledig dient te bevatten */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.LogoFloat {
	float:right;
}
a:link,a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#000066;
	text-decoration: none;
}
.logofloat {
	border-style: none;
	-moz-box-shadow: -10px 10px 10px 0px #333333;
	-webkit-box-shadow: -10px 10px 10px 0px #333333;
	box-shadow: -10px 10px 10px 0px #333333;
	float: right;
	width: 222px;
	height: 150px;
	/* [disabled]margin: 5px; */
	/* [disabled]z-index: 9999; */
}
#header{
	float: left;
	width: 100%;
	height: 122px;
	background-color: #00FF00;
	color: #fff;
	top: 0px;
}
#bottom {
    height: 100%;
    border-collapse: collapse;
}
#TriangleDiv {
	float: right;
	position: relative;
	top: -20px;
}
.TaakActief {
	color: #0066FF;
}
.TaakTelaat {
	color: #FF0000;
}
.TaakAfgerond {
	color: #009900;
}
.Cons_Hilite {
	font-weight: bold;
	font-size: 24pt;
}
.MainDiv {
	position: absolute;
	top: -25px;
	width: 100%;
	/* [disabled]margin: 0; */
	left: 0px;
}
.MainFrame {
	position: relative;
	top: -30px;
	width: 100%;
	height: 750px;
	border-style: none;
	margin: 0;
}
.ContentFrame {
	height: 690px;
	width: 100%;
	border-style: none;
	margin: 0;
}
.WebcamFrame {
	width: 100%;
	height: 680px;
	border-style: none;
	margin: 0;
	overflow: auto;
}
.WebcamContentFrame {
	border-style: none;
	margin: 0;
	width: 100%;
	height: 625px;
	overflow: auto;
}
.LangTable {
	width: 700px;
	border-style: none;
	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
.LangTableText {
	font-size: 36px;
}
.BtnSmall {
	font-size: 20px;
	background-color: #CCC;
}
.InfoDiv {
	position: relative;
	top: -20px;
	
}
.Italic {
	font-style: italic;
	color: #F00;
}
.urltext {
	font-size: 48px;
}
.InfoDiv {
	font-size: 36px;
}
.Text_xx_small {
	font-size: medium;
}
.Text_small {
	font-size: small;
}
.Text_xxl {
	font-size: 36px;
	font-weight: bold;
}
.ttt {
	font-size: 36px;
}
.HeadText1 {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}
.HeadText2 {
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
}
.Text_Caption {
	font-size: 24px;
	font-style: italic;
}
.Emergency {
	font-weight: bold;
	color: #F00;
	background-color: #FF9;
	font-size: larger;
}
.Cell_Opaque {
	background: rgba(192,192,192,0.4);
}
