/*  General rules */

body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 85%;
	}


	
.artimg {
	margin-left: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}	
/*  Establish general layout parameters */

.rigid {
	position: relative;
	width: 785px; 
	margin: 0 auto; 
	border-top: 5px solid #fff;
 	background-image: url(/static/images/white.gif); 
	background-repeat: no-repeat; 
	background-position: top, center;
	}

.wrapper {
	float: left; 
	margin-top: 55px;
	width: 785px; 
	}
   
.content {
	float: right; 
	position: relative;
	top: 0px;
	right: 5px;
	width: 385px; 
	margin: 0px;
	padding: 0px;
	}

.left {
	position: relative;
	top: 5px;
	left: 5px;
	float: left ; 
	width: 385px;
	background: #fff;
	}


/* Main Horizontal Box nav */

#nav {
	position: absolute;
	top: 0px;
	left: 5px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	display: inline;
	overflow: hidden;
	background-color: #fff;
	width: 800px;
	}
	
#nav li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 150px 5px 0 0;
	overflow: hidden;
	height: 0px !important; 
	height/**/:50px; /* for IE5/Win */
	}
	
#nav a:hover, #nav a.hover {
	background-position: 0 -50px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -50px;
	}

#thome a  {
	width: 125px;
	background: url(/static/images/ypca.gif) top left no-repeat;
	}		
	
#torganisatie a  {
	width: 125px;
	background: url(/static/images/organisatie.gif) top left no-repeat;
	}	
	
#tdiensten a  {
	width: 125px;
	background: url(/static/images/diensten.gif) top left no-repeat;
	}
	
#tklanten a  {
	width: 125px;
	background: url(/static/images/klanten.gif) top left no-repeat;
	}		
	
#tnieuws a  {
	width: 125px;
	background: url(/static/images/nieuws.gif) top left no-repeat;
	}

#tcontact a  {
	width: 125px;
	background: url(/static/images/contact.gif) top left no-repeat;
	}
	

/*  Horizontal Box  Sub nav */


#container {
	float: left; 
	font-weight: bold;
	line-height: 1.7em;
	font-size: 14px;
	position: relative;
	margin-left: 5px;
	left: 5px;
	width: 775px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: #749a9a;
	color: #cde7e7;
 	background-image: url(/static/images/subnav.gif); 
	}

#container ul {
	margin-left: 8px;
	padding-left: 0;
	display: inline;
	} 

#container ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	color:#ffffff;
	}

#container a {
	color: #cde7e7;
	}
	
#container a:hover, #container a.hover {
	text-decoration : none;
	color: #fff;
	}

#container a:active, #container a.here {
	text-decoration : none;
	color: #fff;
	}

		
/*  Typography */
		
h1, h4, h5, h6, p {
	font-size: 14px;
	letter-spacing: 0.05em; 
	word-spacing: 0.02em; 
	line-height: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-align: left;
	}
	
div {
	font-size: 14px;
	letter-spacing: 0.05em; 
	word-spacing: 0.02em; 
	line-height: 1.1em;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-align: left;

	}

h2 {
	font-size: 18px;
	color: #9998D2;
	margin-top: 0px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	}

h3 {
	font-size: 10px;
	color: #9998D2;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/* General linkology */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #9998D2;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #9998D2;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #9998D2;
	background: transparent;  
	}
