/* zydell.net web typography */

/* CSS copyright 2007, Matthijs Boot; zydell.net */
/* Contact: m.boot@zydell.net or http://www.zydell.net/ */

/* You may NOT reproduce this design */
/* You are free to study the source and use techniques you learn from it */

/*

em/px conversion table

10px	0.833em
11px	0.917em

12px	1.000em

13px	1.083em
14px	1.167em
16px	1.333em
19px	1.583em
22px	1.833em
27px	2.250em
31px	2.583em	

*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
}

html>body
{
	font-size: 12px;
}

p
{
	font-size: 1em;
	line-height: 1.416em;
	margin-bottom: 1em;
}
table tr td
{
	font-size: 12px;
}
h1, h2, h3
{
	font-size: 1.167em;
	line-height: 1.214em;
	margin-bottom: 1em;
	font-family: arial, helvetica, sans-serif !important;
}

h4
{
	font-size: 1.167em;
	line-height: 1.214em;
	margin-bottom: 0;
	font-family: arial, helvetica, sans-serif !important;
}
h5
{
	font-size: 1.083em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
	font-family: arial, helvetica, sans-serif !important;
}

#content ul
{
	list-style-type: none;
	margin: 1em 0;
}
#content ul li
{
	line-height: 1.416em;
}

.float_left { 
  float: left; 
  margin: 0 17px 17px 0; 
}
.float_right { 
  float: right; 
  margin: 0 0 17px 17px; 
}

#sub_navigation li a,
#navigation li a
{
	color: black;
	font-weight: bold;
	font-size: 0.917em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

/* tijdelijke style tekstvakantiehuis*/
#huistekst
{
	font-size: 1em;
    line-height: 1.416em;
    margin-bottom: 1em;
}

#huistekst h2
{
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}
