/* Copyright by Jan Giesen *//* BODY */body{       background-color: #ffffff;}div#distance {	    height: 50%;	    width: 100px;    	margin-bottom: -17em;	    float: left;	}		div#spacer{    margin-top: 3em;}div#main{       width:  45em;    height: 34em;    margin: auto;    padding-top: 2.1em;    padding-left: 3.9em;    border: 1px solid #000066;    font-family: Arial, Helvetica, sans-serif;        background-image: url(bg.jpg);    background-repeat: no-repeat;    background-position: center;       clear: left;}/*CONTENT*/div#content{    height: 21.7em;    font-size: 1em;    padding: 3em;    letter-spacing: 0.2em;    border-left: 1px solid #000066; 				border-top: 1px solid #000066;				margin-left: 2em;     margin-top: 3em;}/*MENUE*/div#menu{    color: #333333;    font-size: 0.9em;				list-style: none;    margin-left: 2.3em;				border-left: 1px solid #000066; 				border-top: 1px solid #000066; 				border-bottom: 1px solid #000066; 				white-space: nowrap;				text-decoration: none;}div#menu li{	   display:inline;	   margin-left: 1em;	   margin-right: 1em;	   letter-spacing: 0.4em;}div#menu li.selected a{         color: #660000;    padding: 0.5em;    text-decoration: none;}div#menu a{         color: #000066;    padding: 0.5em;    text-decoration: none;}div#menu a:hover{    text-decoration: underline;    cursor: pointer;}/* HEADERS */h1, h2, h3, h4, h5, h6{    color: #000066;    margin-top: 0.5em;    margin-bottom: 2em;    letter-spacing: 0.2em;    text-decoration: none;}/* PARAGRAPHS */p{    color: #000066;    margin-top: 1.2em;    line-height: 1.5em;     letter-spacing: 0.15em;}/* LISTS */li{   color: #000066;   list-style: none;   line-height: 1.5em;    margin-top: 1.2em;   letter-spacing: 0.1em;}/* PICTURES-LIST */div#pics li{    	white-space: nowrap;		text-decoration: none;}/* LINKS */a{    color: #000066;    text-decoration: none;}a:hover{    color: #000066;    text-decoration: underline;    cursor: pointer;}a img{    margin: 1.5em;
	text-decoration: none;    border: 1px solid #000066; }