/**
 * @naam		intex.css 
 * @version		1.0b (2009-03-30)
 * @auteur		YvK
 *
 * BESCHRIJVING *
 * ---------------------------------------------------------------------------
 * Algemene stylesheet voor de website van inTex
 * ---------------------------------------------------------------------------
 *
 * KLEUREN *
 * ---------------------------------------------------------------------------
 * ALGEMEEN
 * Grijs (75% PMS Black):		#68604B
 * 40% PMS Black:				#B3AC9A
 * Lichtgrijs (15% PMS Black):	#E4E0D8
 * Rood:						#cc071e
 * Blauw:						#000066
 * ---------------------------------------------------------------------------
 *
 * LETTERTYPES *
 * ---------------------------------------------------------------------------
 * Platte tekst:		Arial, Helvectica
 * Corps/regelafstand:	8.8pt / 16pt
 * ---------------------------------------------------------------------------
 */

/**
* ------------------------------------------------------------------------------------------------------------
* ALGEMEEN
* ------------------------------------------------------------------------------------------------------------
*/

html {
}

body {
	margin:0 auto; 
	
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 8.8pt;
	line-height: 13pt;
	text-decoration: none;
}

th, td {
	vertical-align: top;

	font-family: Arial, Helvetica, san-serif;
	font-size: 8.8pt;
	line-height: 13pt;
}

img {
	/* IE fix: a bug causes to leave 3px after an image */
	display: block;
}

a img {
	border: 0px;
}

.utiliteit {
	background-color: #9ec3df; /* PMS 543 */
}
.woningbouw {
	background-color: #ae8877; /* PMS 4725 */
}
.interieur {
	background-color: #aea500; /* PMS 398 */
}
.actueel {
	background-color: #c0143c; /* PMS 193 */
}

iframe {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/**
* ------------------------------------------------------------------------------------------------------------
* EINDE ALGEMEEN
* ------------------------------------------------------------------------------------------------------------
*/

/**
* ------------------------------------------------------------------------------------------------------------
* POSITIONERING
* ------------------------------------------------------------------------------------------------------------
*/

div#total2 {
	position: absolute;
	width: 950px;
	height: 568px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -284px;
}

 /* styles for IE 5 Mac */
div#total {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
 }
 
 /* following rules are invisible to IE 5 \*/
div#total {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -284px;
   text-align: center;
   min-width: 950px; 
 }
 /* end IE 5 hack */ 
	  
div#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 950px;
	height: 568px;
	margin: 0px auto;
}


/* ------------------------------------------------------------------------------------------------------------ */

.balk {
	width: 950px;
	height: 18px;

	text-align: center;
	background-color: #68604B;
	color: #FFFFFF;
}
.balk .content {
	width: 604px;
	float: right;
	text-align: left;
}

.balkvert {
	width: 25px;
	height: 346px;
	
	text-align: center;
	float: left;
	
}

.balkvert .balkverttekst {
	margin-top: 29px;
	padding-bottom: 25px;
	
	font-size: 8.8pt;
	line-height: 11pt;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------------------ */

.headtekst {
	padding: 0px 5px 0px 5px;
	font-size: 8pt;
	color: white;
}
.head {
	padding: 0px;
	margin: 0px;

	width: 950px;
	height: 185px;
	
	background: url('../images/algemeen/header.jpg') no-repeat;
	text-align: center;
}
.head .logo {
	padding-top: 20px;
	text-align: center;
}
.head .logo img {
	display: inline;
}

.head .beheer {
	position: absolute;
	right: 25px;
	top: 38px;
	text-align: right;
	
	font-size: 25pt;
	line-height: 19pt;
	font-weight: bold;
	color: #B3AC9A;
}

/* ------------------------------------------------------------------------------------------------------------ */

.container {
	width: 950px;
	height: 346px;
	
	padding: 0px;
	margin: 0px;
	
	clear: both;
}
.container .left {
	width: 346px;
	height: 346px;
	float: left;
	
	background-color: #E4E0D8;
}
.container .left img {
	display: block;
	width: 346px;
	height: 346px;
}
.container .content {
	width: 604px;
	height: 346px;
	float: right;
	
	color: white;
	background-color: #000000;
	
	overflow: auto;
	overflow-x: hidden;
}
.container .breedbeeld img {
	display: block;
	width: 950px;
	height: 346px;
}

.left .tekst {
	padding: 0px 0px 20px 30px;
	margin-top: 25px;
}

/* ------------------------------------------------------------------------------------------------------------ */

.beeld {
	float: right;
}
.beeld img {
	height: 346px;
	width: 579px;
}
/* ------------------------------------------------------------------------------------------------------------ */

.beeldindex {
	width: 510px;
	height: 306px;
	margin: 20px 47px 20px 47px;
}
.beeldindex .beeld {
	float: left;
	padding: 5px;
}
.beeldindex .beeld img {
	width: 90px;
	height: 90px;
	border: 1px solid black;
}

.beeldindex .beeld .unpublished {
	width: 92px;
	height: 77px;
}

.beeldindex .beeld .unpublished img {
	border: 1px solid black;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.beeldindex .beeld .unpublished a:hover img,
.beeldindex .beeld .unpublished a:active img {
	border: 1px solid white;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

.indextekst {
	width: 510px;
	height: 18px;
	margin: 2px 47px 0px 47px;
	
	text-align: right;
}

/* ------------------------------------------------------------------------------------------------------------ */

.bd {
	width: 90px;
	padding: 35px 0px 35px 0px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	
	font-weight: bold;
	color: white;
	border: 1px solid #000000;
}

/**
* ------------------------------------------------------------------------------------------------------------
* EINDE POSITIONERING
* ------------------------------------------------------------------------------------------------------------
*/

/**
* ------------------------------------------------------------------------------------------------------------
* PAGINANUMMERING
* ------------------------------------------------------------------------------------------------------------
*/

.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 1px;
	padding: 0 3px;
	border: 1px solid white;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover, .pagination span a.actief {
	border-color: #cc071e;
	color: #cc071e;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

/**
* ------------------------------------------------------------------------------------------------------------
* EINDE PAGINANUMMERING
* ------------------------------------------------------------------------------------------------------------
*/

/**
* ------------------------------------------------------------------------------------------------------------
* TEKSTEN
* ------------------------------------------------------------------------------------------------------------
*/

h1 {
	margin: 0px;
	padding: 0px;
	
	font-size: 16pt;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	line-height: 13pt;
}

.content .tekst {
	padding: 25px 100px 0px 50px;

	color: #FFFFFF;
	font-family: Arial, Helvetica, san-serif;
	font-size: 8.8pt;
	line-height: 16pt;
	text-decoration: none;
}
.content .tekst td {
	color: #FFFFFF;
}

.balktekst, .balktekst td {
	color: #FFFFFF;
}

.inactief {
	color: #68604B;
}

.FormErrors {
	color: #cc071e;
	margin: 0px 0px 5px 0px;
}

p {
	margin-top: 0px;
}

.copyright {
	margin: 0px;
	padding: 0px;
	
	text-align: left;
	font-size: 6.5pt;
	line-height: 12pt;
	color: #68604B;
	font-style: italic;
}

/* Tekstmenu: tabjes bij bewerken projecten en artikelen */
/* ------------------------------------------------------------------------------------------------------------ */

.tekstmenu {
	padding: 5px 45px 5px 45px;
}
.tekstmenuitem {
	float: left;
	margin: 0px 6px 0px 6px;
	padding-top: 4px;
	width: 100px;
	height: 20px;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

a.tekstmenuitem:link, a.tekstmenuitem:visited {
}

a.tekstmenuitem:hover, a.tekstmenuitem:active,
.actief a.tekstmenuitem:link, .actief a.tekstmenuitem:visited {
	border-left: 1px solid #cc071e;
	border-right: 1px solid #cc071e;
	border-bottom: 1px solid #cc071e;
}

/* Links */
/* ------------------------------------------------------------------------------------------------------------ */

/* standaard links */
a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover, a:active,
.actief a:link, .actief a:visited {
	color: #cc071e;
}

/* unpublished: links voor niet gepubliceerde items */
.unpublished a:link, .unpublished a:visited {
	color: #B3AC9A;
	text-decoration: none;
}
.unpublished a:active, .unpublished a:hover {
	color: #cc071e;
}

/* leftlink: links in het linkervlak */
a.leftlink:link, a.leftlink:visited {
	color: #000000;
	text-decoration: none;
}
a.leftlink:hover, a.leftlink:active,
.actief a.leftlink:link, .actief a.leftlink:visited {
	color: #cc071e;
}
/* leftlinkblue: blauwe links in het linkervlak */
a.leftlinkblue:link, a.leftlinkblue:visited {
	color: #000066;
	text-decoration: none;
}
a.leftlinkblue:hover, a.leftlinkblue:active,
.actief a.leftlinkblue:link, .actief a.leftlinkblue:visited {
	color: #cc071e;
}

/* beeldlink: links in de beeldindex */
a.beeldlink:link, a.beeldlink:visited {
	font-weight: bold;
	text-decoration: none;
}
a.beeldlink:hover, a.beeldlink:active,
.actief a.beeldlink:link, .actief a.beeldlink:visited {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
}
a.beeldlink:hover img, a.beeldlink:active img,
.actief a.beeldlink:link img, .actief a.beeldlink:visited img,
a.beeldlink:hover .bd, a.beeldlink:active .bd,
.actief a.beeldlink:link .bd, .actief a.beeldlink:visited .bd {
	border: 1px solid white;
}
a.beeldlink:hover .bd, a.beeldlink:active .bd,
.actief a.beeldlink:link .bd, .actief a.beeldlink:visited .bd {
	text-decoration: underline;
}

/* enkelproject: links voor de lijst met nummers op detailpagina van een project */
a.enkelproject:link, a.enkelproject:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.enkelproject:hover, a.enkelproject:active,
.actief a.enkelproject:link, .actief a.enkelproject:visited {
	text-decoration: underline;
}

/* copyright link */
a.cr:link, a.cr:visited,
a.cr:hover, a.cr:active {
	color: #68604B;
	text-decoration: none;
}

/**
* ------------------------------------------------------------------------------------------------------------
* EINDE TEKSTEN
* ------------------------------------------------------------------------------------------------------------
*/

/**
* ------------------------------------------------------------------------------------------------------------
* FORMULIEREN
* ------------------------------------------------------------------------------------------------------------
*/

table.form {
	width: 429px;
}

table.form td.label {
	text-align: left;
	width: 140px;
	
	color: #FFFFFF;
}
table.form td.unpublished {
	color: #B3AC9A;
}
table.form td.field {
	text-align: right;
	height: 22px;
}

table.form td.field input {
	border: 0px;
	padding: 2px;
	width: 250px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 8.8pt;
	line-height: 13pt;
}
table.form td.field textarea {
	margin: 0px;
	border: 0px;
	padding: 2px;
	width: 250px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 8.8pt;
	height: 80px;
}
table.form td.field select {
	border: 0px;
	padding: 1px;
	width: 254px;
}

.submitbutton {
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	
	font-size: 9pt;
	color: #cc071e;
	border: 1px solid #cc071e;
	background-color: transparent;
	cursor: pointer;	
}

table.lijst input {
	height: 16px;
	
	font-size: 8pt;
	border: 0px;
}

.submitbutton#hover {
}

form {
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

/**
* ------------------------------------------------------------------------------------------------------------
* EINDE FORMULIEREN
* ------------------------------------------------------------------------------------------------------------
*/

/**
* ------------------------------------------------------------------------------------------------------------
* TABELLEN
* ------------------------------------------------------------------------------------------------------------
*/

/* Lijsten */
table.lijst {
	width: 529px;
	border: 1px solid white;
}
table.lijst tr.kop {
	background-color: white;
	color: #000000;
	height: 18px;
}
table.lijst tr.odd {
	background-color: #68604B;
	color: white;
	font-size: 8.8pt;
}
table.lijst tr.even {
	color: white;
	font-size: 8.8pt;
}
table.lijst th, .lijst td {
	padding: 2px;
	padding-left: 5px;
	text-align: left;
}

/* Detailpagina project */
.projectinfo, .balkprojectinfo {
	width: 310px;
}
.projectinfo td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 8.8pt;
	line-height: 11pt;
	text-decoration: none;
	padding-bottom: 5pt;	
}
.projectinfo tr.first td {
	margin-top: -10pt;
}
.projectinfo td.label, .balkprojectinfo td.label {
	width: 102px;
}
.projectinfo td.dpunt {
	width: 8px;
}
.projectinfo td.field {
	width: 200px;
}

/**
* ------------------------------------------------------------------------------------------------------------
* EINDE TABELLEN
* ------------------------------------------------------------------------------------------------------------
*/
