/****************************************************************************************************
Author	:	Ruth Verraes
Email		:	ruthverraes@hotmail.com
Website	:	http://www.ruthverraes.com
****************************************************************************************************/
*  { margin: 0; padding: 0; clip: rect(auto auto auto auto) }

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #D5D393;
	text-decoration: none;
}
a:active {
	color: #D5D393;
	text-decoration: none;
}

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body {
	background: #FAFAFA;
	color: #555;
	font-family: Arial, Helvetica, "bitstream vera sans", sans-serif; 
	font-size: 10pt;
}

/****************************************************************************************************
Begin Header
****************************************************************************************************/
#header   { margin: 0 auto; width: 760px; height: 80px; border-style: none; border-color: lime }

#header h1   { color: #555; font-size: 300%; text-align: right; letter-spacing: 0px; margin-bottom: -10px; padding: 10px }

#header h2     { color: #555; text-align: right; letter-spacing: 0px }

#header .active
   { color: #D5D393; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; list-style-type: none; list-style-image: none; margin: 0 auto; width: 750px; height: 50px; border-right: medium none }

#navigation li
 { list-style-type: none; list-style-image: none; width: 124px; float: left }

#navigation a
  { color: #555; line-height: 50px; text-align: center; display: block }

#navigation a:hover
    { color: #555; background: #FAFFE7 }

#navigation .active
   { color: #D5D393; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content {
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 751px;
}

#content h1  { border-bottom: 1px dashed #999; font-size: 20px; padding: 20px 0 0}

#content p {
	padding: 20px 20px 0 20px;
}
#content .nonhtml { }
/****************************************************************************************************
Begin Footer
****************************************************************************************************/
#footer {
	border-top: 1px solid #999; 
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 751px;
}
#footer .active {
	color: #D5D393;
	text-decoration: none;
}
/****************************************************************************************************
subpagina's
****************************************************************************************************/
#subpagina  { 
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 751px; }

#subpagina h1  { font-size: 15px; padding: 15px 0 0; border-bottom: 1px dashed #555 }
#subpagina li  { font-size: 15px; padding: 15px 0 0; border-bottom: 1px none }
#subpagina p {
	padding: 15px 15px 0 15px;
}
