/* @charset "utf-8"; */

body {
    color: black;
    background-color: white;
    font-family: "times roman" serif;
}

/* Items to print */
#english_item { display: block; }
#svenska_item { display: block; }

a.tooCool,
div.items>p,
#validated,
div.tabs { display: none; }

div.items div {
    margin: 1em;
    padding-left: 1em;
    max-width: 45em;
}

div.items div {
    display: none;
    min-height: 375px;
    page-break-after: always;
}

img.portrait {
    margin: 10px;
    float: right;
}

img.language_icon {
	border: 0;
	float: left;
	margin: 8px auto auto 0px;
}

p.language_text { margin: 40px auto 40px 40px; }

div.items p {
    margin-top: .5ex;
    margin-bottom: .5ex;
}

div.items p + p { text-indent: 1em; }

p.welcome:first-line { font-size: 150%; }
p.welcome:first-letter {
    font-size: 300%;
    float: left;
    line-height: 83%;
}

/*
 *	Text at the bottom of an item
 */
div.items p.item_footer {
    font-size: small;
    padding-top: 1em;
    color: #333399;
    background-color: inherit;
    text-indent: 0;
}

/*
 *	Container for all text
 */
#container {
    width: 95%;
    margin: auto;
}

/*
 *	a quotation in text
 */
span.quotation {
    display: block;
    text-indent: 0;
    padding-left: 2em;
    font-style: italic;
    color: #999999;
    background-color: inherit;
}
