body {
	background-color: #ff6600;
}

a img {
	border: 0;
}

#container {
	margin: 20px auto 20px auto;
	background-image: url(pictures/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 640px;
	width: 1000px;
}


/* CONTENT */
#content {
	position: absolute;
	margin-top: 220px;
	margin-left: 260px;
	width: 680px;
	padding-right: 30px;
	height: 340px;
	overflow: hidden;
}

#content p, #content td, #content th, #content li {
	font: 13px Tahoma, Arial, Helvetica, sans-serif; line-height: 160%;
	color: #333333;
	text-align: justify;
}

#content h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
	color: #333333;
}

#content a {
	color: #333333;
	border-bottom: 1px dotted #ff6600;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px solid #ff6600;
}

#content.breed {
	margin-left: 60px;
	width: 890px;
	padding-right: 20px;
}


/* KOP */
#kop {
	position: absolute;
	margin-top: 40px;
	margin-left: 60px;	
	color: #ff6600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;	
	width: 900px;
}

#kop div {
	float: left;
	line-height: 50px;
	text-align: center;
}

#kop .l { 
	width: 550px;
	padding-top: 40px;
}

#kop .c { 
	width: 120px;
}

#kop .r { 
	width: 200px;
	padding-top: 40px;
}

#kop a {
	color: #ff6600;
	text-decoration: none;
}

#kop a:hover {
	color: #333;

}


/* VOET */
#voet {
	width: 900px;
	position: absolute;
	margin-top: 570px;
	margin-left: 60px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#voet .l {
	float: left;
	width: 380px;
	font-size: 12px;
}

#voet .c {
	float: left;
	width: 120px;
	text-align: center;
}

#voet .r {
	float: left;
	width: 380px;
	text-align: right;
	font-size: 17px;
}

#voet a {
	color: #333333;
	text-decoration: none;	
}

#voet a:hover {
	text-decoration: underline;
	color: #ff6600;
}

#voet a img {
	border: 1px solid white;
}

#voet a:hover img {
	border: 1px solid #ff6600;
}

/* COPYRIGHT */
#copyright {
	position:absolute;
	margin-top: 620px;
	width: 1000px;
	text-align: center;
}

#copyright a {
	color: orange;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}


/* MENU */
#menu {
	position: absolute;
	margin-top: 220px;
	list-style: none;
	margin-left: -10px;
	#margin-left: 30px;
}

#menu li {
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

#menu li a {
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #FAFAFA;
	color: #444;
	text-decoration: none;
	width: 150px;
	padding: 4px 0 4px 30px;
	margin: 0 0 10px 0px;
	display: block;
	border-right: 8px solid #EEE;
}

#menu li a:hover {
	border-right: 8px solid #BBB;
	color: #ff6600;
}

#menu li.active a:hover {
	border-right: 8px solid #AAA;	 
}

#menu li.active a {
	border-right: 8px solid #ff6600;
}

#menu li.interesse a {
	color: #ff6600;
}


