/* In deze CSS file komt alle css te staam voor de weergave op een computerscherm */


	/***** 1. RESET **********************************
	* Beginnen met een algemene basis.
	*************************************************/
@import "fix/all-reset.css";


	/***** 2. BASIS ELEMENTEN ************************
	* Basis Elementen
	*************************************************/
body {
	font: 16px/25px Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF;
}
h1 {
}
h2 {
	display:block;
	width:600px;
	margin:0px auto;
}
h3 {
	font-size : 15px;
	font-weight: normal;
}
h4{
	font-size : 15px;
	color: #ed008c;
	border-bottom: 1px solid #333;
	border-top: 1px none #333;
	border-right: 1px none #333;
	border-left: 1px none #333;
	font-weight: normal;
}
h5, h6 {
}
p {
	margin-bottom: 1em;
}
ul {
	list-style:disc;		
}
ul ul{
	list-style:circle;		
}
ol {
	list-style:decimal;
}
ol {
	list-style:lower-alpha;
}
a {
	color: #607293;
	text-decoration: none;
}
a:hover {
	color: #3C495F;
}
address {
	border-bottom: 2px solid #808080;
	padding-bottom: 1em;
}
blockquote, q, cite, blockquote strong {
	text-align:left;
	display: block;
	float: right;
	width: 250px;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	border-left: 2px solid #333;
	margin-left: 10px;
	padding-left: 10px;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
}
cite, blockquote strong {
	font-style: italic;
	font-weight:normal;
	font-size: .8em;
	padding : 0px;
	margin: 0px;
	text-align: right;
	border-left: 0px none #171717;
}
blockquote:before, blockquote:after {
	display: block;
	font-size: 200%;
	width: 50px;
}
blockquote:before {
	content: '"';
	height: 0;
	margin-left:-1px;

}
blockquote:after {
	content: '"';
	height: 50px;
}
	/***** 2.1. FORM ELEMENTEN ***********************
	* Elementen uit de FORM tag
	*************************************************/
fieldset {
	border:none;
	background: #BCBCBC;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}
fieldset input, fieldset textarea  {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}
fieldset label {
	width: 150px;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px
}
fieldset textarea {
	display:block;
}
fieldset ul.radioGroup {
	list-style: none;
	padding-left:160px;
}
fieldset ul.radioGroup label {
}
fieldset ul.radioGroup input {
	float:left;
	display:block;
}
fieldset ul.radioGroup em {
	display:block;
	position:relative;
	top:-4px;
	height:20px;
	margin-bottom:6px;
	margin-left:2px;
	font-style:normal;
}
input.submit {
}
fieldset label.invoerfout {
	background-color:#F00;
}
	/***** 3. ALGEMENE CLASSES ***********************
	* Classes voor algemeen gebruik
	*************************************************/
.clearer {
	clear:both;	
}
.youtube {
	width:400px;
	height:300px;
	display:block;
}
.vimeo {
	width: 400px;
	height:300px;
	display:block;
}


	/***** 4. BASIS LAYOUT ***************************
	* CSS om de basis layout van de site vorm te geven
	*************************************************/
#siteContainer{
	width: 100%;
	background: url(../images/body/sitebackground/menu_bg.jpg) repeat-x top;
}
#header {
	margin: 0px auto 0px;
	padding: 1px 0px 0px 0px;
	height: 80px;
	width: 870px;
}
#navigation {
	margin: 0px auto;
	padding: 0px;
	height: 26px;
	width: 870px;
}
#content {
	margin: 36px auto 0px;
	padding: 0px;
	width: 770px;
}
#footer {
}


	/***** 5. HEADER *********************************
	* Elementen in #header
	*************************************************/


	/***** 6. NAVIGATION *****************************
	* Elementen in #navigation
	*************************************************/
#navigation ol, #buttonbar ul {
	list-style:none;
}
#navigation ol li , #buttonbar ul li{
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;
}
#navigation ol li img, #buttonbar ul li img {
	margin: 0px;
	padding: 0px;
}
#buttonbar ul li img {
	margin-right: 10px;	
}
#buttonbar ul li.last img{
	margin: 0px;	
}

	/***** 7. CONTENT ********************************
	* Elementen in #content
	*************************************************/
#contentBody {
	width:600px;
	margin:0px auto;
}
.pageHeader {
	text-align:center;
	margin-bottom:7px;
	padding: 0px 50px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.pageHeader img {
	display:block;
}
#ph-home {
	padding: 0px;
	width: 770px;
}
#ph-theprintgallery {
	background:#ed008c;
}
#ph-innovatief {
	background:#662180;
}
#ph-doelgroep {
	background:#009CD6;
}
#ph-productoverzicht, #ph-wallprint , #ph-floorprint, #ph-glassprint{
	background:#BFCF00;
}
#ph-portfolio {
	background:#222;
}
#ph-aanleverspecs {
	background:#004A99;
}
#ph-contact {
	background:#479138;
}
#portfolio {
	margin-left:35px;
}
.portfolio-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	font-weight: bold;
	float:left;
	width: 95px;
	margin-top: 10px;
	margin-right: 8px;
	background-color: #222222;
	text-align: center;
}
.portfolio-item img {
	display:block;
	margin: 0px;	
}
.portfolio-item p {
	margin: 0px;	
}
.portfolio-item:last-child {
	clear:right;
}


	/***** 8. FOOTER *********************************
	* Elementen in #footer
	*************************************************/


	/***** 9. FEEDBACK *******************************
	* Feedback berichten
	*************************************************/
.message, .feedback, .error, .fatalError{
	text-align: left;
	padding: 15px 100px 15px 100px;
	margin: 5px auto;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.1em;
	width: 370px;
	min-height:70px;
}
.message {
	min-height:1em;
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	border-left: none;
	border-right: none;
	background: #C8FFBE;
}
.feedback {
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	background: #C8FFBE url(../images/feedback/normal.png) no-repeat left top;
}
.error {
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	background: #fff6bf url(../images/feedback/error.png) no-repeat left top;

}
.fatalError {
	border-top: 2px solid #FF211D;
	border-bottom: 2px solid #FF211D;
	background: #FFBFBF url(../images/feedback/fatalError.png) no-repeat left top;
}
