/* Mazal van Arend style.css */


/* fonts
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Bernd Montag
 * @licenseurl: http://www.fontsquirrel.com/license/Sansation
 *
 */

@font-face {
	font-family: 'SansationLight';
	src: url('../fonts/Sansation_Light.eot');
	src: local('Sansation Light'), local('../fonts/Sansation-Light'), url('../fonts/Sansation_Light.woff') format('woff'), url('../fonts/Sansation_Light.ttf') format('truetype'), url('../fonts/Sansation_Light.svg#Sansation-Light') format('svg');
}


/* globals */
body, html { 
	margin: 0; 
	padding: 0;
	height: 100%;
}
body {
	background: #f9f7df url('../images/bg.gif') repeat-x fixed left top;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #524141;
	font-size: 13px;
	text-align: center;
	line-height: 1.6em;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .5em 0;
	font-family: 'SansationLight';
}

h1 {
	color: #7a8c19;
	font-size: 29px;
	line-height: 30px;
}
	h1 a,
	h1 a:hover {
		text-decoration: none;
		color: #7a8c19;
	}
	h1 span {
		color: #5b4645;
		font-size: 16px;
		display: block;
		margin: 0;
	}
h2 {
	font-size: 20px;
	margin-bottom: 1em;
}
h3 {
	font-weight: bold;
	font-size: 16px;
}
.logo {
	float: left;
	text-align: right;
	position: relative;
	width: 373px;
}
	.logo img {
		float: left;
	}
	.logo h1 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 226px;
	}
.hidden {
	position: absolute;
	overflow: hidden;
	text-indent: -3000em;
}
a {
	color: #7a8c19;
	text-decoration: none;
}
a:hover {
	color: #5d6b10;
	text-decoration: underline;
}
p {
	padding: 0 0 1em 0;
	margin: 0;
}

hr {
	clear: both;
	float: left;
	border: 0;
}
#content hr {
	border-bottom: 2px dotted #bcb494;
	border-top: 1px dotted #fff;
	float: none;
	margin: .5em 0 2em 0;
}
table {
	border-collapse:collapse;
}
table tbody th {
	font-weight:normal;
}
	.uneven th,
	.uneven td {
		background:#ddd9ab;
	}
	table thead.head th {
		padding-top:20px;
	}

/* layout */
#canvas {
	width: 911px;
	text-align: left;
	margin: 0 auto;
	padding: 40px 0 30px 0;
	position: relative;
}
#container {
	position: relative;
	float: left;
}
#content {
	float: left;
	width: 502px;
	margin: 100px 0 0 0;
	position: relative;
}
	#content .middle {
		background: #eae6b8;
		padding: 65px 25px 50px 25px;
		min-height: 250px;
	}
	#content .top,
	#content .bottom {
		display: block;
		height: 8px;
		width: 502px;
	}
	#content .top {
		background: url('../images/content-top.png') no-repeat 0 0;
	}
	#content .bottom {
		background-image: url('../images/content-bottom.png');
	}
#footer {
	font-size: 12px;
	float: left;
	margin: 30px -50px 0 0;
}
	#footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#footer li {
		float: left;
		margin: 0 60px 30px 0;
	}

/* navigation */
#navigation {
	font-family: 'SansationLight';
	width: 373px;
	float: left;
	margin: 0 28px 0 0;
}
	#navigation ul {
		list-style:none;
		margin: 20px 0 0 0;
		padding: 0;
		float: right;
		text-align: right;
		font-style: normal;
		font-size: 17px;
	}
	#navigation ul li {
		padding: 0 0 10px 0;
	}
	#navigation ul li a {
		padding: 2px;
		color: #7a8c19;
		line-height: 17px;
	}
	#navigation ul li.sub {
		padding-right:20px;
		font-size:15px;
		display:none;
	}
	#navigation ul li.sub.show {
		display:block;
	}
	#navigation ul li a:hover,
	#navigation ul li.current a {
		color: #fff;
		background: #5b4645;
	}

/* blocks */
.welcome {
	width: 100px;
	height: 100px;
	background: url('../images/welkom.png') no-repeat 0 0;
	position: absolute;
	top: -9px;
	right: -8px;
}
#quote {
	position: absolute;
	bottom: -18px;
	right: 530px;
	width: 321px;
}
#quote .top,
#quote .bottom {
	background: url('../images/quote-top.png') no-repeat 0 0;
	display: block;
	width: 321px;
	height: 32px;
	float: left;
}
#quote .bottom {
	background-image: url('../images/quote-bottom.png');
}
#quote .middle {
	background: #eae6b8;
	float: left;
	padding: 0 20px;
}
#quote p {
	padding-bottom:.5em;
}
#quote em {
	float: right;
	font-size:11px;
}

/* vcard */
.vcard {
	margin: 0 0 1em 0;
}
.url, .org, .country-name {
	position: absolute;
	text-indent: -3000em;
	overflow: hidden;
}
.type {
	float: left;
	width: 149px;
}
.value {
	clear: right;
}
.adr, .tel {
	clear: both;
}
.adr .value {
	float: left;
}

/* form */
form {
}
	fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	.field {
		float: left;
		clear: both;
		margin: 0 0 4px 0;
	}
	.action {
		float: right;
	}
	label {
		float: left;
		width: 139px;
		margin: 0 10px 0 0;
	}
	label.error {
		color: #f00;
		margin-left: 149px;
		width: auto;
	}
	select {
		font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		font-style: italic;
		font-size: 13px;
	}
	input[type=text],
	textarea {
		width: 295px;
		border: 1px solid #aa9e92;
		padding: 3px;
		font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		font-style: italic;
		font-size: 13px;
	}
	textarea {
		height: 130px;
	}
	.textarea {
		float: left;
		background: #fff;
		width: 295px;
		padding: 3px;
		border: 1px solid #aa9e92;
		min-height: 130px;
	}
	.disabled {
		color: #524141;
	}

/* google map */
#map-canvas {
	width:960px;
	height:550px;
	background:#ccc;
}
	#map-canvas .vcard {
		color:#000;
	}
	#map-canvas .vcard span {
		margin:0 .5em 0 0;
	}
	#map-canvas .vcard .country-name {
		clear:both;
		float:none;
	}



