* {
	margin:0;
	padding:0;
	}

/* ------- Navigation  -------- */

#nav{
	padding:10px 0 0 15px;
	line-height:16px;
	}

#nav ul {
	margin:0;
	margin-bottom:12px;
	list-style-type:none;
	list-style:none;
	list-style-image:none;
	}

#nav a{ 
	padding-left:20px;
	background:url(../images/dot_liste.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height:14px;
	font-size: 8pt;
  	color: #000099; 
  	text-decoration: none;
  	}


#nav a:focus, #nav a:hover, #nav a:active { 
  	font-weight: bold;
  	}
	
