/*	
	#00CCFF aqua
	#BAEC0C groen
	#CC0066 fuchsia
	#FF6600 oranje
	#9900CC paars
*/

@import "projects.css";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 0.6em;
	font-family: "Verdana", "Arial", sans-serif;
}

/* mac hide\*/
html, body {height:100%}
/* end hide */

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

hr {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {	
	color: #eee;
}

#outer {
	position: relative;
	background: #fff url(bg_bodyHome.gif) repeat-y 0 0;
	width: 763px;	
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
body.imagineic #outer {
	background: #fff url(bg_bodyIC.gif) repeat-y 0 0;
}
body.projecten #outer {
	background: #fff url(bg_bodyProjects.gif) repeat-y 0 0;
}
body.nieuws #outer {
	background: #fff url(bg_bodyNews.gif) repeat-y 0 0;
}
body.archief #outer {
	background: #fff url(bg_bodyArchive.gif) repeat-y 0 0;
}

*html #outer {
	padding-bottom: 25px;
}

*+html #outer {
	padding-bottom: 25px;
}

.clearer {
	clear: both;
}

/********** LOGO_CONTAINER **********/

#logo {
	position: relative;
	background: #fff url(logo.gif) 0 0 no-repeat;
	margin-top: 25px;
	height: 138px;
	width: 98px;
	float: left;
}

#logo h1 {
	display: none;
}

/********** LEFTCONTAINER **********/

#leftContainer {	
	position: relative; 
	margin: 0;
	padding: 0;
	width: 248px;
	float: left;
}

#leftContainer h4 {
	width: 224px;
	height: 47px;
	margin: 0 0 0 10px;
}

#leftContainer h4 span {
	visibility: hidden;
}

#leftContainer #menu {
	margin: 0 0 50px 0;
	padding: 0;
	list-style-type: none;
	width: 248px;
	text-align: right;
}

#leftContainer #menu li {
	padding: 0 10px 0 10px;
	margin-bottom: 1px;
	border-right: 4px solid #333;
}

#leftContainer #menu li#menuHome a span,
#leftContainer #menu li#menuOverImagineIC a span,
#leftContainer #menu li#menuProjecten a span,
#leftContainer #menu li#menuNieuws a span,
#leftContainer #menu li#menuArchief a span {
	visibility: hidden;
}
#leftContainer #menu li#menuhome {
	border-right: 4px solid #00CCFF;
}
#leftContainer #menu li#menuImagineIC {
	border-right: 4px solid #BAEC0C;
}
#leftContainer #menu li#menuProjecten {
	border-right: 4px solid #CC0066;
}
#leftContainer #menu li#menuNieuws {
	border-right: 4px solid #FF6600;
}
#leftContainer #menu li#menuArchief {
	border-right: 4px solid #9900CC;
}

#leftContainer #menu li a {
	display: block; 
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #000;
}

/********** CONTENT **********/

#content {
	position: relative;
	width: 384px;
	margin-left: 20px;
	float: left;
}

#content #topMenu {
	position: relative;
	text-align: right;
	padding-top: 5px;
}

#content #topMenu a {
	color: #fff;
	background: #000;
	margin: 5px;
	padding: 0 2px 0 2px;
}

#content #topMenu a:focus, #content #topMenu a:hover, #content #topMenu a:active {
	color: #000;
	background: #fff;
}

#content #imgContainer {
	position: relative;
	background: #fff url(img_home.gif) no-repeat 100% 0;
	margin: 10px 0 10px 0;
	padding-top: 157px;
	text-align: right;
}
body.imagineic #content #imgContainer {
	background: #fff url(img_ic.gif) no-repeat 100% 0;
}
body.projecten #content #imgContainer {
	background: #fff url(img_projects.gif) no-repeat 100% 0;
}
body.nieuws #content #imgContainer {
	background: #fff url(img_news.gif) no-repeat 100% 0;
}
body.archief #content #imgContainer {
	background: #fff url(img_archief.gif) no-repeat 100% 0;
}

#content #imgContainer h4 {
	width: 384px;
	height: 30px;
	margin: 0;
}

#content #imgContainer h4 span {
	visibility: hidden;
}

#content h3 {
	margin: 10px 0 5px 0;
	line-height: 19px;
	font-family: tahoma;
	font-size: 13px;
	clear: both;
}

#content h3 span {
	visibility: hidden;
}

#content h3.searchResults {
	margin: 10px 0 0 0;
	height: 20px;
	font-size: 16px;
	border-bottom: 1px solid #000;
}

#content h3.searchResults span,
#content ul li.resultLink span {
	visibility: visible; 
	color: #9900CC;
}
#content ul li.resultLink span {
	text-decoration: underline;
}
#content p span {
	visibility: visible; 
	color: #CC0066;
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	line-height: 16px;
	color: #666;
	margin: 10px 0;
}

#content ul li a.resultLink {
	position: relative;
	display: block;
	text-decoration: underline;
	background: url(pijl_zw.gif) no-repeat 0 5px;
	padding-left: 20px;
}

#content ul li a.resultLink:focus,
#content ul li a.resultLink:hover,
#content ul li a.resultLink:active {
	text-decoration: none;
}

#content h4 {
	background: url(bg_stippel.jpg) 0 0 repeat-x;
	font-size: 10px;
	font-family: "Verdana";
	text-transform: uppercase;
	height: 25px;
	margin: 20px 0 0 0;
}

#content p {
	line-height: 16px;
	margin: 0 0 20px 0;
}

#content p img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

#content p a.readMore {
	display: block;
	color: #000;
	padding-left: 22px;
	margin: 10px 0 0 0; 
	clear: both;
}
#content p a.link {
	position: relative;
	display: block;
	color: #000;
	padding-left: 22px;
	margin: 10px 0 0 0; 
	background: url(pijl_zw.gif) no-repeat 6px 5px;
	text-decoration: underline;
}

#content p a.readMore:focus, #content p a.readMore:hover, #content p a.readMore:active {
	background: #000 url(pijl_w.gif) no-repeat 6px 5px;
	color: #fff; 
}

/********** FORMS ALL **********/

#content #archive, 
#content #contactForm,
#content #projectForm {
	margin: 0 0 20px 0;
}

#content #archive fieldset, 
#content #contactForm fieldset,
#content #projectForm fieldset {
	border: 1px solid #eee;
	padding: 0 10px 5px 10px;	
}

#content #archive fieldset legend, 
#content #contactForm fieldset legend, 
#content #projectForm fieldset legend {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	color: #000;
}

#content #archive fieldset label, 
#content #contactForm fieldset label, 
#content #projectForm fieldset label {
	float: left;
	width: 120px;
	padding-top: 2px;
}

#content #archive fieldset div.row, 
#content #contactForm fieldset div.row, 
#content #projectForm fieldset div.row  {
	clear: both;
	margin: 15px 0 0 0;
}

#content #archive fieldset div.row input.formText, 
#content #contactForm fieldset div.row input.formText, 
#content #projectForm fieldset div.row input.formText {
	border: 1px solid #ccc;
	width: 200px;
}

#content #archive fieldset div.row span, 
#content #contactForm fieldset div.row span, 
#content #projectForm fieldset div.row span {
	padding: 0 15px 0 0;	
}

#content #archive fieldset a, 
#content #contactForm fieldset a, 
#content #projectForm fieldset a {
	color: #fff;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0 3px 0;
	margin: 10px 0 0 0;
	clear: both;
	display: block;
	text-align: center;
}
#content #archive fieldset a:focus,
#content #archive fieldset a:hover,
#content #archive fieldset a:active, 
#content #pressForm fieldset a:focus, 
#content #pressForm fieldset a:hover, 
#content #pressForm fieldset a:active, 
#content #contactForm fieldset a:focus, 
#content #contactForm fieldset a:hover, 
#content #contactForm fieldset a:active,
#content #projectForm fieldset a:focus, 
#content #projectForm fieldset a:hover, 
#content #projectForm fieldset a:active {
	background-color: #000;
	color: #fff;
	border: 3px solid #ccc;
} 

#content #contactForm fieldset div.row textarea {
	border: 1px solid #ccc;
	width: 200px;
	height: 100px;	
}

/********** PRESS **********/

#content #pressForm {
	margin: 0 0 20px 0;
}

#content #pressForm fieldset {
	border: 1px solid #eee;
	padding: 15px;	
}

#content #pressForm fieldset legend {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	color: #000;
}

#content #pressForm fieldset input {
	border: 1px solid #ccc;
	width: 150px;
}

*html #content #pressForm fieldset input {
	margin: 10px 0 0 0;
}

*+html #content #pressForm fieldset input {
	margin: 10px 0 0 0;
}

#content #pressForm fieldset a {
	color: #fff;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 0 0;
	clear: both;
	text-align: center;
}

/********** FOOTER **********/
#footer {
	position: relative;
	width: 245px;
	height: 17px;
	line-height: 17px;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 90%;
	color: #fff;
	text-align: center;	
	margin-top: 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:focus, #footer a:hover, #footer a:active {
	color: #000;
}

/********** MAILING **********/
#mailing {
	margin: 10px 0 0 8px;
	background: url(bg_project_up.gif) no-repeat 0 0;
	height: 30px;
	width: 229px;
	padding: 8px 0 0 5px;
}
#mailing fieldset {
	border: 0;
}
#mailing legend {
	display: none;
}
#mailing input {
	width: 140px;
	border: 1px solid #fff;
	height: 13px;
	padding: 2px;
	font-size: 10px;
	font-family: tahoma;
	margin: 1px 0 0 0;
	float: left;
}
#mailing a.buttonSubmit {
	position: relative;
	display: block;
	float: left;
	width: 55px;
	border: 1px solid #666;
	padding: 2px;
	margin: 0 0 0 5px;
	font-size: 10px;
	font-family: "Tahoma";
	background-color: #000;
	color: #fff;
	border: 2px solid #ccc;
	text-align: center;
}

#mailing a.buttonSubmit:focus,
#mailing a.buttonSubmit:hover,
#mailing a.buttonSubmit:active {
	background-color: #fff;
	color: #000;
}

.subProject {
	background: url(pijl_zw.gif) center left no-repeat;
	padding-left: 14px;
}

#pers img {
	border: 1px solid #000;
}

.stippel {
	background: url(bg_stippel.jpg) 0 -16px repeat-x;
}

/********** THUMBS ************/


#content h5.sfeer {
	position: relative;
	margin: 0 0 3px 0;
	padding: 5px;
	background-color: #EFEFEC;	
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}


#content ul.sfeerImpressie {
	list-style-type: none;
	margin: 0 0 15px 0;
	clear: both;
	float: left;
}

#content ul.sfeerImpressie li {
	margin: 0;
	background-color: #FFF;
	text-align: center;
	float: left;
}

#content ul.sfeerImpressie li.last {
	margin: 0 0px 0 0;
}

#content ul.sfeerImpressie li a {
	display: block;
	height: 92px;
	width: 92px;
	border: 2px solid #fff;
}

p a {
	text-decoration: underline;
}

#content ul.sfeerImpressie li a:focus,
#content ul.sfeerImpressie li a:hover,
#content ul.sfeerImpressie li a:active {
	border: 2px solid #000;
}

#content ul.sfeerImpressie li a img {
	border: 1px solid #fff;
}
#content #sitemap li {
	border-left: 4px solid #00CCFF;
	padding-left: 10px;
}
#content #sitemap li.imagineic {
	border-left: 4px solid #BAEC0C;
}
#content #sitemap li.projecten {
	border-left: 4px solid #CC0066;
}
#content #sitemap li.nieuws {
	border-left: 4px solid #FF6600;
}
#content #sitemap li.archief {
	border-left: 4px solid #9900CC;
}
#content #sitemap ul {
	margin-left: 30px;
}
#content #sitemap ul li {
	padding: 0;
	border: 0;
}
#content #sitemap li a {
	background: url(pijl_zw.gif) no-repeat 0 4px;
	padding-left: 15px;
}
#content #sitemap li a:focus,
#content #sitemap li a:hover,
#content #sitemap li a:active {
	color: #00CCFF;
}
#content #sitemap li.imagineic a:focus,
#content #sitemap li.imagineic a:hover,
#content #sitemap li.imagineic a:active {
	color: #BAEC0C;
}
#content #sitemap li.projecten a:focus,
#content #sitemap li.projecten a:hover,
#content #sitemap li.projecten a:active {
	color: #CC0066;
}
#content #sitemap li.nieuws a:focus,
#content #sitemap li.nieuws a:hover,
#content #sitemap li.nieuws a:active {
	color: #FF6600;
}
#content #sitemap li.archief a:focus,
#content #sitemap li.archief a:hover,
#content #sitemap li.archief a:active {
	color: #9900CC;
}
.verlaatpers {
	background: url(bg_stippel.jpg) 0 16px repeat-x;
	height: 48px;
	clear: both;
	position: relative;
	padding-top: 32px;
}