/* Cascading style sheet for my articles
 * © 2000-2008 Peter Krefting
 */

body {
	margin-left: 2em;
	margin-right: 2em;
	color: black;
	background: white;
}

div.body p {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 2em;
	text-align: justify;
}

p.intro:first-letter {
	font-size: 200%;
	float: left;
}

p.intro {
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

p.center {
	text-align: center;
}

code {
	color: #402;
	font-family: monospace;
}

kbd {
	color: #882;
	font-family: monospace;
}

a:link {
	color: #00c;
}

a:active {
	color: #800;
}

a:hover {
	color: #800;
}

a:visited {
	color: #008;
}

table tr th, table tr td {
    text-align: left;
}

/* Language links */

a.sv       { background: #00c; color: #ff8; text-decoration: none; }
a.sv:hover { background: #ff8; color: #00c; text-decoration: none; }
a.fi       { background: #fff; color: #006; text-decoration: none; }
a.fi:hover { background: #006; color: #fff; text-decoration: none; }
a.en       { background: #006; color: #fff; text-decoration: none; }
a.en:hover { background: #fff; color: #006; text-decoration: none; }
a.de       { background: #600; color: #ff8; text-decoration: none; }
a.de:hover { background: #ff8; color: #600; text-decoration: none; }
a.es       { background: #cc0; color: #400; text-decoration: none; }
a.es:hover { background: #400; color: #cc0; text-decoration: none; }

/* Bilder till vänster och höger om, samt i texten */

div.rightpicture {
	float: right;
	border: thin solid navy;
	clear: right;
}

div.leftpicture {
	float: left;
	border: thin solid navy;
	clear: left;
}

div.centerpicture {
	text-align: center;
	width: auto;	
	font-size: 0.8em;
	font-style: italic;
	padding-bottom: 2em;
	padding-left: 5em;
	padding-right: 5em;
}

div.rightpicture img, div.leftpicture img, div.centerpicture img {
	margin-top: 0.1em;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

/* Flytande figurer med bildtext */

div.figur {
	float: left;
	text-align: center;
	margin: 1em;
}
