@import url("table.css");
@import url("navigation.css");
@import url("dictionary.css");

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fdfdfd;
	font-family: Verdana;
	font-size: 11px;
	color: #2369b5;
}

a {
	color: #dd4033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

h2 {
	font-size: 200%;
	color: #2369b5;
	font-weight: bold;
	letter-spacing: 2.5px;
	line-height: 1.6;
}
h3 {
	font-size: 165%;
}
h4 {
	font-size: 140%;
}

.blockDisplay {
	display: block;
/*	overflow: auto;*/
	clear: both;
}

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.clearBoth {
	clear: both;
}
.strong {
	font-weight: bold;
}
a.brochure {
	background: transparent url(/images/icons/pdf_icon.png) no-repeat scroll left center;
	padding-left: 18px;
	font-size: 12px;
}
a.external {
	background: transparent url(/images/icons/external_icon.png) no-repeat scroll right center;
	padding-right: 12px;
}
.leadIn {
	font-style: italic;
}
span.link {
	color: #dd4033;
}
span.link:hover {
	text-decoration: underline;
	cursor: pointer;
}
span.version {
	font-style: italic;
	font-weight: bold;
	color: #999;
	font-family: "MS PGothic";
}

.cursor:hover {
	cursor: pointer;
}

p.equation {
	font-family: "Times New Roman";
	font-size: 110%;
	text-indent: 20px;
	letter-spacing: 1px;
}

div#container {
	width: 900px;
	margin: 10px auto;
}

div#header {
	position: relative;
	z-index: 2;
}

/* for navigation CSS see: navigation.css */

div#headerAndBreadcrumb {
}
a#headerLogo {
	display: inline;
	clear: none;
}
a#headerLogo img {
	padding: 2px;
	margin-bottom: 8px;
}

div#slideshow {
	position: relative;
	z-index: 1;
	height: 175px;
	border: 1px solid #aaa;
}
div#slideshow p img {
	margin-top: 5px;
}
p#leftImage {
	width: 70%;
	float: left;
}
p#rightImage {
	width: 30%;
	float: right;
}
p#slideshowControl {
	position: absolute;
	left: 1px;
	top: -2px;
	margin: 0;
	padding: 1px;
	font-size: 80%;
}


div#content {
	letter-spacing: .4px;
	line-height: 1.4;
	padding-top: 2px;
	font-size: 12px;
}
div#content h2 {
	padding: 8px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #424a8c;
	background-color: #f5f5f5;
	font-size: 18px;
	font-family: "MS PGothic";
}
div#content h3 {
	margin: 20px 5px -10px 5px;
	text-transform: uppercase;
	font-family: "MS PGothic";
	font-size: 14px;
}
div#content h4 {
	margin: 10px 5px -10px 5px;
}

div#content p {
	margin: 10px 5px;
	font-family: "MS PGothic";
	font-size: 12px;
}

div.news {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	border: 1px dashed #aaa;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

div#content ul.dotted {
	list-style: disc;
	padding-left: 30px;
	margin-top: -8px;
}
div#content ol.numbered {
	padding-left: 30px;
	margin-top: -8px;
}
div#content ul.headed, div#content ol.headed {
	margin-top: 8px;
}
.supportiveImage {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 7px;
	margin-bottom: 5px;
	clear: both;
}
div.controlled {
	max-width: 60%;
}
div.leftSI {
	float: none;
	clear: none;
	width: 450px;
}
div.noFloat {
	clear: none;
	float: none;
	width: 360px;
}
div.leftSIsmall {
	float: none;
	clear: none;
	width: 400px;
	margin-bottom: 10px;
}
div.leftInline {
	width: 250px;
	float: left;
	margin-bottom: -5px;
	margin-right: 5px;
}
div.fixedWidth {
	width: 250px;
}
div.fullWidth {
	float: none;
	width: 99%;
	margin: 0 auto;
}
div.fixedWidth img {
	max-width: 100%;
}
.supportiveImage span.description,  .supportiveImage p.description{
	display: block;
	margin-top: 2px;
	padding-top: 1px;
	border-top: 1px solid #eee;
	color: #aaa;
	font-family: "MS PGothic";
}

ul#appOverview {
	width: 98%;
	margin: 0 auto;
}
ul#appOverview li {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	width: 97%;
	margin: .5%;
	padding: 1%;
	height: 170px;
	float: left;
}
ul#appOverview a img {
	float: left;
	margin-bottom: 4px;
}
ul#appOverview a img.left {
	margin-right: 30px;
}
input#searchTerm {
	border: 1px solid #ccc;
	padding: 2px;
}

div#smallLeftColumn {
	float: left;
	width: 146px;
}
div#bigRightColumn {
	float: right;
	/* Width with smallLeftColumn does not add up to 900px,
   which is correct because a margin of 4 px is good */
	width: 750px;
	font-size: 12px;
}
div#smallLeftColumn li {
	margin: 1px 0 4px 0;
	border: 1px solid #aaa;
	width: 100%;
}
div#smallLeftColumn ul li.active {
	background-color: #cfe4ff;
}
div#smallLeftColumn ul li a {
	padding: 2px 0px 2px 4px;
	display: block;
	font-family: "MS PGothic";
	font-size: 12px;
}

div.leftColumn {
	float: left;
	width: 70%;
}
div.rightColumn {
	float: right;
	width: 30%;
}
div#applications {
	position: relative;
	text-align: center;
	margin-top: 10px;
	height: 175px;
}
div#applications p {
	display: inline;
	margin: 0;
}
div#applications span {
	visibility: hidden;
	display: block;
	border: 1px solid #aaa;
	padding: 2px;
	position: absolute;
	top: 137px;
	left: 5px;
	right: 5px;
}
div#applications p:hover span {
	visibility: visible;
}

ul.applicationGallery {
	border: 1px solid #ccc;
	overflow: auto;
	margin-top: 5px;
	padding: 1px;
}
.applicationGallery li {
	float: left;
	width: 20%;
	text-align: center;
}
.applicationGallery a {
	display: block;
	padding: 15px;
}

div#specifications {
	float: right;
	width: 361px; /* zelfde breedte als foto */
	margin-left: 7px;
	margin-bottom: 5px;
	clear: both;
}
div#specifications p {
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
}
div#specifications p.head {
	text-align: center;
}
div#specifications p.secondHead {
	text-align: center;
	padding-top: 9px;
}
div#specifications p.oddRow {
	background-color: #ddd;
}
div#specifications p.evenRow {
	background-color: #eee;
}
div#specifications label {
	float: left;
	width: 47%;
	text-align: right;
	color: #444;
	font-size: 90%;
}
div#specifications span {
	float: right;
	width: 50%;
	font-size: 90%;
}

p#clientShow {
	/*width: 250px;
	height: 60px;
	padding: 0;
	margin: 0;
	margin-right: 0;
	padding-top: 12.5px;
	border: 1px solid #ccc;*/
	float: right;
}

div#footer {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
	color: #aaa;
	font-size: 90%;
}
div#footer a {
	color: #aaa;
	text-decoration: underline;
}

span.preLoad {
	display: none;
}

div#fadedBackground {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;

	filter: alpha(Opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	-khtml-opacity: .85;

	z-index: 61;
}
div#enlargedPhoto {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 50px;

	z-index: 61;
}

p.flags img {
	border: 1px solid #aaa;
	padding: 4px;
	margin: 2px 4px;
}
#content #bigRightColumn p em {
	font-size: 14px;
	font-family: "MS PGothic";
}
#container #content #bigRightColumn .dotted.headed li {
	font-family: "MS PGothic";
	font-size: 12px;
}
#container #content #bigRightColumn p {
	font-family: "MS PGothic";
}
#container #content #bigRightColumn p {
	font-size: 14px;
}

