/* This is the style sheet for the ILC Rhein-Main web page. */
/* I tried to keep it as easy and nifty as possible, though */
/* I am no web designer. And no good at graphics either.    */

/* This is the printer stylesheet. I have made several changes */
/* to make sure that a printout is readable and has no info on */
/* it that nobody needs. I hope I caught it all.               */

/* The body is now white. That is much easier for printing. ;) */
body {
	background: #FFFFFF; 
	}

/* The header is still there, I don't know how to resize it.   */
div#header {
	position: absolute; 
	width: 800px; 
	height: 100px; 
   	/* background: transparent url(images/lyceum_top.gif) no-repeat; */
   	}

/* The menu is hidden for printout. */
div#selector {
	display: none; 
   	}

/* The content is taking over the size of the menu. */
div#content {
	position: absolute; 
	top: 100px; 
	width: 800px; 
   	}

div#content p {
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	}

div#content h2 {
	font-family: Arial, sans-serif; 
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	color: #9D2A5C;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	}

div#content h3 {
	font-family: Arial, sans-serif; 
	font-size: 14px;
	font-variant: small-caps;
	color: #9D2A5C;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	}

div#content a {
	text-decoration: none;
	color: #001A68;
	}

div#content em {
	font-style: italic;
	}

div#content ul {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
div#content li {
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	margin-left: 40px;
	margin-right: 40px;
	}

div#content .leitseite {
	margin-left: 170px;
	width: 460px; 
	height: 580px; 
	}

div#content .leitseite .kollage {
	display: block;
	position: relative;
	top: 50px;
	height: 480px; 
   	/* background: transparent url(images/lyceum_leitseite.jpg) no-repeat; */
	}

div#content .leitseite .bildunterschrift {
	position: relative;
	margin-top: 50px; 
	font-family: Arial, sans-serif;
	font-size: 10px;
	}

/* Satzungspunkte */
div#content .paragraph {
	border-top: 1px dashed #9D2A5C;
	margin-top: 10px; 
	margin-bottom: 5px;
	}
	
div#content .p_number {
	margin-bottom: 5px;
	}

div#content .p_content {
	margin-bottom: 15px;
	}

/* The different items in the schedule. */
div#content .programmpunkt {
	border-top: 1px dashed #9D2A5C;
	}
	
div#content .programmpunkt h3 {
	margin-top: 10px; 
	margin-bottom: 5px;
	}
	
div#content .programmpunkt .beschreibung {
	margin-bottom: 5px;
	}

div#content .programmpunkt .treffpunkt {
	margin-bottom: 15px;
	}

div#content .gaeste {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	font-style: italic;
	}

/* The navigation links are hidden, too. */
div#content .programmnavi {
	display: none;
	}
		
/* No footer display either. */
div#footer {
	display: none;
	}

/* THE END */

