
/* Body 100% needed for % reference at CSS sheet. Unified padding&margin at .html */	
body {	
	height: 100%; 
	width: 100%;
	margin: 0px;
	padding: 0px;

} 
/* 	Ids for undistorted full background picture. 
 	Width=120% nojavascript fallback must be in the instantiation, 
	not here, else random confusion in javascript */
img#rbBackground {
	position:fixed; /* Fixed is must to enable overflow:hidden */
	overflow:hidden; 
	z-index:1;
}

div#rbTestSizeDiv {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	left: 0;
	top: 0; 
	visibility: hidden;
}

/* attachement point at golden section */
div#gold {		  
	position: absolute;
	top: 62%;
	left: 62%;
	height: 10px; 	/* size and color for debugging */
	width:10px;
	background-color: red;
	z-index: 100;
	} 


/* Attach the golden section point of the page to the screen golden section point. 
  Judge and adjust. */

div#smallpage {	   
	position: absolute;
    background-image:url('pics/pergament.jpg');
	opacity: 1.0;
	z-index: 300;
	width: 730px; 
	height: 511px;  
	left: -433px; 
	top: -297px; 
	
	-moz-border-radius : 10px; /* Mozilla */
	-webkit-border-radius : 10px; /* Webkit */
	border-top-left-radius : 15px 10px; 
	border-bottom-left-radius : 30px  10px; 
	border-top-right-radius : 30px  10px; 
	border-bottom-right-radius : 20px  15px; 

	-moz-box-shadow: 3px 4px 5px #FF0000; /* Firefox 3.6 and earlier */ 
	-webkit-box-shadow: 3px 4px 5px #888888; /* Safari */ 
	box-shadow: 3px 4px 5px #888888; 	  /* Firefox new */
	}

div#smallpage-content {
	position: absolute;
	height:  465px; 	   
	width: 445px; 	   
	margin: 20px 20px 20px 20px  ; 
	overflow: auto;
    text-align: justify;
    padding-right: 20px; 
}

div#smallpage-menu {	
	position:absolute;
	height: 477px; 
	right:0px;
	margin: 20px 15px 20px 20px  ; 
	width:223px;
	}



/*********** Fullpage for printable course descriptions */

#fullpage {	   
	position: absolute;
    background-image:url('pics/pergament-fullpage.jpg');
	width: 670px;       /* 680px */
	left: -380px; 	    /* -390px-421 = .62 * width */
	top: -265px;  	    /* -277px -297 .62* height  */
						/* for some reason, full height is not printed... and I don't know the height of the content...*/
	border-radius : 10px; 
	-moz-border-radius : 10px; /* Mozilla */
	-webkit-border-radius : 10px; /* Webkit */
	}
div.fullmenu {
	position:absolute;
	top:20px;
	right:20px;
	text-align:left;
}
#fullpage-content {
	padding: 4em 4em 4em 4em  ; 
    text-align: left;
	}


/* Copyright for the background picture */
div.bgcopybox {
	position: absolute;
	height: 98%;
    left:20px;
	width:400px;
	z-index:2;
}
div.bgcopyright {
	position: absolute;
	bottom:0px;
}

a.copylink {
	font-family: Helvetica Neue,  Arial, Verdana, Sans-serif;
	font-size:9pt;
	color:#555555;	
}
a.copylink:link a.copylink:visited {
	color:#555555;
}
a.copylink:hover {
    color:blue;
}


/*************** Texts, fonts etc */

/* General nojustfy*/
.nj { text-align:left; }

p, ul, ol, li, td {
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
    line-height:1.44em;
	font-size: 14px;
	margin-top:0.4em;
}
ul, ol { padding-left:2em; margin-left:0px; margin-top:0.1em; }

/* h1 Page header in handwriting 
   h2 Ingress
   h3 subheaders
   h4 ingress in BIGPAGE
*/
h1 {
	font-family: "edo-1","edo-2", "Helvetica Neue",   Sans-serif;
	line-height:150%;
	font-size:24px;
	font-weight: normal;
	text-align: center;
	letter-spacing:1px;
	padding-bottom:5px;
}

h2,h3,h4 {	
	font-family: Verdana, Helvetica Neue, Arial, Sans-serif; 
	font-weight: bold;
	font-size:14px;
	line-height:150%;
	text-align:left;

}
h2 { 
	font-size:13px;
	font-weight: normal;
	font-style:italic;
	text-align: center;
	letter-spacing: .1px;
	padding-left:4px;
	padding-right:4px;
	}
div.ingress
	{
	border-width:2px;
	border-style:solid;
	border-color:#aaaaaa;
	border-radius : 5px; 
	-moz-border-radius : 5px; /* Mozilla */
	-webkit-border-radius : 5px; /* Webkit */
	}
	
div.ingress p { 
	font-size:14px;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	letter-spacing: .3px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	}


img.logo {
	height:70px; 
	float:left; 
	margin-left:6px;
	margin-top:10px;
	margin-bottom:12px;
	}


img.pic-h, img.pic-v , img.pic-x {
	width: 230px;
     margin-left:5px;
     margin-top:10px;
     margin-bottom:5px;
     float:right;
	border-radius : 5px; 
	-moz-border-radius : 5px; /* Mozilla */
	-webkit-border-radius : 5px; /* Webkit */
     }
img.pic-v { 
	width: 180px;
	}
img.pic-x { 
	width: 215px;
	}


a.hover-only-decoration {
	font-family: Helvetica Neue,  Helvetica, Arial,  Sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#777777;
}
a.hover-only-decoration:hover {
    color:blue;
	}

img.email-image {
	height:1.1em;
	padding-bottom:0.03em;
}



