/* =================================== */
/*   Styles for praktijkschoutsen.nl   */
/* =================================== */

/**
   GLOBAL STYLES
**/

* {
	margin: 0;
	/** Zero out the browser specific margins **/
	padding: 0;
	/** and padding **/
}

body {
	color: #000000;
	background-color: #fff;
	background-image: url(/assets/images/bg.jpg);
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	padding-bottom: 200px;
}

a:link,
a:visited {
	color: #93752D;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #990000;
	text-decoration: underline;
}

img {
	border: none;
	display: block;
	/* Images are by default displayed inline - which might cause padding below the image, because of line-height */
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/**
   LAY-OUT
**/

#shadowholder {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: url(/assets/images/shadow_bg.gif) no-repeat bottom;
}

#column {
	width: 620px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: url(/assets/images/branding.jpg) no-repeat top;
	background-color: #FFF;
}

#main {
	width: 620px;
	padding: 0 0 0 0;
	margin: 0;
}

#siteowner {
	margin: 50px 0 0 0;
	padding: 0;
	background-color: #9F8B68;
}

#siteowner img {
	margin: 0;
	padding: 0;
	border-style: none;
}

#main div.floatsholder {
	width: 620px;
	background-color: none;
	margin: 15px 0;
	padding: 0;
	clear: both;
}

#main div.floatsholder img.logofltl {
	float: left;
	margin-left: 18px;
	margin-right: 8px;
	margin-top: 15px;
}

.cycle-slideshow {
	margin: 30px 0;
}

/**
   TYPOGRAPHY
**/

p {
	font-size: 0.8rem;
	line-height: 20px;
	margin-right: 30px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

h1 {
	color: #939393;
	font-size: 1.1rem;
	margin: 30px 15px;
}

h2 {
	color: #939393;
	font-size: 1rem;
	margin: 30px 10px 10px 15px;
}

h3 {
	color: #a08a68;
	font-size: 0.8rem;
	margin: 20px 15px 10px;
}

h4 {
	color: #a08a68;
	font-size: 0.8rem;
	margin: 25px 10px -0.8rem 15px;
}

.smallprint {
	margin-top: 12px;
	color: #999999
}

ul {
	margin-top: 10px;
	padding-right: 70px;
	margin-bottom: 18px;
}

li {
	font-size: 13px;
	line-height: 20px;
	margin-left: 50px;
}

#main table {
	margin-right: 10px;
	margin-left: 10px;
}

#main td {
	font-size: 13px;
	line-height: 20px;
}

.subheading {
	color: #9F8B68;
	font-weight: bold;
}


/**
	 MAPS
**/

/* Make the blue outlines of hotspot areas in image maps disappear */
a,
img {
	outline: none;
}

map>area,
map>area:active,
map>area:focus {
	outline: none;
	border: 0;
}