/* ------------------------------------ *
 * CSS                                  *
 * Author  : S. Meijer                  *
 * Company : AG Nova Architecten        *
 * Website : AGN v 1.0                  *
 * ------------------------------------ */


/** ---------------------------------------------------------
/**
/**    Global
/**
/** --------------------------------------------------------- */

*{
	padding:0;
	margin:0;
}

html, body, button, input, option, select, textarea, td, th {
	color: black; /* #666 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	margin: 0;
}

body {
    font-size: 10pt;
    color: black;
    margin: 0;
    padding: 0;
    text-align: left;
}

.PageBreak {
FONT-SIZE: 1px; 
PAGE-BREAK-AFTER: always; 
HEIGHT: 1px; 
BACKGROUND-COLOR: rgb(192,192,192);
}

h1,h2,h3,h4,h5,h6 {
color: black; /* #CCC */
display: inline;
}
	
h1 {}
h2 {}
h3 { font-size: 11pt; font-weight: normal;  }
h4 { font-size: 11pt; font-weight: bold; }
h5 { font-size: 13pt; font-weight: normal; } 
h6 { font-size: 13pt; font-weight: bold; }

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

a {}
a:hover {}
a.tip, a.tip:hover {}
.external_link {}
a.more {}
a.more:after {}
a.more:hover {}

ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; }

/*
 *   ContainerWrapper and Container
 */

#containerWrapper {
	position: relative;
	width: 160mm;
	height: 250mm;
}

#container {
	width: 160mm;
}

#content {
	position: relative;
	top: 20mm;
	vertical-align: top;
}

#content h1 {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10mm;
	float: none;
}
#content h2 {
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 5mm;
}
#content h1,
#content h2 {
	margin-top: 15mm;
	color: black;
	letter-spacing: 1mm;
}

	
#content a{
	text-decoration: none;
	color: black;
	font-style: normal;
}

#content ul, #content li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* header */
hr.breaker {
	display: block;
	position: absolute;
	top: 50mm;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid gray;
}

#currentlocation {
	position: absolute;
	font-size: 8pt;
	top: 45mm;
	clear: both;
}

#currentdate {
	position: absolute;
	font-size: 8pt;
	top: 45mm;
	right: 0;
	text-align: right;
	clear: both;
}
	
.printLogo {
	position: absolute;
	top: 0mm;
	left: 0mm;
	visibility: visible;
	width: 160mm;
}

.printContact {
	font-size: 8pt;
	position: relative;
	left: 70mm;
	top: 20mm;
}
.printContact .adress {
	display: block;
	width: 40mm;
	float: left;
}
.printContact .other {
	display: block;
	width: 50mm;
	float: left;
}

#mainMenu {
	position: absolute;
	top: 20mm;
}

#mainMenuInner {
	height: 10mm;
	vertical-align: bottom;
}
	
#mainMenu ul, #mainMenu li {
	list-style: none;
	float: left;
}

#mainMenu a {
	text-decoration: none;
	color: black;
	margin-right: 4pt;
}
	
#printFooter {
	position: relative;
	top: 50mm;
	left: 0mm;
	height: 20mm;
	width: 100%;
	
	font-size: 8pt;
	border-top: 1px solid gray;
	padding-top: 3mm;

}

#page_TextContainer {
	margin-top: 5mm;
}

form { 
	visibility: hidden;
}

.BigCatButtons,
#topMenu,
#subMenu,
#footer,
#logo {
	visibility: hidden;
}


#project_PageTextBox,
#project_PageNumbers,
 {
	visibility: hidden;
}

#project_GegevensImgBig img {
	position: absolute;
	top: 15mm;
	display: block;
	width: 80mm;
}
#project_GegevensImgTumbs {
	position: absolute;
	display: block;
	top: 90mm;
	width: 80mm;
	height: 20mm;
	overflow: hidden;
}

#project_GegevensImgTumbs ul, #project_GegevensImgTumbs li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.projectTumbImg {
	margin: 0;
	padding: 0;
	float: left;
}

#project_PageText {
	display: block;
	position: absolute;
	top: 15mm;
	left: 90mm;
	width: 70mm;
	text-align: justify;
}