/* General */

html, body {
	color: #211813;
	margin: 0;
	background: url(../images/tile.jpg) repeat;
}

h1, h2, h3, h4, h5 {
	color: #211813;
	font-family: 'Copse', serif;
	margin-top: 0;
}

h1 {
	font-size: 36px;
	line-height: 42px;
}

h4 {
	font-weight: normal;
}

body, p, ol, ul, td {
  font-family: Tahoma, Verdana, sans-serif, "Lucida Grande", Lucida;
  font-size:   14px;
  line-height: 22px;
}

a {
	color: #211813;
}

a:visited {
	color: #514E47;
}

a:hover {
	color: #5f4221;
}

ul {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.link {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.link:hover {
	background-color: #70685a;
	color: #f7f4ea;
	padding: 1px 4px 2px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none;
}

img {
	border: none;
}

/* Main */

.main {
	width: 720px;
	margin: 0 auto;
}

/* Navigation */

#nav_bar, #footer {
	padding: 16px 0;
	height: 22px;
}

#nav_bar ul li {
	list-style-type: none;
	width: 120px;
	float: left;
	text-align: center;
}

#footer ul li {
	list-style-type: none;
	width: 120px;
	float: left;
	text-align: center;
}

#footer ul #address {
	width: 360px;
}


/* Content Boxes */

.contentbox {
	padding: 50px 0;
}

#frenchbull, #italian_greyhound, #papillon, #me {
	float: left;
}

.contentlist {
	width: 500px;
	float: right;
	margin-left: 20px;
}

#contentbox_contact {
	padding-top: 50px;
}

.contenttext {
	float: right;
	width: 660px;
}

.thumb {
	float: left;
	margin-right: 10px;
}

#finaltext {
	float: left;
	width: 689px;
}

#arrow_up {
	width: 31px;
	height: 31px;
	margin: 24px 0;
	background-image: url(../images/arrow_small_up.png);
	display: inline-block;
	vertical-align: bottom;
}

#arrow_up:hover {
	background-position: 0 -31px;
}

.title, .subtitle {
	text-align: center;
}

.subtitle {
	color: #5f4221;
}

#intro_frenchbull, #intro_ears, #intro_papillon {
	height: 201px;
	width: 285px;	
	padding: 20px;
	float: right;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #2f2016;
}

#intro_frenchbull {
	background-image: url(../images/frenchbull2.jpg);
}

#intro_ears {
	background-image: url(../images/ears2.jpg);
}

#intro_papillon {
	background-image: url(../images/papillon3.jpg);
}

#beeldmerk {
	margin-right: 20px;
}

.main_diabetes {
	width: 960px;
}

#img-beeldmerk {
	width: 325px;
	height: 241px;
	float: right;
	background-image: url(../images/beeldmerk-pijl-schaduw.png);
}

#img-beeldmerk:hover {
	background-position: 0 -241px;
}

#intro_text {
	width: 350px;
	height: 241px;
	float: left;
}

#img_diary {
	height: 460px;
	width: 630px;
	border: 1px solid #baae98;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../images/chart.jpg);
	float: left;
	-moz-box-shadow: 1px 1px #eee0c5;
	-webkit-box-shadow: 1px 1px #eee0c5;
}

#note {
	margin-bottom: 20px;
}

#advantages {
	margin: 50px 0;
	text-align: center;
}

#advantages li {
	font-family: CopseRegular;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
	list-style: none;
}

.advantage_box {
	padding: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #cec1a8;
	border: 1px solid #baae98;
	-moz-box-shadow: 1px 1px #eee0c5;
	-webkit-box-shadow: 1px 1px #eee0c5;
}

.advantage_container {
	padding: 20px;
	margin-top: 50px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #cec1a8;
	border: 1px solid #baae98;
	-moz-box-shadow: 1px 1px #eee0c5;
	-webkit-box-shadow: 1px 1px #eee0c5;
}

#document, #DNA {
	float: left;
	width: 256px;
}

#learn, #breeding {
	margin: 0 330px 0 330px;
}

#improve, #genetics {
	float: right;
	width: 256px;
}

#final_remark {
	font-family: CopseRegular;
	font-size: 22px;
	line-height: 22px;
	margin-top: 50px;
	text-align: center;
}