/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

	STYLESHEET FOR CCS1 (fonts, colors, sizes)
==============================================================================*/

/* ============================================================================= 
	STYLES FOR CONTENT
============================================================================= */

.skipmenu {
	display: none;
}

body {
	background: #669922	url(/images/layout/bg.gif) 50% 0;
}

hr {
	border: none;
	height: 1px;
	background: #91c54b;
}

h1 {
	color: #bb4200;
	font-size: 1.5em;
	margin-bottom: 10px;
}

h2 {
	color: #bb4200;
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	color: #bb4200;
	font-weight: bold;
}

#container a {
	color: #bb4200;
	text-decoration: none;
}

	#container a:hover {
		text-decoration: underline;
	}

#container {
	width: 750px;
	margin: 0 auto;	
}

#header {
	background: #fff url(/images/layout/header.gif) 0 0 no-repeat;
	height: 93px;
}
	#header #languageLink {
		padding: 7px;
		margin-left: 13px;
	}
	
	#header #headerText {
		height: 50px;
	}

		#header #headerText a {
			display: block;
			height: 50px;
		}
			
			#header #headerText a span {
				display: none;
			}
			
#content {
	background-color: #fff;
	background-position: 0 0;
	background-repeat: repeat-y;
	margin-top: 10px;
	/*color: #624d14;*/
	color: #622a14;
}

	#content #title {
		width: 100px;
		height: 135px;
		background-position: 0 0;
		background-repeat: no-repeat;
		color: #fff;
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1.5em;
		padding: 0 5px;
	}
		#content #title span {
			display: none;
		}

	#content #title,
	#content #content-left,
	#content #content-right,
	#content-one-column {
		float: left;
	}
	
	#content #content-one-column {
		width: 610px;
		padding: 10px 15px 20px;
	}
	
	#content #content-left {
		width: 298px;
		padding: 20px 2px 20px 20px;
	}
	
	#content #content-right {
		width: 290px;
		padding: 20px 15px;
	}

	
.space {
	clear: both;
	height: 1px;
}

#portucasa-startpagina #content {
	background-image: url(/images/layout/bg-4.gif);
}

#portucasa-aanbod #content {
	background-image: url(/images/layout/bg-5.gif);
}

#portucasa-over-portucasa #content {
	background-image: url(/images/layout/bg-6.gif);
}

#portucasa-reacties #content {
	background-image: url(/images/layout/bg-7.gif);
}

#portucasa-contact #content {
	background-image: url(/images/layout/bg-8.gif);
}

p.center {
	text-align: center;
}

.p-17 #content-one-column p {
	margin-top: 0px;
}

.p-17 #content-one-column h2 {
	color: #624d14;
}

blockquote {
	position: relative;
	border : 1px solid #91c54b;
	padding: 10px 30px 10px 30px;
	width: 500px;
	font-style: italic;
	background: #fff;
}

blockquote:before { 
	background: url(/images/layout/quote-open.gif) no-repeat;
	content: open-quote;
	font-size: 0px;
	display: block;	
	width: 30px;
	height: 22px;
}

blockquote p {
	padding: 0 15px;
}

blockquote p em {
	color: #bb4200;
	font-weight: bold;
}

blockquote:after {
	background: url(/images/layout/quote-closed.gif) no-repeat 100% 0;
	content: close-quote;
	font-size: 0px;
	width: 500px;
	height: 22px;
	margin-top: -15px;
	display: block;
}

/* Pagina Reacties -> In de pers */

.p-19 a.pdf {
	display: block;
	float: left;
	width: 262px;
	padding: 20px 10px;
	margin: 10px 10px 0px 5px;
	height: 105px;
	overflow: hidden;
	border: 4px solid #91C54B;
}

.p-19 a.pdf img.icon{
	float: left;
	position: relative;
	top: -10px;
}

/* contact form */

form.emailForm label {
	float: left;
	width: 100px;
	clear: both;
	font-weight: normal;
	color: #622a14;
}

form.emailForm div {
	margin: 5px 0;
}

form.emailForm select {
	margin-left: 100px;
}
form.emailForm select {
	width: 308px;
}

form.emailForm input.textinput {
	width: 200px;
}

div.message {
	border: 1px solid #669922;
	background-color: #c3ee89;
	padding: 10px 15px;
	width: 276px;
	margin: 10px 0;
	color: #669922;
}

div.error {
	border: 1px solid #622a14;
	background-color: #f4b294;
	padding: 10px 15px;
	width: 276px;
	margin: 10px 0;
}

div#map {
	float: right;
	margin-left: 10px;
}

p.notice {
	border: 1px solid #669922;
	background-color: #c3ee89;
	padding: 10px 15px;
	color: #669922;
}
