/*
(c) copyright 2000-2005 Hubert Hilgers
Changes:
2005-10-10 HH: new XHTML,Unicode,CSS release
*/

/* colours for links */ 
a:link, p a:link, .pagenavi a:link       {color: #33c; font-style: normal;  }
a:hover,p a:hover, .pagenavi a:hover     { color: #009; font-style: normal; text-decoration: underline }
a:active, p a:active, .pagenavi a:active      { color: #33c; font-style: normal; text-decoration: underline }
a:visited, p a:visited, .pagenavi a:visited     { color: gray; font-style: normal;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	color: black;
	background: white;
}

/* tuning some tags */
code{	font: 10px  Courier, Monaco;	color: black;}
li { margin: 10px }
p { color: black; text-align: justify }
td {	color: black; }

/*-tab naviagation within the site-*/
.main{
	padding:	0px;
	border:	0px solid black;
	width:		100%;
}
/*-sub naviagation within a topic-*/
.topicnavi {
/*	border:1px solid blue; */
}
.topicnavi td{
	font: 11px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	 color: #666; /* darker grey */
}
/* naviagation within the page */
.pagenavi   { font-size:9px; color: black; font-style: normal;}
.pagenavi a:link        { font-size:9px; }
.pagenavi a:hover      { font-size:9px;  }
.pagenavi a:active     {font-size:9px;   }
.pagenavi a:visited     { font-size:9px; }

/*-main layout on every page-*/
.layout  { margin: 0px; padding: 0 }

/*--Universal box--*/
.container {
	border:0px solid black;
	padding:1px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/* pgp key*/
.pgpkey{
	padding : 1px;
	border: solid 1px black;
}
.pgpkey td{
	padding : 20px;
	background-color:#ffc; /* light yellow */
}

.disclaimer{
	/* debug: border:1px solid blue;*/
	padding : 4px;
	font : 12px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	 color: black;
}
.disclaimer td{
	padding : 1px;
}
.fineprint{
	font: 10px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	 color: #666; /* darker grey */
}
/* picture/panorama captions */
.panotext, .pictext{
	border:  0px solid;
	font: 10px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	 color: black;
}

.paper{
	border:  1px solid black;
}
/* html links to the outside world */
.html {
	font-size: 12px;
	font-style: normal;
	background: url(../images/iconhtml12x12.gif) left top no-repeat;
	display: block;
	padding-left: 18px;
 }

/* links to PDF downloads */
.pdf { font-style: normal; font-size: 12px; background: url(../images/iconpdf12x12.gif) no-repeat left top; padding-left: 20px; display: block }

/* links to top of page */
.top{
	font-size: 12px;
	font-style: normal;
	background: url('http://images.apple.com/main/elements/globaliconpdf12x12.gif') left top no-repeat;
	display: block;
	padding-left: 20px;
}
