/* ------------------------------------ */
/* ---------- SELECTIEPAGINA ---------- */
/* ------------------------------------ */

*  {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial, "Helvetica Neue", Verdana, "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	}

html {
	}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	height: 690px;
	background: url(bg_new.jpg) no-repeat #FFFFFF;
	text-align: left;
	}

#selectie {
	position: relative;
	left: 55px;
	top: 400px;
	width: 348px;
	height: 260px;
	}

#nav {
	margin: 0;
	padding: 0;
	height: 52px;
	list-style: none;
	display: inline;
	}

#nav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:52px; /* for IE5/Win only */
	outline: none;
	}
	
#nav a:hover {
	background-position: -348px 0;
	}

#nav a:active, #nav a.current {
	background-position: -348px 0;
	}


#item1 a {
	width: 348px;
	background: url(select_1cursussen.gif) top left no-repeat;
	outline: none;
	}

#item2 a {
	width: 348px;
	background: url(select_2start.gif) no-repeat #e74033;
	outline: none;
	}

#item3 a {
	width: 348px;
	outline: none;
	background: url(select_3multimedialab.gif) no-repeat #e74033;
	}

#item4 a {
	width: 348px;
	background: url(select_4xtra.gif) no-repeat #e74033;
	outline: none;
	}

#item5 a {
	width: 348px;
	background: url(select_5bedrijfsuitjes.gif) no-repeat #e74033;
	outline: none;
	}


