
div.container
{
	width: 100%;
	margin: 2px;
	border: 1px solid gray;
	line-height: 125%; /* --- Sets the distance between lines ?? */
}


div.header,div.footer
{
	padding:1.0em;
	border: 1px solid gray;
	text-align: center;
	color: white; 
	background-color: #6600cc;
	clear:left;
}

h1
{
	line-height: 125%;
}

h1.header
{
	padding:3px;
	margin:1px;
	font-family: garamond;  /* fonts ... */
}

h2.header
{
	padding:2px;
	margin:1px;
	font-family: garamond;
}


blockquote
{
	line-height: 125%;
}



table, td, th 
{
	padding-left:15px;
	padding-right:15px;
	border: 1px grey;
}


ul
{
	padding-left: 40px;
	padding-right: 40px;
	line-height: 150%;
}

li
{
	line-height: 150%;	
}


div.footer
{
	text-align: center;
	line-height: 100%;
}


div.left /* kommentar : vänsterspalt. */
{
	float:left;
	width:220px;
	margin: 3px;
	padding: 7px;
	line-height: 125%;
	background-color: #6600cc;
	color: #ffffee; 
	font-size: 1.2em;
	font-family: "lucida bright", serif;
	font-style: bold;
}





div.content /* huvudtext : bred högerspalt */
{
	margin-left:240px;
	border-left:1px solid gray;
	padding:20px;
	color: #ffffee;	
	background-color: #6600cc;
	font-family: garamond, georgia, serif;
}





a:link
{  
	color: #c0ffff;
	text-decoration: none;
	font-size:1.125em;
}

a:visited
{
	color: #ffeeaa;
	text-decoration: none;
}

a:active,a:hover
{
	color: cyan;
}

a.left:link
{
	display:block;
	width:215px;
	color:#e0ffff;
	text-decoration:none;
	font-size:1.0em;
	
}


a.left:hover
{
	background-color: #8822ee;
	color: white;
}




div.whiteboard /* huvudtext vit bakgrund : bred högerspalt */
{
	margin-left:240px;
	border-left:1px solid gray;
	padding:20px;
	line-height: 120%;
	color: #000000;
	background-color: #ffffff;
	font-family: garamond, georgia, serif;
}





a.whiteboard:link,a.whiteboard:visited
{
	color:#6600cc;
	text-decoration:none;
}

a.whiteboard:active,a.whiteboard:hover
{
	color:#8822ee;
}



p
{
	line-height: 25px;
}

p.centered
{
	text-align:center;
}


p.illustration	/* bildtext etc*/
{
	color: #ffffee;
	font-style: italic;
	font-size: 1.0em;
	padding-left: 24px;
}



img
{
	position: relative;
	center: 50%;
	padding-top: 20px;
}

img.scalable
{
	height: 100%;
	width: 100%;
}

p.caption	/* whiteboard -- bildtext */
{
	font-style: italic;
	font-size: 1em;
	padding-left: 25px;
	padding-bottom: 20px;

}


code
{
	color: #442211;
	font-family: "Courier Code", "Courier", monospace;
	font-weight: bold;
}


p.code
{
	color: #442211;
	font-family: "Courier Code", "Courier", monospace;
	font-weight: 600;
	font-size: 1.25em;
	padding-bottom: 5px;
}



