* {padding:0;margin:0;}
body {
	background:#123;
	color:#FFC;
	padding:2em;
}
#accessibility ul
{
	list-style-type: none;
	display: block;
	max-width: 100%;
	height:3.6em;
}
#accessibility li {
	display:inline;
}
#accessibility li a
{
	padding: 1em;
	border-color: #F93;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	cursor: pointer; 
/*	cursor: hand; add to IE stylesheet*/
}
#header h1 {
	width:200px;
	float:right;
}
#header h1 a {
	text-indent:-9999px;
	display:block;
	height:140px;
	margin-top:-140px;
	border: 0;
}
#citat {
	padding: 1em; 
	max-width:36em;
	color: #FFC;
	background: #234;
	margin:0 auto;
}
#citat p.quote {
	font: 1.1em Georgia, Times, serif;
}
#citat p.source {
	padding: .1em 1.6em 0 0;
	background: #234;
	font: .75em Verdana, sans-serif;
	text-align:right;
}
#content  {
	padding:2em 0 2em 0;
}
a, a.visited, a.active
{
	color: #9CF;
	border-bottom:#9CF 2px solid;
	text-decoration: none;
}
