

/* Standard Elemente */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #666; text-decoration:none }
a:hover { color:#bfbfbf; text-decoration:none }

.nav {
	width:285px;
	margin-top:150px;
}


table.navigation {
	width:285px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#666;
}
table td {
	padding:3px;
	
}
#normlink { background: url(../img/img_normlink.gif) no-repeat;}
#visit { color:#666; text-decoration:none; font-weight:bold;}
#selected { color:#666; text-decoration:none; font-weight:bold;}






